| Package | Description |
|---|---|
| org.sbml.jsbml.ext.groups |
Provides classes for the Groups
package.
|
| Modifier and Type | Field and Description |
|---|---|
protected ListOf<Group> |
GroupsModelPlugin.listOfGroups |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
GroupsModelPlugin.createGroup()
Creates a new instance of
Group and add it to this GroupsModelPlugin. |
Group |
GroupsModelPlugin.createGroup(String id)
Creates a new instance of
Group and add it to this GroupsModelPlugin. |
Group |
GroupsModelPlugin.createGroup(String id,
String... memberIds)
Creates a new instance of
Group and add it to this GroupsModelPlugin. |
Group |
GroupsModelPlugin.getGroup(int i)
Returns the n-th
Group object in this GroupsModelPlugin. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Group> |
GroupsModelPlugin.getListOfGroups()
Returns the listOfGroups.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
GroupsModelPlugin.addGroup(Group group)
Adds a new element to the listOfGroups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupsModelPlugin.setListOfGroups(ListOf<Group> listOfGroups) |
| Constructor and Description |
|---|
Group(Group group)
Creates a new
Group instance from the given Group. |
Copyright © 2009–2018. All rights reserved.