Uses of Class
org.biomage.DesignElement.FeatureReporterMap

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

Uses of FeatureReporterMap in org.biomage.DesignElement
 

Methods in org.biomage.DesignElement that return FeatureReporterMap
 FeatureReporterMap DesignElement_package.getFromFeatureReporterMap_list(int position)
          Method to get FeatureReporterMap from FeatureReporterMap_list
 FeatureReporterMap Reporter.getFromFeatureReporterMaps(int position)
          Method to get FeatureReporterMap from FeatureReporterMaps_list
 

Methods in org.biomage.DesignElement with parameters of type FeatureReporterMap
 void DesignElement_package.addToFeatureReporterMap_list(FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap to FeatureReporterMap_list
 void DesignElement_package.addToFeatureReporterMap_list(int position, FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap at position to FeatureReporterMap_list
 void Reporter.addToFeatureReporterMaps(FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap to FeatureReporterMaps_list
 void Reporter.addToFeatureReporterMaps(int position, FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap at position to FeatureReporterMaps_list
 void DesignElement_package.removeFromFeatureReporterMap_list(FeatureReporterMap featureReporterMap)
          Method to remove first FeatureReporterMap from FeatureReporterMap_list
 void Reporter.removeFromFeatureReporterMaps(FeatureReporterMap featureReporterMap)
          Method to remove first FeatureReporterMap from FeatureReporterMaps_list
 

Uses of FeatureReporterMap in org.biomage.Interface
 

Methods in org.biomage.Interface that return FeatureReporterMap
 FeatureReporterMap HasFeatureReporterMaps.getFromFeatureReporterMaps(int position)
          Method to get FeatureReporterMap from FeatureReporterMaps_list
 

Methods in org.biomage.Interface with parameters of type FeatureReporterMap
 void HasFeatureReporterMaps.addToFeatureReporterMaps(FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap to FeatureReporterMaps_list
 void HasFeatureReporterMaps.addToFeatureReporterMaps(int position, FeatureReporterMap featureReporterMap)
          Method to add FeatureReporterMap at position to FeatureReporterMaps_list
 void HasFeatureReporterMaps.removeFromFeatureReporterMaps(FeatureReporterMap featureReporterMap)
          Method to remove first FeatureReporterMap from FeatureReporterMaps_list