|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.biomage.Interface
Interface HasCharacteristics

- public interface HasCharacteristics
| Nested Class Summary | |
static class |
HasCharacteristics.Characteristics_list
Inner list class for holding multiple entries for attribute characteristics. |
| Method Summary | |
void |
addToCharacteristics(int position,
org.biomage.Description.OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Characteristics_list |
void |
addToCharacteristics(org.biomage.Description.OntologyEntry ontologyEntry)
Method to add OntologyEntry to Characteristics_list |
HasCharacteristics.Characteristics_list |
getCharacteristics()
Get method for characteristics |
org.biomage.Description.OntologyEntry |
getFromCharacteristics(int position)
Method to get OntologyEntry from Characteristics_list |
void |
removeElementAtFromCharacteristics(int position)
Method to remove by position from Characteristics_list |
void |
removeFromCharacteristics(org.biomage.Description.OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Characteristics_list |
void |
setCharacteristics(HasCharacteristics.Characteristics_list characteristics)
Set method for characteristics |
| Method Detail |
setCharacteristics
public void setCharacteristics(HasCharacteristics.Characteristics_list characteristics)
- Set method for characteristics
getCharacteristics
public HasCharacteristics.Characteristics_list getCharacteristics()
- Get method for characteristics
addToCharacteristics
public void addToCharacteristics(org.biomage.Description.OntologyEntry ontologyEntry)
- Method to add OntologyEntry to Characteristics_list
addToCharacteristics
public void addToCharacteristics(int position,
org.biomage.Description.OntologyEntry ontologyEntry)
- Method to add OntologyEntry at position to Characteristics_list
getFromCharacteristics
public org.biomage.Description.OntologyEntry getFromCharacteristics(int position)
- Method to get OntologyEntry from Characteristics_list
removeElementAtFromCharacteristics
public void removeElementAtFromCharacteristics(int position)
- Method to remove by position from Characteristics_list
removeFromCharacteristics
public void removeFromCharacteristics(org.biomage.Description.OntologyEntry ontologyEntry)
- Method to remove first OntologyEntry from Characteristics_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC