001package org.biopax.paxtools.model.level3;
002
003
004/**
005 * <b>Definition:</b> A term that describes the form of the physical entity in the context of the experiment. This is a
006 * reference to the PSI Molecular Interaction ontology (MI) participant identification method (e.g. mass spectrometry),
007 * experimental role (e.g. bait, prey) or experimental preparation (e.g. expression level) type.
008 *
009 * @see <a href="http://www.psidev.info">PSI-DEV</a>
010 * @see <a href="http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=MI&termId=MI%3A0002&termName=participant%20identification%20method">
011 *     PSI-MI: Participant Identification Method</a>
012 * @see <a href="http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=MI&termId=MI%3A0495&termName=experimental%20role">
013 *     PSI-MI:Experimental Role</a>
014 * @see <a href="http://www.ebi.ac.uk/ontology-lookup/browse.do?ontName=MI&termId=MI%3A0346&termName=experimental%20preparation">
015 *     PSI-MI: Experimental Preparation</a>
016 */
017public interface ExperimentalFormVocabulary extends ControlledVocabulary
018{
019
020}