INRIA & FluxMedia

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 fr.fluxmedia.transmorpher.graph.CallImpl
iAttributes, id, inPorts, nullified, outPorts, parameters, process, visited
 
Fields inherited from class java.util.Observable
changed, obs
 
Constructor Summary
Dispatch()
           
Dispatch(java.lang.String n, java.lang.String t)
           
Dispatch(java.lang.String n, java.lang.String t, Process p)
           
Dispatch(java.lang.String n, java.lang.String t, Process p, int out)
           
 
Method Summary
 void createProcess(TProcessComposite currentProcess, TProcessFactory iProcessFactory)
           
 void generateJavaCode(Writer file)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the call
 PortList outPorts()
           
 void retroNull(PortList out, PortList in)
          Propagates the nullity of all its output to its sole input
 
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
 

Constructor Detail

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)
Method Detail

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

INRIA & FluxMedia

..no bottom yet...