001package org.biopax.paxtools.model.level3;
002
003
004/**
005 * Definition: A reference to the <a href = "http://www.psidev.info/">PSI Molecular Interaction ontology</a>
006 * experimental method types, including "interaction detection method", "participant identification method",
007 * "feature detection method".
008 * Terms from the <a href = http://brg.ai.sri.com/evidence-ontology/>Pathway Tools Evidence Ontology</a> may
009 * also be used.
010 *
011 * @see <a href="http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=MI">Browse PSI-MI</a>
012 *
013 */
014public interface EvidenceCodeVocabulary extends ControlledVocabulary {
015}