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

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

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

Methods in gov.nih.nci.mageom.domain.DesignElement that return CompositePosition
 CompositePosition[] CompositeCompositeMap.getCompositePositionSources()
          Returns the value of this CompositeCompositeMap object's compositePositionSources attribute.
 

Methods in gov.nih.nci.mageom.domain.DesignElement with parameters of type CompositePosition
 void CompositeCompositeMap.setCompositePositionSources(CompositePosition[] p_compositePositionSources)
          Sets the compositePositionSources attribute.
 

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

Classes in gov.nih.nci.mageom.domain.DesignElement.impl that implement CompositePosition
 class CompositePositionImpl
          The location in the compositeSequence target's sequence to which a source compositeSequence maps.
 

Fields in gov.nih.nci.mageom.domain.DesignElement.impl declared as CompositePosition
protected  CompositePosition[] CompositeCompositeMapImpl.compositePositionSources
          DOCUMENT ME
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl that return CompositePosition
 CompositePosition[] CompositeCompositeMapImpl.getCompositePositionSources()
           
 CompositePosition[] CompositePositionImpl.searchCompositePositions(CompositePositionSearchCriteria criteria)
          Returns an array of CompositePosition objects that satisfy the given CompositePositionSearchCriteria.
 

Methods in gov.nih.nci.mageom.domain.DesignElement.impl with parameters of type CompositePosition
 void CompositeCompositeMapImpl.setCompositePositionSources(CompositePosition[] p_compositePositionSources)
          Sets the compositePositionSources attribute.