org.biopax.paxtools.model.level2
Interface experimentalForm

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, Level2Element, java.io.Serializable, utilityClass

public interface experimentalForm
extends utilityClass


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement
BioPAXElement.Key
 
Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Method Summary
 void addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
           
 java.util.Set<openControlledVocabulary> getEXPERIMENTAL_FORM_TYPE()
           
 physicalEntityParticipant getPARTICIPANT()
           
 void removeEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
           
 void setEXPERIMENTAL_FORM_TYPE(java.util.Set<openControlledVocabulary> EXPERIMENTAL_FORM_TYPE)
           
 void setPARTICIPANT(physicalEntityParticipant PARTICIPANT)
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.Level2Element
addCOMMENT, getCOMMENT, removeCOMMENT, setCOMMENT
 
Methods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent
 

Method Detail

addEXPERIMENTAL_FORM_TYPE

void addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)

getEXPERIMENTAL_FORM_TYPE

java.util.Set<openControlledVocabulary> getEXPERIMENTAL_FORM_TYPE()

getPARTICIPANT

physicalEntityParticipant getPARTICIPANT()

removeEXPERIMENTAL_FORM_TYPE

void removeEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)

setEXPERIMENTAL_FORM_TYPE

void setEXPERIMENTAL_FORM_TYPE(java.util.Set<openControlledVocabulary> EXPERIMENTAL_FORM_TYPE)

setPARTICIPANT

void setPARTICIPANT(physicalEntityParticipant PARTICIPANT)


Copyright © 2011 BioPAX. All Rights Reserved.