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

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


getControlFeatures

public HasControlFeatures.ControlFeatures_list getControlFeatures()
Get method for controlFeatures

Returns:
value of the attribute

addToControlFeatures

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


addToControlFeatures

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


getFromControlFeatures

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


removeElementAtFromControlFeatures

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


removeFromControlFeatures

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



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