|
|||||||||
Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
org.biomage.Interface
Interface HasComponentCompounds

- public interface HasComponentCompounds
Nested Class Summary | |
static class |
HasComponentCompounds.ComponentCompounds_list
Inner list class for holding multiple entries for attribute componentCompounds. |
Method Summary | |
void |
addToComponentCompounds(org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement to ComponentCompounds_list |
void |
addToComponentCompounds(int position,
org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
Method to add CompoundMeasurement at position to ComponentCompounds_list |
HasComponentCompounds.ComponentCompounds_list |
getComponentCompounds()
Get method for componentCompounds |
org.biomage.BioMaterial.CompoundMeasurement |
getFromComponentCompounds(int position)
Method to get CompoundMeasurement from ComponentCompounds_list |
void |
removeElementAtFromComponentCompounds(int position)
Method to remove by position from ComponentCompounds_list |
void |
removeFromComponentCompounds(org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
Method to remove first CompoundMeasurement from ComponentCompounds_list |
void |
setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
Set method for componentCompounds |
Method Detail |
setComponentCompounds
public void setComponentCompounds(HasComponentCompounds.ComponentCompounds_list componentCompounds)
- Set method for componentCompounds
getComponentCompounds
public HasComponentCompounds.ComponentCompounds_list getComponentCompounds()
- Get method for componentCompounds
addToComponentCompounds
public void addToComponentCompounds(org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
- Method to add CompoundMeasurement to ComponentCompounds_list
addToComponentCompounds
public void addToComponentCompounds(int position, org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
- Method to add CompoundMeasurement at position to
ComponentCompounds_list
getFromComponentCompounds
public org.biomage.BioMaterial.CompoundMeasurement getFromComponentCompounds(int position)
- Method to get CompoundMeasurement from ComponentCompounds_list
removeElementAtFromComponentCompounds
public void removeElementAtFromComponentCompounds(int position)
- Method to remove by position from ComponentCompounds_list
removeFromComponentCompounds
public void removeFromComponentCompounds(org.biomage.BioMaterial.CompoundMeasurement compoundMeasurement)
- Method to remove first CompoundMeasurement from
ComponentCompounds_list
|
|||||||||
Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |