|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Port | |
fr.fluxmedia.transmorpher.graph |
Uses of Port in fr.fluxmedia.transmorpher.graph |
Fields in fr.fluxmedia.transmorpher.graph declared as Port | |
protected Port |
Channel.in
in port of this channel |
protected Port |
Channel.out
out port of this channel |
private Port |
FeedBack.innerInput
|
private Port |
FeedBack.innerOutput
|
Methods in fr.fluxmedia.transmorpher.graph that return Port | |
Port |
Channel.in()
Returns the in port of this channel |
Port |
Channel.out()
Returns the out port of this channel |
Port |
FeedBack.innerInput()
|
Port |
FeedBack.innerOutput()
|
Port |
PortList.getPort(int i)
Gets the port attribute of the PortList object |
Methods in fr.fluxmedia.transmorpher.graph with parameters of type Port | |
void |
Channel.setIn(Port port)
Sets the in port of the Channel object |
void |
Channel.setOut(Port port)
Sets the out port of the Channel object |
void |
FeedBack.setIn(Port p)
|
void |
FeedBack.setOut(Port p)
This is inversed because in the case of an output of the repeat, then it must be stored second |
void |
CallImpl.addOut(Port port)
Adds a feature to the Out attribute of the CallImpl object |
void |
CallImpl.addIn(Port port)
Adds a feature to the In attribute of the CallImpl object |
void |
CallImpl.addIn(int index,
Port port)
Adds a feature to the In attribute of the CallImpl object |
void |
CallImpl.addOut(int index,
Port port)
Adds a feature to the Out attribute of the CallImpl object |
void |
TransformationImpl.addIn(Port port)
Adds a new in port at the end of the storage list |
void |
TransformationImpl.addIn(int index,
Port port)
Adds a new in port at the given index in the storage list |
void |
TransformationImpl.addOut(Port port)
Adds a new out port at the end of the storage list |
void |
TransformationImpl.addOut(int i,
Port p)
Adds a new out port at the given index in the storage list |
void |
PortList.setPort(int i,
Port p)
Sets the port attribute of the PortList object |
void |
PortList.addPort(Port p)
Adds a feature to the Port attribute of the PortList object |
void |
PortList.removePort(Port p)
Description of the Method |
Constructors in fr.fluxmedia.transmorpher.graph with parameters of type Port | |
Channel(java.lang.String name,
Process process,
Port in,
Port out)
Creates an instance of Channel with a name and a process |
|
FeedBack(java.lang.String name,
Process p,
Port i,
Port ii,
Port io,
Port o)
This might really be useless |
|
StdOut(java.lang.String name,
Process process,
Port in,
Port out)
Creates an instance of SdtIn with a name ,a process, an in port and an out port (null). |
|
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. |
|
Test(java.lang.String name,
Process process,
Port in,
Port innerIn,
Port innerOut,
Port out)
Creates an instance of Test with a name and a process and all the ports |
|
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) |
|
INRIA & FluxMedia | |||||||||
PREV NEXT | FRAMES NO FRAMES |