|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.Observable | +--fr.fluxmedia.transmorpher.graph.Channel | +--fr.fluxmedia.transmorpher.graph.Null
Transmorpher graph null channel representation. A Null channel can not have output.
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 | |
Null(java.lang.String name,
Process process)
Creates an instance of Null with a name and a process |
|
Null(java.lang.String name,
Process process,
Port in,
Port out)
Creates an instance of Null 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 |
|
Constructor Detail |
public Null(java.lang.String name, Process process)
name
- The name of the instance to createprocess
- The process that owns this instancepublic Null(java.lang.String name, Process process, Port in, Port out)
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)
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |