INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Null

java.lang.Object
  |
  +--java.util.Observable
        |
        +--fr.fluxmedia.transmorpher.Graph.Channel
              |
              +--fr.fluxmedia.transmorpher.Graph.Null
All Implemented Interfaces:
java.io.Serializable

public class Null
extends Channel

See Also:
Serialized Form

Fields inherited from class fr.fluxmedia.transmorpher.Graph.Channel
in, name, nullified, out, process, visited
 
Fields inherited from class java.util.Observable
changed, obs
 
Constructor Summary
Null(java.lang.String name, Process p)
           
Null(java.lang.String name, Process p, Port i, Port o)
           
 
Method Summary
 void generateJavaCode(ReadWrite file)
          Prints the Java code for the execution of the call
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Channel
clearNull, clearVisited, getName, getProcess, in, nullifiedP, nullify, out, setIn, setName, setOut, setVisited, toString, visitedP
 
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

Null

public Null(java.lang.String name,
            Process p)

Null

public Null(java.lang.String name,
            Process p,
            Port i,
            Port o)
Method Detail

generateJavaCode

public void generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call
Overrides:
generateJavaCode in class Channel

INRIA & FluxMedia

..no bottom yet...