ix.icore.plan
Class Input

java.lang.Object
  extended by ix.icore.plan.ProcessParameter
      extended by ix.icore.plan.Input
All Implemented Interfaces:
java.io.Serializable

public class Input
extends ProcessParameter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ix.icore.plan.ProcessParameter
activity, name, type, value
 
Constructor Summary
Input()
           
Input(Symbol name, Symbol type, Symbol value)
           
 
Method Summary
 ProcessParameter attachTo(Activity act)
          Returns a copy of this ProcessParameter with the activity field filled-in.
 boolean isInput()
           
 
Methods inherited from class ix.icore.plan.ProcessParameter
getActivity, getName, getType, getValue, isOutput, setName, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Input

public Input()

Input

public Input(Symbol name,
             Symbol type,
             Symbol value)
Method Detail

isInput

public boolean isInput()
Overrides:
isInput in class ProcessParameter

attachTo

public ProcessParameter attachTo(Activity act)
Description copied from class: ProcessParameter
Returns a copy of this ProcessParameter with the activity field filled-in.

Specified by:
attachTo in class ProcessParameter