org.biopax.paxtools.impl.level2
Class experimentalFormImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.experimentalFormImpl
All Implemented Interfaces:
BioPAXElement, experimentalForm, utilityClass

public class experimentalFormImpl
extends bioPAXElementImpl
implements experimentalForm


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
experimentalFormImpl()
           
 
Method Summary
 void addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
           
 int equivalenceCode()
           
 java.util.Set<openControlledVocabulary> getEXPERIMENTAL_FORM_TYPE()
           
 java.lang.Class getModelInterface()
           
 physicalEntityParticipant getPARTICIPANT()
           
 boolean isEquivalent(BioPAXElement element)
           
 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 class org.biopax.paxtools.impl.level2.bioPAXElementImpl
addCOMMENT, equals, getCOMMENT, getRDFId, hashCode, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

experimentalFormImpl

public experimentalFormImpl()
Method Detail

isEquivalent

public boolean isEquivalent(BioPAXElement element)
Specified by:
isEquivalent in interface BioPAXElement

equivalenceCode

public int equivalenceCode()
Specified by:
equivalenceCode in interface BioPAXElement

getModelInterface

public java.lang.Class getModelInterface()
Specified by:
getModelInterface in interface BioPAXElement

getPARTICIPANT

public physicalEntityParticipant getPARTICIPANT()
Specified by:
getPARTICIPANT in interface experimentalForm

setPARTICIPANT

public void setPARTICIPANT(physicalEntityParticipant PARTICIPANT)
Specified by:
setPARTICIPANT in interface experimentalForm

setEXPERIMENTAL_FORM_TYPE

public void setEXPERIMENTAL_FORM_TYPE(java.util.Set<openControlledVocabulary> EXPERIMENTAL_FORM_TYPE)
Specified by:
setEXPERIMENTAL_FORM_TYPE in interface experimentalForm

getEXPERIMENTAL_FORM_TYPE

public java.util.Set<openControlledVocabulary> getEXPERIMENTAL_FORM_TYPE()
Specified by:
getEXPERIMENTAL_FORM_TYPE in interface experimentalForm

addEXPERIMENTAL_FORM_TYPE

public void addEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
Specified by:
addEXPERIMENTAL_FORM_TYPE in interface experimentalForm

removeEXPERIMENTAL_FORM_TYPE

public void removeEXPERIMENTAL_FORM_TYPE(openControlledVocabulary EXPERIMENTAL_FORM_TYPE)
Specified by:
removeEXPERIMENTAL_FORM_TYPE in interface experimentalForm