| Package | Description |
|---|---|
| org.sbml.jsbml.ext.groups |
Provides classes for the Groups
package.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected ListOf<Group> |
GroupsModelPlugin.listOfGroups |
| Modifier and Type | Method | Description |
|---|---|---|
Group |
Group.clone() |
|
Group |
GroupsModelPlugin.createGroup() |
Creates a new instance of
Group and add it to this GroupsModelPlugin. |
Group |
GroupsModelPlugin.createGroup(java.lang.String id) |
Creates a new instance of
Group and add it to this GroupsModelPlugin. |
Group |
GroupsModelPlugin.createGroup(java.lang.String id,
java.lang.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 | Description |
|---|---|---|
ListOf<Group> |
GroupsModelPlugin.getListOfGroups() |
Returns the listOfGroups.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
GroupsModelPlugin.addGroup(Group group) |
Adds a new element to the listOfGroups.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
GroupsModelPlugin.setListOfGroups(ListOf<Group> listOfGroups) |
| Constructor | Description |
|---|---|
Group(Group group) |
Creates a new
Group instance from the given Group. |
Copyright © 2009–2022. All rights reserved.