fr.fluxmedia.transmorpher.graph
Class StdOut
java.lang.Object
java.util.Observable
fr.fluxmedia.transmorpher.graph.Channel
fr.fluxmedia.transmorpher.graph.StdOut
- All Implemented Interfaces:
- java.io.Serializable
public class StdOut
- extends Channel
Transmorpher graph _stdout_ channel representation
- Since:
- jdk 1.3 / SAX 2.0
- Author:
- Jerome.Euzenat@inrialpes.fr
- See Also:
- Serialized Form
Constructor Summary |
StdOut(java.lang.String name,
Process process)
Creates an instance of SdtOut with a name and a process |
StdOut(java.lang.String name,
Process process,
Port in,
Port out)
Creates an instance of SdtIn with a name ,a process, an in port and an out port (null). |
Methods inherited from class fr.fluxmedia.transmorpher.graph.Channel |
clearNull, clearVisited, getName, getProcess, in, nullifiedP, nullify, out, setIn, setName, setOut, 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 |
StdOut
public StdOut(java.lang.String name,
Process process)
- Creates an instance of SdtOut with a name and a process
- Parameters:
name
- The name of the instance to createprocess
- The process that owns this instance
StdOut
public StdOut(java.lang.String name,
Process process,
Port in,
Port out)
throws TMException
- Creates an instance of SdtIn with a name ,a process, an in port and an out port (null).
- Parameters:
name
- The name of the instance to createprocess
- The process that owns this instancein
- The in port of the instance to createout
- The out port of the instance to create (must be null)
- Throws:
TMException
- if out port is not null
..no bottom yet...