Uses of Interface
gov.nih.nci.mageom.domain.DesignElement.MismatchInformation

Packages that use MismatchInformation
gov.nih.nci.mageom.domain.DesignElement   
gov.nih.nci.mageom.domain.DesignElement.impl   
 

Uses of MismatchInformation in gov.nih.nci.mageom.domain.DesignElement
 

Methods in gov.nih.nci.mageom.domain.DesignElement that return MismatchInformation
 MismatchInformation[] ReporterPosition.getMismatchInformation()
          Returns the value of this ReporterPosition object's mismatchInformation attribute.
 MismatchInformation[] FeatureInformation.getMismatchInformation()
          Returns the value of this FeatureInformation object's mismatchInformation attribute.
 MismatchInformation[] CompositePosition.getMismatchInformation()
          Returns the value of this CompositePosition object's mismatchInformation attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type MismatchInformation
 void ReporterPosition.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 void FeatureInformation.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 void CompositePosition.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 

Uses of MismatchInformation in gov.nih.nci.mageom.domain.DesignElement.impl
 

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement MismatchInformation
 class MismatchInformationImpl
          Describes how a reporter varies from its ReporterCharacteristics sequence(s) or how a Feature varies from its Reporter sequence.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as MismatchInformation
protected  MismatchInformation[] ReporterPositionImpl.mismatchInformation
          DOCUMENT ME
protected  MismatchInformation[] FeatureInformationImpl.mismatchInformation
          DOCUMENT ME
protected  MismatchInformation[] CompositePositionImpl.mismatchInformation
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return MismatchInformation
 MismatchInformation[] ReporterPositionImpl.getMismatchInformation()
           
 MismatchInformation[] FeatureInformationImpl.getMismatchInformation()
           
 MismatchInformation[] CompositePositionImpl.getMismatchInformation()
           
 MismatchInformation[] MismatchInformationImpl.searchMismatchInformations(MismatchInformationSearchCriteria criteria)
          Returns an array of MismatchInformation objects that satisfy the given MismatchInformationSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type MismatchInformation
 void ReporterPositionImpl.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 void FeatureInformationImpl.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.
 void CompositePositionImpl.setMismatchInformation(MismatchInformation[] p_mismatchInformation)
          Sets the mismatchInformation attribute.