public class BiomoleculeGroupList
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Constructor and Description |
---|
BiomoleculeGroupList()
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addBiomoleculeGroup(BiomoleculeGroup aBG)
Adds a biomolecule group to the arrayList of biomolecule groups.
|
void |
addBiomoleculeGroups(java.util.ArrayList<BiomoleculeGroup> bgList_)
Adding all at once the biomolecule groups that belong to this BiomleculeGroupList.
|
int |
compareTo(java.lang.Object o) |
java.util.ArrayList<BiomoleculeGroup> |
getBgList()
Retrieves a list of biomolecule groups (i.e. a representation of related biomolecules, which are member of either a set difference or
an intersection considering a set of compared biomolecule lists)
|
java.lang.String |
getListIdentifier()
The method retrieves a string identifier for the list of Biomolecule groups
|
void |
setBgList(java.util.ArrayList<BiomoleculeGroup> bgList_)
Stores a list of biomolecule groups (i.e. a representation of related biomolecules, which are member of either a set difference or
an intersection considering a set of compared biomolecule lists)
|
void |
setListIdentifier(java.lang.String listIdentifier_)
Stores a string identifier for the list of Biomolecule groups
|
void |
sortBiomoleculeGroups()
Sorts all BiomoleculeGroup
|
public void addBiomoleculeGroup(BiomoleculeGroup aBG)
aBG
- public void addBiomoleculeGroups(java.util.ArrayList<BiomoleculeGroup> bgList_)
bgList_
- public void sortBiomoleculeGroups()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public java.util.ArrayList<BiomoleculeGroup> getBgList()
public void setBgList(java.util.ArrayList<BiomoleculeGroup> bgList_)
bgList_
- public java.lang.String getListIdentifier()
public void setListIdentifier(java.lang.String listIdentifier_)
listIdentifier_
-