Package | Description |
---|---|
org.kepler.sms |
Modifier and Type | Class and Description |
---|---|
class |
KeplerCompositeIOPort
A compoiste port is a virtual port that encapsulates a set of underlying
ports (both ptolemy ports and other virtual ports).
|
class |
KeplerRefinementIOPort
A refinement port is a virtual port that denotes a particular nested
structure within a port's value.
|
Modifier and Type | Method and Description |
---|---|
void |
KeplerCompositeIOPort.addEncapsulatedPort(KeplerVirtualIOPort port)
Assigns the given virtual port to the current set of encapsulated ports.
|
void |
KeplerIOPortSemanticLink.setDomain(KeplerVirtualIOPort domain)
Assigns the domain of this link.
|
void |
KeplerVirtualIOPortReference.setPort(KeplerVirtualIOPort port)
Sets the reference to the given virtual port.
|
void |
KeplerIOPortSemanticLink.setRange(KeplerVirtualIOPort range)
Assigns the Virtual IOPort as the range of the link.
|