ninja.activeproxy.path.description
Class OperatorDescription

java.lang.Object
  |
  +--ninja.activeproxy.path.description.ElementDescription
        |
        +--ninja.activeproxy.path.description.OperatorDescription

public class OperatorDescription
extends ElementDescription

Description of an operator.

See Also:
Serialized Form

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

OperatorDescription

public OperatorDescription()
Constructs an OperatorDescription.
Method Detail

getOutputs

public java.util.Vector getOutputs()
Returns a vector of outputs supported by this operator.
Returns:
vector of outputs supported by this operator.

getInputs

public java.util.Vector getInputs()
Returns a vector of inputs supported by this operator.
Returns:
vector of inputs supported by this operator.

setRuntime

public void setRuntime(RuntimeDescription runtime)
Sets the runtime for this operator.
Parameters:
runtime - runtime for this operator.

getRuntime

public RuntimeDescription getRuntime()
Returns the runtime of this operator.
Returns:
the runtime of this operator.