org.biomage.Interface
Interface HasControlFeatures

All Known Implementing Classes:
Feature

public interface HasControlFeatures


Nested Class Summary
static class HasControlFeatures.ControlFeatures_list
          Inner list class for holding multiple entries for attribute controlFeatures.
 
Method Summary
 void addToControlFeatures(Feature feature)
          Method to add Feature to ControlFeatures_list
 void addToControlFeatures(int position, Feature feature)
          Method to add Feature at position to ControlFeatures_list
 HasControlFeatures.ControlFeatures_list getControlFeatures()
          Get method for controlFeatures
 Feature getFromControlFeatures(int position)
          Method to get Feature from ControlFeatures_list
 void removeElementAtFromControlFeatures(int position)
          Method to remove by position from ControlFeatures_list
 void removeFromControlFeatures(Feature feature)
          Method to remove first Feature from ControlFeatures_list
 void setControlFeatures(HasControlFeatures.ControlFeatures_list controlFeatures)
          Set method for controlFeatures
 

Method Detail

setControlFeatures

void setControlFeatures(HasControlFeatures.ControlFeatures_list controlFeatures)
Set method for controlFeatures

Parameters:
value - to set

getControlFeatures

HasControlFeatures.ControlFeatures_list getControlFeatures()
Get method for controlFeatures

Returns:
value of the attribute

addToControlFeatures

void addToControlFeatures(Feature feature)
Method to add Feature to ControlFeatures_list


addToControlFeatures

void addToControlFeatures(int position,
                          Feature feature)
Method to add Feature at position to ControlFeatures_list


getFromControlFeatures

Feature getFromControlFeatures(int position)
Method to get Feature from ControlFeatures_list


removeElementAtFromControlFeatures

void removeElementAtFromControlFeatures(int position)
Method to remove by position from ControlFeatures_list


removeFromControlFeatures

void removeFromControlFeatures(Feature feature)
Method to remove first Feature from ControlFeatures_list