|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Channel | |
---|---|
fr.fluxmedia.transmorpher.graph |
Uses of Channel in fr.fluxmedia.transmorpher.graph |
---|
Subclasses of Channel in fr.fluxmedia.transmorpher.graph | |
---|---|
class |
FeedBack
A feed back channel is made of two subchannels, It thus takes two additionnal ports. |
class |
Null
Transmorpher graph null channel representation. |
class |
StdIn
Transmorpher graph _stdin_ channel representation |
class |
StdOut
Transmorpher graph _stdout_ channel representation |
class |
Test
Transmorpher graph test channel representation |
Fields in fr.fluxmedia.transmorpher.graph declared as Channel | |
---|---|
protected Channel |
Port.channel
Description of the Field |
Methods in fr.fluxmedia.transmorpher.graph that return Channel | |
---|---|
Channel |
Port.getChannel()
Gets the channel attribute of the Port object |
Channel |
Process.getChannel(java.lang.String name)
Gets the channel of this Process object cooresponding to the given name |
Methods in fr.fluxmedia.transmorpher.graph with parameters of type Channel | |
---|---|
void |
Process.addChannel(Channel channel)
Adds a channel to this process |
void |
Process.removeChannel(Channel channel)
Remove a channel |
void |
Process.removeChannelAndPorts(Channel c)
Delete a channel and Port associated. |
void |
Port.setChannel(Channel c)
Sets the channel attribute of the Port object |
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |