Package | Description |
---|---|
de.mpc.prolic.misc | |
de.mpc.prolic.model |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
Tools.buildListIdentifier(BiomoleculeGroup aBG)
Building a list identifier for this BiomoleculeGroup
|
static java.lang.String |
IO.writeBGIdentifier(BiomoleculeGroup aBG_,
java.lang.String outStringData_,
java.lang.String columnDelim_)
Auxiliary method used to write information concerning the identifier of the biomolecule group
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<BiomoleculeGroup> |
BiomoleculeGroupList.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)
|
Modifier and Type | Method and Description |
---|---|
void |
BiomoleculeGroupList.addBiomoleculeGroup(BiomoleculeGroup aBG)
Adds a biomolecule group to the arrayList of biomolecule groups.
|
Modifier and Type | Method and Description |
---|---|
void |
BiomoleculeGroupList.addBiomoleculeGroups(java.util.ArrayList<BiomoleculeGroup> bgList_)
Adding all at once the biomolecule groups that belong to this BiomleculeGroupList.
|
void |
BiomoleculeGroupList.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)
|