org.biomage.Interface
Interface HasFeatureInformationSources

All Known Implementing Classes:
FeatureReporterMap

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(FeatureInformation featureInformation)
          Method to add FeatureInformation to FeatureInformationSources_list
 void addToFeatureInformationSources(int position, FeatureInformation featureInformation)
          Method to add FeatureInformation at position to FeatureInformationSources_list
 HasFeatureInformationSources.FeatureInformationSources_list getFeatureInformationSources()
          Get method for featureInformationSources
 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(FeatureInformation featureInformation)
          Method to remove first FeatureInformation from FeatureInformationSources_list
 void setFeatureInformationSources(HasFeatureInformationSources.FeatureInformationSources_list featureInformationSources)
          Set method for featureInformationSources
 

Method Detail

setFeatureInformationSources

void setFeatureInformationSources(HasFeatureInformationSources.FeatureInformationSources_list featureInformationSources)
Set method for featureInformationSources

Parameters:
value - to set

getFeatureInformationSources

HasFeatureInformationSources.FeatureInformationSources_list getFeatureInformationSources()
Get method for featureInformationSources

Returns:
value of the attribute

addToFeatureInformationSources

void addToFeatureInformationSources(FeatureInformation featureInformation)
Method to add FeatureInformation to FeatureInformationSources_list


addToFeatureInformationSources

void addToFeatureInformationSources(int position,
                                    FeatureInformation featureInformation)
Method to add FeatureInformation at position to FeatureInformationSources_list


getFromFeatureInformationSources

FeatureInformation getFromFeatureInformationSources(int position)
Method to get FeatureInformation from FeatureInformationSources_list


removeElementAtFromFeatureInformationSources

void removeElementAtFromFeatureInformationSources(int position)
Method to remove by position from FeatureInformationSources_list


removeFromFeatureInformationSources

void removeFromFeatureInformationSources(FeatureInformation featureInformation)
Method to remove first FeatureInformation from FeatureInformationSources_list