fr.fluxmedia.transmorpher.graph
Class Port
java.lang.Object
|
+--fr.fluxmedia.transmorpher.graph.Port
- All Implemented Interfaces:
- java.io.Serializable
- public class Port
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Port()
|
Port(java.lang.String n,
Call c,
int i)
Port creator for calls |
Port(java.lang.String n,
Call c,
int i,
int type)
|
Port(java.lang.String n,
Transformation t,
int i)
Port creator for transformations |
Port(java.lang.String n,
Transformation t,
int i,
int type)
Port creator for transformations |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
OUTPUT
public static int OUTPUT
INPUT
public static int INPUT
chan
Channel chan
tOwner
Transformation tOwner
cOwner
Call cOwner
number
int number
name
java.lang.String name
type
int type
Port
public Port()
Port
public Port(java.lang.String n,
Transformation t,
int i)
- Port creator for transformations
Port
public Port(java.lang.String n,
Transformation t,
int i,
int type)
- Port creator for transformations
Port
public Port(java.lang.String n,
Call c,
int i)
- Port creator for calls
Port
public Port(java.lang.String n,
Call c,
int i,
int type)
setChannel
public void setChannel(Channel c)
getChannel
public Channel getChannel()
setName
public void setName(java.lang.String newName)
getName
public java.lang.String getName()
getType
public int getType()
TransformationPortP
public boolean TransformationPortP()
CallPortP
public boolean CallPortP()
getTransformation
public Transformation getTransformation()
getCall
public Call getCall()
..no bottom yet...