INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class PortList

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.Graph.PortList

public class PortList
extends Object


Field Summary
(package private)  Vector ports
           
 
Constructor Summary
(package private) PortList(int i)
           
 
Method Summary
 boolean checkPorts()
          NOT YET IMPLEMENTED
 void generateJavaCode(ReadWrite 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
 String[] getNames()
           
 Port getPort(int i)
           
 int length()
           
 void removePort(Port p)
           
 void setPort(int i, Port p)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

ports

Vector ports
Constructor Detail

PortList

PortList(int i)
Method Detail

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

INRIA & FluxMedia

..no bottom yet...