| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method | Description |
|---|---|---|
Port |
Port.clone() |
|
Port |
CompModelPlugin.createPort() |
Creates a new
Port element and adds it to the ListOfPorts list |
Port |
CompModelPlugin.createPort(java.lang.String id) |
Creates a new
Port element and adds it to the ListOfPorts list |
Port |
CompModelPlugin.findPort(java.lang.String id) |
|
Port |
CompModelPlugin.getPort(int index) |
Returns the n-th
Port object in this CompModelPlugin. |
Port |
CompModelPlugin.getPort(java.lang.String id) |
Returns a
Port element that has the given 'id' within
this CompModelPlugin or null if no such element can be found. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<Port> |
CompModelPlugin.getListOfPorts() |
Returns the listOfPorts.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CompModelPlugin.addPort(Port port) |
Adds a new
Port to the listOfPorts. |
boolean |
CompModelPlugin.removePort(Port port) |
Removes an element from the listOfPorts.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CompModelPlugin.setListOfPorts(ListOf<Port> listOfPorts) |
Sets the optional
ListOf<Port>. |
| Constructor | Description |
|---|---|
Port(Port obj) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.