001package org.biopax.paxtools.model.level3;
002
003/**
004 * Definition: A region on a DNA molecule.
005 *
006 * Usage:  DNARegion is not a pool of independent molecules but a subregion on these molecules. As such,
007 * every DNARegion has a defining DNA molecule. This is defined at the EntityReference level.
008 *
009 * Examples: Protein encoding region, promoter
010 * @see DnaRegionReference
011 */
012public interface DnaRegion extends NucleicAcid
013{
014}