|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface biochemicalReaction
Interface for biochemicalReaction ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
(URI: http://www.biopax.org/release/biopax-level2.owl#biochemicalReaction)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
DELTA_DASH_GProperty
The Jena Property for DELTA_DASH_G |
static com.hp.hpl.jena.rdf.model.Property |
DELTA_DASH_HProperty
The Jena Property for DELTA_DASH_H |
static com.hp.hpl.jena.rdf.model.Property |
DELTA_DASH_SProperty
The Jena Property for DELTA_DASH_S |
static com.hp.hpl.jena.rdf.model.Property |
EC_DASH_NUMBERProperty
The Jena Property for EC_DASH_NUMBER |
static com.hp.hpl.jena.rdf.model.Property |
KEQProperty
The Jena Property for KEQ |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.conversion |
---|
LEFTProperty, RIGHTProperty, SPONTANEOUSProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.physicalInteraction |
---|
INTERACTION_DASH_TYPEProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.interaction |
---|
EVIDENCEProperty, PARTICIPANTSProperty |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
AVAILABILITYProperty, COMMENTProperty, DATA_DASH_SOURCEProperty, NAMEProperty, SHORT_DASH_NAMEProperty, SYNONYMSProperty, XREFProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
deltaGprimeO |
addDELTA_DASH_G()
Adds an anonymous value for the 'DELTA_DASH_G' property |
void |
addDELTA_DASH_G(deltaGprimeO DELTA_DASH_G)
Adds a value for the 'DELTA_DASH_G' property |
deltaGprimeO |
addDELTA_DASH_G(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'DELTA_DASH_G' property. |
void |
addDELTA_DASH_H(java.lang.Double DELTA_DASH_H)
Add a 'DELTA_DASH_H' property value |
void |
addDELTA_DASH_S(java.lang.Double DELTA_DASH_S)
Add a 'DELTA_DASH_S' property value |
void |
addEC_DASH_NUMBER(java.lang.String EC_DASH_NUMBER)
Add a 'EC_DASH_NUMBER' property value |
kPrime |
addKEQ()
Adds an anonymous value for the 'KEQ' property |
void |
addKEQ(kPrime KEQ)
Adds a value for the 'KEQ' property |
kPrime |
addKEQ(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'KEQ' property. |
java.util.Iterator |
getDELTA_DASH_G()
Get an Iterator the 'DELTA_DASH_G' property values. |
java.util.Iterator |
getDELTA_DASH_H()
Iterates through the 'DELTA_DASH_H' property values. |
java.util.Iterator |
getDELTA_DASH_S()
Iterates through the 'DELTA_DASH_S' property values. |
java.util.Iterator |
getEC_DASH_NUMBER()
Iterates through the 'EC_DASH_NUMBER' property values. |
java.util.Iterator |
getKEQ()
Get an Iterator the 'KEQ' property values. |
void |
removeDELTA_DASH_G(deltaGprimeO DELTA_DASH_G)
Removes a value for the 'DELTA_DASH_G' property. |
void |
removeDELTA_DASH_H(java.lang.Double DELTA_DASH_H)
Remove a 'DELTA_DASH_H' property value. |
void |
removeDELTA_DASH_S(java.lang.Double DELTA_DASH_S)
Remove a 'DELTA_DASH_S' property value. |
void |
removeEC_DASH_NUMBER(java.lang.String EC_DASH_NUMBER)
Remove a 'EC_DASH_NUMBER' property value. |
void |
removeKEQ(kPrime KEQ)
Removes a value for the 'KEQ' property. |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.conversion |
---|
addLEFT, addLEFT, addLEFT, addPARTICIPANTS_asphysicalEntityParticipant, addPARTICIPANTS_asphysicalEntityParticipant, addPARTICIPANTS, addRIGHT, addRIGHT, addRIGHT, getLEFT, getPARTICIPANTS_asphysicalEntityParticipant, getRIGHT, getSPONTANEOUS, removeLEFT, removePARTICIPANTS, removeRIGHT, setSPONTANEOUS |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.physicalInteraction |
---|
addINTERACTION_DASH_TYPE, addINTERACTION_DASH_TYPE, addINTERACTION_DASH_TYPE, getINTERACTION_DASH_TYPE, removeINTERACTION_DASH_TYPE |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.interaction |
---|
addEVIDENCE, addEVIDENCE, addEVIDENCE, addPARTICIPANTS_asentity, addPARTICIPANTS_asentity, addPARTICIPANTS, getEVIDENCE, getPARTICIPANTS_asentity, removeEVIDENCE, removePARTICIPANTS |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
addAVAILABILITY, addCOMMENT, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addSYNONYMS, addXREF, addXREF, addXREF, getAVAILABILITY, getCOMMENT, getDATA_DASH_SOURCE, getNAME, getSHORT_DASH_NAME, getSYNONYMS, getXREF, removeAVAILABILITY, removeCOMMENT, removeDATA_DASH_SOURCE, removeSYNONYMS, removeXREF, setNAME, setSHORT_DASH_NAME |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property DELTA_DASH_HProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#DELTA-H)
static final com.hp.hpl.jena.rdf.model.Property EC_DASH_NUMBERProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#EC-NUMBER)
static final com.hp.hpl.jena.rdf.model.Property DELTA_DASH_SProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#DELTA-S)
static final com.hp.hpl.jena.rdf.model.Property DELTA_DASH_GProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#DELTA-G)
static final com.hp.hpl.jena.rdf.model.Property KEQProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#KEQ)
Method Detail |
---|
java.util.Iterator getDELTA_DASH_H() throws com.ibm.adtech.jastor.JastorException
Iterator
of Double
com.ibm.adtech.jastor.JastorException
DELTA_DASH_HProperty
void addDELTA_DASH_H(java.lang.Double DELTA_DASH_H) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Double}, the value to add
com.ibm.adtech.jastor.JastorException
DELTA_DASH_HProperty
void removeDELTA_DASH_H(java.lang.Double DELTA_DASH_H) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Double}, the value to remove
com.ibm.adtech.jastor.JastorException
DELTA_DASH_HProperty
java.util.Iterator getEC_DASH_NUMBER() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
EC_DASH_NUMBERProperty
void addEC_DASH_NUMBER(java.lang.String EC_DASH_NUMBER) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorException
EC_DASH_NUMBERProperty
void removeEC_DASH_NUMBER(java.lang.String EC_DASH_NUMBER) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorException
EC_DASH_NUMBERProperty
java.util.Iterator getDELTA_DASH_S() throws com.ibm.adtech.jastor.JastorException
Iterator
of Double
com.ibm.adtech.jastor.JastorException
DELTA_DASH_SProperty
void addDELTA_DASH_S(java.lang.Double DELTA_DASH_S) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Double}, the value to add
com.ibm.adtech.jastor.JastorException
DELTA_DASH_SProperty
void removeDELTA_DASH_S(java.lang.Double DELTA_DASH_S) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Double}, the value to remove
com.ibm.adtech.jastor.JastorException
DELTA_DASH_SProperty
java.util.Iterator getDELTA_DASH_G() throws com.ibm.adtech.jastor.JastorException
Iterator
of deltaGprimeO
com.ibm.adtech.jastor.JastorException
DELTA_DASH_GProperty
void addDELTA_DASH_G(deltaGprimeO DELTA_DASH_G) throws com.ibm.adtech.jastor.JastorException
The
- deltaGprimeO
to add
com.ibm.adtech.jastor.JastorException
DELTA_DASH_GProperty
deltaGprimeO addDELTA_DASH_G() throws com.ibm.adtech.jastor.JastorException
deltaGprimeO
created
com.ibm.adtech.jastor.JastorException
DELTA_DASH_GProperty
deltaGprimeO addDELTA_DASH_G(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
deltaGprimeO
with the factory
and calling addDELTA_DASH_G(fr.curie.BiNoM.pathways.biopax.deltaGprimeO DELTA_DASH_G)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#deltaGprimeO. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
DELTA_DASH_GProperty
void removeDELTA_DASH_G(deltaGprimeO DELTA_DASH_G) throws com.ibm.adtech.jastor.JastorException
The
- deltaGprimeO
to remove
com.ibm.adtech.jastor.JastorException
DELTA_DASH_GProperty
java.util.Iterator getKEQ() throws com.ibm.adtech.jastor.JastorException
Iterator
of kPrime
com.ibm.adtech.jastor.JastorException
KEQProperty
void addKEQ(kPrime KEQ) throws com.ibm.adtech.jastor.JastorException
The
- kPrime
to add
com.ibm.adtech.jastor.JastorException
KEQProperty
kPrime addKEQ() throws com.ibm.adtech.jastor.JastorException
kPrime
created
com.ibm.adtech.jastor.JastorException
KEQProperty
kPrime addKEQ(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
kPrime
with the factory
and calling addKEQ(fr.curie.BiNoM.pathways.biopax.kPrime KEQ)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#kPrime. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
KEQProperty
void removeKEQ(kPrime KEQ) throws com.ibm.adtech.jastor.JastorException
The
- kPrime
to remove
com.ibm.adtech.jastor.JastorException
KEQProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |