fr.fluxmedia.transmorpher.graph
Class Dispatch
java.lang.Object
|
+--java.util.Observable
|
+--fr.fluxmedia.transmorpher.graph.CallImpl
|
+--fr.fluxmedia.transmorpher.graph.Dispatch
- All Implemented Interfaces:
- Call, java.io.Serializable
- public class Dispatch
- extends CallImpl
- See Also:
- Serialized Form
Fields inherited from class java.util.Observable |
changed, obs |
Methods inherited from class fr.fluxmedia.transmorpher.graph.CallImpl |
addIn, addIn, addOut, addOut, clearNull, clearVisited, generateParameters, generatePorts, getAttributes, getId, getParameters, getProcess, getType, inPorts, retroNull, setId, setParameters, setType, setUp, toString, update |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
Dispatch
public Dispatch()
Dispatch
public Dispatch(java.lang.String n,
java.lang.String t)
Dispatch
public Dispatch(java.lang.String n,
java.lang.String t,
Process p)
Dispatch
public Dispatch(java.lang.String n,
java.lang.String t,
Process p,
int out)
outPorts
public PortList outPorts()
- Overrides:
outPorts
in class CallImpl
retroNull
public void retroNull(PortList out,
PortList in)
- Propagates the nullity of all its output to its sole input
generateXML
public void generateXML()
- Description copied from class:
CallImpl
- Prints the XML expression of the call
- Overrides:
generateXML
in class CallImpl
createProcess
public final void createProcess(TProcessComposite currentProcess,
TProcessFactory iProcessFactory)
- Overrides:
createProcess
in class CallImpl
generateJavaCode
public void generateJavaCode(Writer file)
throws java.io.IOException
- Description copied from class:
CallImpl
- Prints the Java code for the execution of the call
- Overrides:
generateJavaCode
in class CallImpl
..no bottom yet...