INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph
Class Test

java.lang.Object
  extended by java.util.Observable
      extended by fr.fluxmedia.transmorpher.graph.Channel
          extended by fr.fluxmedia.transmorpher.graph.FeedBack
              extended by fr.fluxmedia.transmorpher.graph.Test
All Implemented Interfaces:
java.io.Serializable

public class Test
extends FeedBack

Transmorpher graph test channel representation

Since:
jdk 1.3 / SAX 2.0
Author:
Jerome.Euzenat@inrialpes.fr
See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.fluxmedia.transmorpher.graph.Channel
in, name, nullified, out, process, visited
 
Constructor Summary
Test(java.lang.String name, Process process)
          Creates an instance of Test with a name and a process
Test(java.lang.String name, Process process, Port in, Port innerIn, Port innerOut, Port out)
          Creates an instance of Test with a name and a process and all the ports
 
Method Summary
 
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, wait, wait, wait
 

Constructor Detail

Test

public Test(java.lang.String name,
            Process process)
Creates an instance of Test with a name and a process

Parameters:
name - The name of the instance to create
process - The process that owns this instance

Test

public Test(java.lang.String name,
            Process process,
            Port in,
            Port innerIn,
            Port innerOut,
            Port out)
Creates an instance of Test with a name and a process and all the ports

Parameters:
name - The name of the instance to create
process - The process that owns this instance
in - The in port of the instance to create
innerin - The innerin port of the instance to create
innerOut - The innerOut port of the instance to create
Out - The in port of the instance to create

INRIA & FluxMedia

..no bottom yet...