|
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.Port
Transmorpher graph list of ports/channels
Field Summary | |
protected Channel |
channel
Description of the Field |
protected Call |
cOwner
Description of the Field |
static int |
INPUT
Description of the Field |
protected java.lang.String |
name
Description of the Field |
protected int |
number
Description of the Field |
static int |
OUTPUT
Description of the Field |
protected Transformation |
tOwner
Description of the Field |
protected int |
type
Description of the Field |
Constructor Summary | |
Port()
Constructor for the Port object |
|
Port(java.lang.String n,
Call c,
int i)
Port creator for calls |
|
Port(java.lang.String n,
Call c,
int i,
int type)
Constructor for the Port object |
|
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 |
Method Summary | |
boolean |
CallPortP()
Description of the Method |
Call |
getCall()
Gets the call attribute of the Port object |
Channel |
getChannel()
Gets the channel attribute of the Port object |
java.lang.String |
getName()
Gets the name attribute of the Port object |
Transformation |
getTransformation()
Gets the transformation attribute of the Port object |
int |
getType()
Gets the type attribute of the Port object |
void |
setCall(Call cOwner)
Sets the call attribute of the Port object |
void |
setChannel(Channel c)
Sets the channel attribute of the Port object |
void |
setName(java.lang.String newName)
Sets the name attribute of the Port object |
void |
setTransformation(Transformation tOwner)
Sets the transformation attribute of the Port object |
void |
setType(int type)
Sets the type attribute of the Port object |
boolean |
TransformationPortP()
Description of the Method |
Methods inherited from class java.lang.Object |
|
Field Detail |
public static int OUTPUT
public static int INPUT
protected Channel channel
protected Transformation tOwner
protected Call cOwner
protected int number
protected java.lang.String name
protected int type
Constructor Detail |
public Port()
public Port(java.lang.String n, Transformation t, int i)
n
- Description of the Parametert
- Description of the Parameteri
- Description of the Parameterpublic Port(java.lang.String n, Transformation t, int i, int type)
n
- Description of the Parametert
- Description of the Parameteri
- Description of the Parametertype
- Description of the Parameterpublic Port(java.lang.String n, Call c, int i)
n
- Description of the Parameterc
- Description of the Parameteri
- Description of the Parameterpublic Port(java.lang.String n, Call c, int i, int type)
n
- Description of the Parameterc
- Description of the Parameteri
- Description of the Parametertype
- Description of the ParameterMethod Detail |
public void setChannel(Channel c)
c
- The new channel valuepublic Channel getChannel()
public void setName(java.lang.String newName)
newName
- The new name valuepublic java.lang.String getName()
public int getType()
public void setType(int type)
type
- The new type valuepublic boolean TransformationPortP()
public boolean CallPortP()
public Transformation getTransformation()
public void setTransformation(Transformation tOwner)
tOwner
- The new transformation valuepublic Call getCall()
public void setCall(Call cOwner)
cOwner
- The new call value
|
INRIA & FluxMedia | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |