INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph
Class Test

java.lang.Object
  |
  +--java.util.Observable
        |
        +--fr.fluxmedia.transmorpher.graph.Channel
              |
              +--fr.fluxmedia.transmorpher.graph.FeedBack
                    |
                    +--fr.fluxmedia.transmorpher.graph.Test
All Implemented Interfaces:
java.io.Serializable

public class Test
extends FeedBack

See Also:
Serialized Form

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
 
Fields inherited from class java.util.Observable
changed, obs
 
Constructor Summary
Test(java.lang.String name, Process p)
           
Test(java.lang.String name, Process p, Port i, Port ii, Port io, Port o)
           
 
Methods inherited from class fr.fluxmedia.transmorpher.graph.FeedBack
innerInput, innerOutput, setIn, setOut
 
Methods inherited from class fr.fluxmedia.transmorpher.graph.Channel
clearNull, clearVisited, getName, getProcess, in, nullifiedP, nullify, out, setName, 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

Test

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

Test

public Test(java.lang.String name,
            Process p,
            Port i,
            Port ii,
            Port io,
            Port o)

INRIA & FluxMedia

..no bottom yet...