001package org.biopax.paxtools.model.level3;
002
003
004/**
005 * Definiiton: A reference to a term from an entity reference group ontology. As of the writing of this
006 * documentation, there is no standard ontology of these terms, though a common type is ‘homology’.
007 */
008public interface EntityReferenceTypeVocabulary extends ControlledVocabulary
009{
010}