001package org.biopax.paxtools.model.level3;
002
003
004/**
005 * Definition: A reference to the Gene Ontology Cellular Component (GO CC) ontology. Homepage at <a href=
006 * "http://www.geneontology.org">http://www geneontology.org</a>.  Browse at <a href=
007 * "http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=GO">Ontology Lookup Service</a>.
008 */
009public interface CellularLocationVocabulary extends ControlledVocabulary
010{
011}