INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Test

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

public class Test
extends FeedBack


Fields inherited from class fr.fluxmedia.transmorpher.Graph.FeedBack
innerInput, innerOutput
 
Fields inherited from class fr.fluxmedia.transmorpher.Graph.Channel
in, name, nullified, out, process, visited
 
Constructor Summary
Test(String name, Process p)
           
Test(String name, Process p, Port i, Port ii, Port io, 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.FeedBack
setIn, setOut
 
Methods inherited from class fr.fluxmedia.transmorpher.Graph.Channel
clearNull, clearVisited, getName, getProcess, in, nullifiedP, nullify, out, setVisited, visitedP
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

Test

public Test(String name,
            Process p)

Test

public Test(String name,
            Process p,
            Port i,
            Port ii,
            Port io,
            Port o)
Method Detail

generateJavaCode

public void generateJavaCode(ReadWrite file)
Prints the Java code for the execution of the call
Overrides:
generateJavaCode in class FeedBack

INRIA & FluxMedia

..no bottom yet...