|
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. in is the begining of the first sub-channel innerIn that of the second one (that will be recopied on the first one) out is be the output of the first subchannel innerOut is the input of the second subchannel. |
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 |
Process.getChannel(java.lang.String name)
Gets the channel of this Process object cooresponding to the given name |
Channel |
Port.getChannel()
Gets the channel attribute of the Port object |
Methods in fr.fluxmedia.transmorpher.graph with parameters of type Channel | |
void |
Process.removeChannelAndPorts(Channel c)
Delete a channel and Port associated. |
void |
Process.addChannel(Channel channel)
Adds a channel to this process |
void |
Process.removeChannel(Channel channel)
Remove a channel |
void |
Port.setChannel(Channel c)
Sets the channel attribute of the Port object |
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |