001package org.biopax.paxtools.model.level3;
002
003
004/**
005 * A reference to the PSI Molecular Interaction ontology (MI) interaction type.
006 *
007 * Homepage at <a href=
008 * "http://www.psidev.info/">http://www.psidev.info/</a>.
009 *
010 * Browse at <a href=
011 * "http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=MI&termId=MI%3A0190&termName=interaction%20type">Ontology
012 * Lookup Service</a>.
013 */
014public interface InteractionVocabulary extends ControlledVocabulary
015{
016}