|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fr.fluxmedia.transmorpher.graph.PortList
Transmorpher graph list of ports/channels
Field Summary | |
protected static int |
DEFAULT_SIZE
Description of the Field |
protected java.util.Vector |
ports
Description of the Field |
Constructor Summary | |
(package private) |
PortList()
Constructor for the PortList object |
(package private) |
PortList(int i)
Constructor for the PortList object |
Method Summary | |
void |
addPort(Port p)
Adds a feature to the Port attribute of the PortList object |
boolean |
checkPorts()
NOT YET IMPLEMENTED * |
void |
generateJavaCode(Writer file)
Prints the Java code for the execution of the call |
void |
generateXML()
Prints the XML expression of the call NOTE that getChannel().getName() would be cleaner |
java.lang.String[] |
getNames()
Gets the names attribute of the PortList object |
Port |
getPort(int i)
Gets the port attribute of the PortList object |
int |
length()
Returns the length of this PortList |
void |
removePort(Port p)
Description of the Method |
void |
setPort(int i,
Port p)
Sets the port attribute of the PortList object |
java.lang.String[] |
toStringList()
Description of the Method |
Methods inherited from class java.lang.Object |
|
Field Detail |
protected static int DEFAULT_SIZE
protected java.util.Vector ports
Constructor Detail |
PortList()
PortList(int i)
i
- Description of the ParameterMethod Detail |
public int length()
public void setPort(int i, Port p)
i
- The new port valuep
- The new port valuepublic Port getPort(int i)
i
- the index in this PortListpublic void addPort(Port p)
p
- The feature to be added to the Port attributepublic void removePort(Port p)
p
- Description of the Parameterpublic boolean checkPorts()
public java.lang.String[] getNames()
public final java.lang.String[] toStringList()
public void generateXML()
public void generateJavaCode(Writer file)
file
- Description of the Parameter
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |