INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Null

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Graph.Channel
        |
        +--fr.fluxmedia.transmorpher.Graph.Null

public class Null
extends Channel


Fields inherited from class fr.fluxmedia.transmorpher.Graph.Channel
in, name, nullified, out, process, visited
 
Constructor Summary
Null(String name, Process p)
           
Null(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, setOut, setVisited, visitedP
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Null

public Null(String name,
            Process p)

Null

public Null(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...