Modifier and Type | Method and Description |
---|---|
Port |
CompModelPlugin.createPort() |
Port |
ListOfPorts.get(String sid)
Get an item from the list based on its identifier.
|
Port |
CompModelPlugin.getPort(long n) |
Port |
CompModelPlugin.getPort(String id) |
Port |
ListOfPorts.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
Port |
CompModelPlugin.removePort(long index) |
Modifier and Type | Method and Description |
---|---|
int |
CompModelPlugin.addPort(Port port) |
Constructor and Description |
---|
Port(Port source) |