INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class StdIn

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

public class StdIn
extends Channel


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

StdIn

public StdIn(String name,
             Process p)

StdIn

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