fr.fluxmedia.transmorpher.Graph
Class PortList
java.lang.Object
|
+--fr.fluxmedia.transmorpher.Graph.PortList
- public class PortList
- extends Object
Constructor Summary |
(package private) |
PortList(int i)
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ports
Vector ports
PortList
PortList(int i)
length
public int length()
setPort
public void setPort(int i,
Port p)
getPort
public Port getPort(int i)
removePort
public void removePort(Port p)
checkPorts
public boolean checkPorts()
- NOT YET IMPLEMENTED
getNames
public String[] getNames()
generateXML
public void generateXML()
- Prints the XML expression of the call
NOTE that getChannel().getName() would be cleaner
generateJavaCode
public void generateJavaCode(ReadWrite file)
- Prints the Java code for the execution of the call
..no bottom yet...