org.biopax.paxtools.model.level3
Interface DnaRegion

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Controller, Entity, Level3Element, Named, NucleicAcid, Observable, PhysicalEntity, java.io.Serializable, SimplePhysicalEntity, XReferrable
All Known Implementing Classes:
DnaRegionImpl

public interface DnaRegion
extends NucleicAcid

Definition: A region on a DNA molecule.

Usage: DNARegion is not a pool of independent molecules but a subregion on these molecules. As such, every DNARegion has a defining DNA molecule. This is defined at the EntityReference level.

Examples: Protein encoding region, promoter

See Also:
DnaRegionReference

Method Summary
 
Methods inherited from interface org.biopax.paxtools.model.level3.SimplePhysicalEntity
getEntityReference, getGenericEntityReferences, setEntityReference
 
Methods inherited from interface org.biopax.paxtools.model.level3.PhysicalEntity
addFeature, addMemberPhysicalEntity, addNotFeature, getCellularLocation, getComponentOf, getFeature, getMemberPhysicalEntity, getMemberPhysicalEntityOf, getModelInterface, getNotFeature, hasEquivalentCellularLocation, hasEquivalentFeatures, removeFeature, removeMemberPhysicalEntity, removeNotFeature, setCellularLocation
 
Methods inherited from interface org.biopax.paxtools.model.level3.Controller
getControllerOf
 
Methods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSource
 
Methods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidence
 
Methods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setStandardName
 
Methods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
 



Copyright © 2011 BioPAX. All Rights Reserved.