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
Transmorpher graph test channel representation
- Since:
- jdk 1.3 / SAX 2.0
- Author:
- Jerome.Euzenat@inrialpes.fr
- See Also:
- Serialized Form
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 |
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 |
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 createprocess
- 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 createprocess
- The process that owns this instancein
- The in port of the instance to createinnerin
- The innerin port of the instance to createinnerOut
- The innerOut port of the instance to createOut
- The in port of the instance to create
..no bottom yet...