INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Merge

java.lang.Object
  |
  +--java.util.Observable
        |
        +--fr.fluxmedia.transmorpher.Graph.CallImpl
              |
              +--fr.fluxmedia.transmorpher.Graph.Merge
All Implemented Interfaces:
Call, java.io.Serializable

public class Merge
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
Merge()
           
Merge(java.lang.String n, java.lang.String t)
           
Merge(java.lang.String n, java.lang.String t, Process p)
           
Merge(java.lang.String n, java.lang.String t, Process p, int in)
           
 
Method Summary
 void createProcess(TProcessComposite currentProcess, TProcessFactory iProcessFactory)
           
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call
 void generateXML()
          Prints the XML expression of the call
 PortList inPorts()
           
 void retroNull(PortList out, PortList in)
          Propagate the nullify of its sole output to all the input
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.CallImpl
addIn, addIn, addOut, addOut, clearNull, clearVisited, generateParameters, generatePorts, getAttributes, getId, getParameters, getProcess, getType, outPorts, 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

Merge

public Merge()

Merge

public Merge(java.lang.String n,
             java.lang.String t)

Merge

public Merge(java.lang.String n,
             java.lang.String t,
             Process p)

Merge

public Merge(java.lang.String n,
             java.lang.String t,
             Process p,
             int in)
Method Detail

inPorts

public PortList inPorts()
Overrides:
inPorts in class CallImpl

retroNull

public void retroNull(PortList out,
                      PortList in)
Propagate the nullify of its sole output to all the 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(ReadWrite file)
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...