INRIA & FluxMedia

fr.fluxmedia.transmorpher.graph
Class StdIn

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

public class StdIn
extends Channel

Transmorpher graph _stdin_ 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
StdIn(java.lang.String name, Process process)
          Creates an instance of SdtIn with a name and a process
StdIn(java.lang.String name, Process process, Port in, Port out)
          Creates an instance of SdtIn with a name ,a process, an in port (null) and an out port.
 
Method Summary
 
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
 

Constructor Detail

StdIn

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

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

StdIn

public StdIn(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 (null) and an out port.

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 (must be null)
out - The out port of the instance to create
Throws:
TMException - if in port is not null

INRIA & FluxMedia

..no bottom yet...