Package | Description |
---|---|
org.adroitlogic.x.model.statik |
This package contains the model classes that are used to transfer the information on the static container
|
Modifier and Type | Method and Description |
---|---|
List<OutPortInfo> |
ProcessorInfo.getOutPorts() |
List<OutPortInfo> |
EgressConnectorInfo.getOutPorts() |
List<OutPortInfo> |
ElementInfo.getOutPorts() |
List<OutPortInfo> |
ConnectorOperationInfo.getOutPorts() |
List<OutPortInfo> |
IngressConnectorInfo.getOutPorts() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessorInfo.addOutPort(OutPortInfo outPortInfo) |
void |
EgressConnectorInfo.addOutPort(OutPortInfo outPortInfo) |
void |
ElementInfo.addOutPort(OutPortInfo outPortInfo) |
void |
ConnectorOperationInfo.addOutPort(OutPortInfo outPortInfo) |
void |
IngressConnectorInfo.addOutPort(OutPortInfo outPortInfo) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.