INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class StdOut

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

public class StdOut
extends Channel


Fields inherited from class fr.fluxmedia.transmorpher.Graph.Channel
in, name, nullified, out, process, visited
 
Constructor Summary
StdOut(String name, Process p)
           
StdOut(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

StdOut

public StdOut(String name,
              Process p)

StdOut

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