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

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

Parameters:
value - to set

getMismatchInformation

HasMismatchInformation.MismatchInformation_list getMismatchInformation()
Get method for mismatchInformation

Returns:
value of the attribute

addToMismatchInformation

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


addToMismatchInformation

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


getFromMismatchInformation

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


removeElementAtFromMismatchInformation

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


removeFromMismatchInformation

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