fr.fluxmedia.transmorpher.Graph
Class Channel
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.Channel
- Direct Known Subclasses:
- FeedBack, Null, StdIn, StdOut
- public class Channel
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
in
Port in
out
Port out
name
String name
visited
boolean visited
nullified
boolean nullified
process
Process process
Channel
public Channel(String n,
Process p)
Channel
public Channel(String n,
Process p,
Port i,
Port o)
in
public Port in()
out
public Port out()
setIn
public void setIn(Port p)
setOut
public void setOut(Port p)
getName
public String getName()
getProcess
public Process getProcess()
clearNull
public void clearNull()
nullify
public void nullify()
clearVisited
public void clearVisited()
setVisited
public void setVisited()
visitedP
public boolean visitedP()
nullifiedP
public boolean nullifiedP()
generateJavaCode
void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the call
..no bottom yet...