public class BiomoleculeGroup
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Constructor and Description |
---|
BiomoleculeGroup()
Empty constructor
|
BiomoleculeGroup(java.lang.String comparisionType_)
Specification of the comparison method applied is given with the creation of the BiomoleculeGroup instance
|
Modifier and Type | Method and Description |
---|---|
void |
addBiomolecule(Biomolecule aBiomolecule_)
The method adds a Biomolecule to this biomolecule group.
|
void |
addBiomolecules(java.util.Set<Biomolecule> bmSet)
Adding all at once the biomolecules that belong to this group.
|
int |
compareTo(java.lang.Object o) |
java.util.ArrayList<Biomolecule> |
getBiomoleculeGroup() |
java.lang.String |
getComparisonType()
Setter and Getter
|
java.lang.Integer |
getId() |
Biomolecule |
getRepresentative() |
void |
setBiomoleculeGroup(java.util.ArrayList<Biomolecule> biomoleculeGroup_) |
void |
setComparisonType(java.lang.String comparisonType_) |
void |
setId(java.lang.Integer id_) |
void |
setRepresentative(Biomolecule representative_) |
public BiomoleculeGroup()
public BiomoleculeGroup(java.lang.String comparisionType_)
public void addBiomolecule(Biomolecule aBiomolecule_)
aBiomolecule_
- public void addBiomolecules(java.util.Set<Biomolecule> bmSet)
bmSet
- public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
public java.lang.String getComparisonType()
public void setComparisonType(java.lang.String comparisonType_)
public java.util.ArrayList<Biomolecule> getBiomoleculeGroup()
public void setBiomoleculeGroup(java.util.ArrayList<Biomolecule> biomoleculeGroup_)
public Biomolecule getRepresentative()
public void setRepresentative(Biomolecule representative_)
public void setId(java.lang.Integer id_)
public java.lang.Integer getId()