| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method and Description |
|---|---|
Port |
Port.clone() |
Port |
CompModelPlugin.createPort()
Creates a new
Port element and adds it to the ListOfPorts list |
Port |
CompModelPlugin.createPort(String id)
Creates a new
Port element and adds it to the ListOfPorts list |
Port |
CompModelPlugin.findPort(String id)
|
Port |
CompModelPlugin.getPort(int index)
Returns the n-th
Port object in this CompModelPlugin. |
Port |
CompModelPlugin.getPort(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 and Description |
|---|---|
ListOf<Port> |
CompModelPlugin.getListOfPorts()
Returns the listOfPorts.
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
CompModelPlugin.setListOfPorts(ListOf<Port> listOfPorts)
Sets the optional
ListOf<Port>. |
| Constructor and Description |
|---|
Port(Port obj)
Clone constructor
|
Copyright © 2009–2018. All rights reserved.