Uses of Class
org.biomage.DesignElement.FeatureInformation

Packages that use FeatureInformation
org.biomage.DesignElement   
org.biomage.Interface   
 

Uses of FeatureInformation in org.biomage.DesignElement
 

Methods in org.biomage.DesignElement that return FeatureInformation
 FeatureInformation FeatureReporterMap.getFromFeatureInformationSources(int position)
          Method to get FeatureInformation from FeatureInformationSources_list
 

Methods in org.biomage.DesignElement with parameters of type FeatureInformation
 void FeatureReporterMap.addToFeatureInformationSources(FeatureInformation featureInformation)
          Method to add FeatureInformation to FeatureInformationSources_list
 void FeatureReporterMap.addToFeatureInformationSources(int position, FeatureInformation featureInformation)
          Method to add FeatureInformation at position to FeatureInformationSources_list
 void FeatureReporterMap.removeFromFeatureInformationSources(FeatureInformation featureInformation)
          Method to remove first FeatureInformation from FeatureInformationSources_list
 

Uses of FeatureInformation in org.biomage.Interface
 

Methods in org.biomage.Interface that return FeatureInformation
 FeatureInformation HasFeatureInformationSources.getFromFeatureInformationSources(int position)
          Method to get FeatureInformation from FeatureInformationSources_list
 

Methods in org.biomage.Interface with parameters of type FeatureInformation
 void HasFeatureInformationSources.addToFeatureInformationSources(FeatureInformation featureInformation)
          Method to add FeatureInformation to FeatureInformationSources_list
 void HasFeatureInformationSources.addToFeatureInformationSources(int position, FeatureInformation featureInformation)
          Method to add FeatureInformation at position to FeatureInformationSources_list
 void HasFeatureInformationSources.removeFromFeatureInformationSources(FeatureInformation featureInformation)
          Method to remove first FeatureInformation from FeatureInformationSources_list