INRIA & FluxMedia

fr.fluxmedia.transmorpher.Graph
Class Port

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

public class Port
extends Object


Field Summary
(package private)  Channel chan
           
(package private)  Call cOwner
           
(package private)  String name
           
(package private)  int number
           
(package private)  Transformation tOwner
           
 
Constructor Summary
Port(String n, Call c, int i)
          Port creator for calls
Port(String n, Transformation t, int i)
          Port creator for transformations
 
Method Summary
 boolean CallPortP()
           
 Call getCall()
           
 Channel getChannel()
           
 String getName()
           
 Transformation getTransformation()
           
 void setChannel(Channel c)
           
 boolean TransformationPortP()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

chan

Channel chan

tOwner

Transformation tOwner

cOwner

Call cOwner

number

int number

name

String name
Constructor Detail

Port

public Port(String n,
            Transformation t,
            int i)
Port creator for transformations

Port

public Port(String n,
            Call c,
            int i)
Port creator for calls
Method Detail

setChannel

public void setChannel(Channel c)

getChannel

public Channel getChannel()

getName

public String getName()

TransformationPortP

public boolean TransformationPortP()

CallPortP

public boolean CallPortP()

getTransformation

public Transformation getTransformation()

getCall

public Call getCall()

INRIA & FluxMedia

..no bottom yet...