INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class StdIn

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

public class StdIn
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
StdIn(java.lang.String name, Process p)
           
StdIn(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

StdIn

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

StdIn

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