|
|||||||||
| 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 HasFeatureInformationSources

- public interface HasFeatureInformationSources
| Nested Class Summary | |
static class |
HasFeatureInformationSources.FeatureInformationSources_list
Inner list class for holding multiple entries for attribute featureInformationSources. |
| Method Summary | |
void |
addToFeatureInformationSources(org.biomage.DesignElement.FeatureInformation featureInformation)
Method to add FeatureInformation to FeatureInformationSources_list |
void |
addToFeatureInformationSources(int position,
org.biomage.DesignElement.FeatureInformation featureInformation)
Method to add FeatureInformation at position to FeatureInformationSources_list |
HasFeatureInformationSources.FeatureInformationSources_list |
getFeatureInformationSources()
Get method for featureInformationSources |
org.biomage.DesignElement.FeatureInformation |
getFromFeatureInformationSources(int position)
Method to get FeatureInformation from FeatureInformationSources_list |
void |
removeElementAtFromFeatureInformationSources(int position)
Method to remove by position from FeatureInformationSources_list |
void |
removeFromFeatureInformationSources(org.biomage.DesignElement.FeatureInformation featureInformation)
Method to remove first FeatureInformation from FeatureInformationSources_list |
void |
setFeatureInformationSources(HasFeatureInformationSources.FeatureInformationSources_list featureInformationSources)
Set method for featureInformationSources |
| Method Detail |
setFeatureInformationSources
public void setFeatureInformationSources(HasFeatureInformationSources.FeatureInformationSources_list featureInformationSources)
- Set method for featureInformationSources
getFeatureInformationSources
public HasFeatureInformationSources.FeatureInformationSources_list getFeatureInformationSources()
- Get method for featureInformationSources
addToFeatureInformationSources
public void addToFeatureInformationSources(org.biomage.DesignElement.FeatureInformation featureInformation)
- Method to add FeatureInformation to
FeatureInformationSources_list
addToFeatureInformationSources
public void addToFeatureInformationSources(int position,
org.biomage.DesignElement.FeatureInformation featureInformation)
- Method to add FeatureInformation at position to
FeatureInformationSources_list
getFromFeatureInformationSources
public org.biomage.DesignElement.FeatureInformation getFromFeatureInformationSources(int position)
- Method to get FeatureInformation from
FeatureInformationSources_list
removeElementAtFromFeatureInformationSources
public void removeElementAtFromFeatureInformationSources(int position)
- Method to remove by position from FeatureInformationSources_list
removeFromFeatureInformationSources
public void removeFromFeatureInformationSources(org.biomage.DesignElement.FeatureInformation featureInformation)
- Method to remove first FeatureInformation from
FeatureInformationSources_list
|
|||||||||
| Home >> All >> org >> biomage >> [ Interface overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC