|
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
|
class |
StdIn
|
class |
StdOut
|
class |
Test
|
Fields in fr.fluxmedia.transmorpher.graph declared as Channel | |
(package private) Channel |
Port.chan
|
Methods in fr.fluxmedia.transmorpher.graph that return Channel | |
Channel |
Process.getChannel(java.lang.String c)
|
Channel |
Port.getChannel()
|
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 c)
|
void |
Process.removeChannel(Channel c)
Remove a channel but no the ports. |
void |
Port.setChannel(Channel c)
|
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |