|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PortDenotation | |
| com.tensegrity.graph.model | Contains the graph model interface. |
| Uses of PortDenotation in com.tensegrity.graph.model |
| Methods in com.tensegrity.graph.model that return PortDenotation | |
PortDenotation |
PortDenotation.deepCopy()
Returns a deep independent copy of this PortDenoation
object. |
abstract PortDenotation |
GraphModelFactory.newPortDenotation(java.lang.String name)
Constructs and returns a new PortDenotation object. |
abstract PortDenotation |
GraphModelFactory.newPortDenotation(java.lang.String name,
boolean inputPort,
boolean outputPort)
Constructs and returns a new PortDenotation object. |
abstract PortDenotation |
GraphModelFactory.newPortDenotation(java.lang.String name,
boolean inputPort,
boolean outputPort,
int inputCardinality,
int outputCardinality)
Constructs and returns a new PortDenotation object. |
abstract PortDenotation |
GraphModelFactory.newPortDenotation(java.lang.String name,
boolean hierarchicalPort,
boolean inputPort,
boolean outputPort,
int inputCardinality,
int outputCardinality)
Constructs and returns a new PortDenotation object. |
abstract PortDenotation |
GraphModelFactory.newPortDenotation(java.lang.String name,
boolean hierarchicalPort,
boolean inputPort,
boolean outputPort,
int inputCardinality,
int outputCardinality,
int inputAcceptLevel,
int outputAcceptLevel)
|
PortDenotation |
Port.getDenotation()
Returns the denotation object associated with this Port. |
| Methods in com.tensegrity.graph.model with parameters of type PortDenotation | |
abstract Port |
GraphModelFactory.newPort(PortDenotation denotation)
Constructs and returns a new Port object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||