org.biomage.Interface
Interface HasMismatchInformation

All Known Implementing Classes:
CompositePosition, FeatureInformation, ReporterPosition

public interface HasMismatchInformation


Nested Class Summary
static class HasMismatchInformation.MismatchInformation_list
          Inner list class for holding multiple entries for attribute mismatchInformation.
 
Method Summary
 void addToMismatchInformation(int position, MismatchInformation mismatchInformation)
          Method to add MismatchInformation at position to MismatchInformation_list
 void addToMismatchInformation(MismatchInformation mismatchInformation)
          Method to add MismatchInformation to MismatchInformation_list
 MismatchInformation getFromMismatchInformation(int position)
          Method to get MismatchInformation from MismatchInformation_list
 HasMismatchInformation.MismatchInformation_list getMismatchInformation()
          Get method for mismatchInformation
 void removeElementAtFromMismatchInformation(int position)
          Method to remove by position from MismatchInformation_list
 void removeFromMismatchInformation(MismatchInformation mismatchInformation)
          Method to remove first MismatchInformation from MismatchInformation_list
 void setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
          Set method for mismatchInformation
 

Method Detail

setMismatchInformation

public void setMismatchInformation(HasMismatchInformation.MismatchInformation_list mismatchInformation)
Set method for mismatchInformation


getMismatchInformation

public HasMismatchInformation.MismatchInformation_list getMismatchInformation()
Get method for mismatchInformation

Returns:
value of the attribute

addToMismatchInformation

public void addToMismatchInformation(MismatchInformation mismatchInformation)
Method to add MismatchInformation to MismatchInformation_list


addToMismatchInformation

public void addToMismatchInformation(int position,
                                     MismatchInformation mismatchInformation)
Method to add MismatchInformation at position to MismatchInformation_list


getFromMismatchInformation

public MismatchInformation getFromMismatchInformation(int position)
Method to get MismatchInformation from MismatchInformation_list


removeElementAtFromMismatchInformation

public void removeElementAtFromMismatchInformation(int position)
Method to remove by position from MismatchInformation_list


removeFromMismatchInformation

public void removeFromMismatchInformation(MismatchInformation mismatchInformation)
Method to remove first MismatchInformation from MismatchInformation_list



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