org.biomage.Interface
Interface HasControlledFeatures

All Known Implementing Classes:
Feature

public interface HasControlledFeatures


Nested Class Summary
static class HasControlledFeatures.ControlledFeatures_list
          Inner list class for holding multiple entries for attribute controlledFeatures.
 
Method Summary
 void addToControlledFeatures(Feature feature)
          Method to add Feature to ControlledFeatures_list
 void addToControlledFeatures(int position, Feature feature)
          Method to add Feature at position to ControlledFeatures_list
 HasControlledFeatures.ControlledFeatures_list getControlledFeatures()
          Get method for controlledFeatures
 Feature getFromControlledFeatures(int position)
          Method to get Feature from ControlledFeatures_list
 void removeElementAtFromControlledFeatures(int position)
          Method to remove by position from ControlledFeatures_list
 void removeFromControlledFeatures(Feature feature)
          Method to remove first Feature from ControlledFeatures_list
 void setControlledFeatures(HasControlledFeatures.ControlledFeatures_list controlledFeatures)
          Set method for controlledFeatures
 

Method Detail

setControlledFeatures

public void setControlledFeatures(HasControlledFeatures.ControlledFeatures_list controlledFeatures)
Set method for controlledFeatures


getControlledFeatures

public HasControlledFeatures.ControlledFeatures_list getControlledFeatures()
Get method for controlledFeatures

Returns:
value of the attribute

addToControlledFeatures

public void addToControlledFeatures(Feature feature)
Method to add Feature to ControlledFeatures_list


addToControlledFeatures

public void addToControlledFeatures(int position,
                                    Feature feature)
Method to add Feature at position to ControlledFeatures_list


getFromControlledFeatures

public Feature getFromControlledFeatures(int position)
Method to get Feature from ControlledFeatures_list


removeElementAtFromControlledFeatures

public void removeElementAtFromControlledFeatures(int position)
Method to remove by position from ControlledFeatures_list


removeFromControlledFeatures

public void removeFromControlledFeatures(Feature feature)
Method to remove first Feature from ControlledFeatures_list



Copyright (C) 2002 The MicroArray Gene Expression Database group (MGED) All rights reserved.