|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ninja.activeproxy.path.description.ElementDescription | +--ninja.activeproxy.path.description.OperatorDescription
Description of an operator.
Fields inherited from class ninja.activeproxy.path.description.ElementDescription |
attributes,
children,
type |
Constructor Summary | |
OperatorDescription()
Constructs an OperatorDescription. |
Method Summary | |
java.util.Vector |
getInputs()
Returns a vector of inputs supported by this operator. |
java.util.Vector |
getOutputs()
Returns a vector of outputs supported by this operator. |
RuntimeDescription |
getRuntime()
Returns the runtime of this operator. |
void |
setRuntime(RuntimeDescription runtime)
Sets the runtime for this operator. |
Methods inherited from class ninja.activeproxy.path.description.ElementDescription |
addChild,
addChildren,
getAllAttributes,
getAttr,
getChildren,
getChildrenByType,
getType,
removeChild,
removeChildrenByType,
setAttr |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public OperatorDescription()
Method Detail |
public java.util.Vector getOutputs()
public java.util.Vector getInputs()
public void setRuntime(RuntimeDescription runtime)
runtime
- runtime for this operator.public RuntimeDescription getRuntime()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |