org.biopax.paxtools.model.level2
Interface physicalEntityParticipant

All Superinterfaces:
BioPAXElement, java.lang.Cloneable, InteractionParticipant, Level2Element, java.io.Serializable, utilityClass
All Known Subinterfaces:
sequenceParticipant

public interface physicalEntityParticipant
extends utilityClass, InteractionParticipant


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
 openControlledVocabulary getCELLULAR_LOCATION()
           
 physicalEntity getPHYSICAL_ENTITY()
           
 double getSTOICHIOMETRIC_COEFFICIENT()
           
 complex isCOMPONENTof()
           
 boolean isInEquivalentState(physicalEntityParticipant that)
           
 void setCELLULAR_LOCATION(openControlledVocabulary CELLULAR_LOCATION)
           
 void setCOMPONENTSof(complex aComplex)
           
 void setPHYSICAL_ENTITY(physicalEntity PHYSICAL_ENTITY)
           
 void setSTOICHIOMETRIC_COEFFICIENT(double STOICHIOMETRIC_COEFFICIENT)
           
 int stateCode()
           
 
Methods inherited from interface org.biopax.paxtools.model.level2.InteractionParticipant
isPARTICIPANTSof
 
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

getPHYSICAL_ENTITY

physicalEntity getPHYSICAL_ENTITY()

setPHYSICAL_ENTITY

void setPHYSICAL_ENTITY(physicalEntity PHYSICAL_ENTITY)

getSTOICHIOMETRIC_COEFFICIENT

double getSTOICHIOMETRIC_COEFFICIENT()

setSTOICHIOMETRIC_COEFFICIENT

void setSTOICHIOMETRIC_COEFFICIENT(double STOICHIOMETRIC_COEFFICIENT)

isCOMPONENTof

complex isCOMPONENTof()

setCOMPONENTSof

void setCOMPONENTSof(complex aComplex)

getCELLULAR_LOCATION

openControlledVocabulary getCELLULAR_LOCATION()

setCELLULAR_LOCATION

void setCELLULAR_LOCATION(openControlledVocabulary CELLULAR_LOCATION)

isInEquivalentState

boolean isInEquivalentState(physicalEntityParticipant that)

stateCode

int stateCode()


Copyright © 2011 BioPAX. All Rights Reserved.