001package org.biopax.paxtools.model.level3;
002
003/**
004 * Tagger interface for macromolecules that are related to a genetic sequence: DNA, RNA, Protein.
005 */
006public interface SequenceEntity extends SimplePhysicalEntity
007{
008
009}