public interface BiochemicalReaction extends Conversion
(URI: http://www.biopax.org/release/biopax-level3.owl#BiochemicalReaction)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
deltaGProperty
The Jena Property for deltaG
|
static com.hp.hpl.jena.rdf.model.Property |
deltaHProperty
The Jena Property for deltaH
|
static com.hp.hpl.jena.rdf.model.Property |
deltaSProperty
The Jena Property for deltaS
|
static com.hp.hpl.jena.rdf.model.Property |
eCNumberProperty
The Jena Property for eCNumber
|
static com.hp.hpl.jena.rdf.model.Property |
kEQProperty
The Jena Property for kEQ
|
static Resource |
TYPE
The rdf:type for this ontology class
|
conversionDirectionProperty, leftProperty, participantStoichiometryProperty, rightProperty, spontaneousProperty
interactionTypeProperty, participantProperty
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
DeltaG |
addDeltaG()
Adds an anonymous value for the 'deltaG' property
|
DeltaG |
addDeltaG(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'deltaG' property.
|
void |
addDeltaG(DeltaG deltaG)
Adds a value for the 'deltaG' property
|
void |
addDeltaH(java.lang.Float deltaH)
Add a 'deltaH' property value
|
void |
addDeltaS(java.lang.Float deltaS)
Add a 'deltaS' property value
|
void |
addECNumber(java.lang.String eCNumber)
Add a 'eCNumber' property value
|
KPrime |
addKEQ()
Adds an anonymous value for the 'kEQ' property
|
KPrime |
addKEQ(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'kEQ' property.
|
void |
addKEQ(KPrime kEQ)
Adds a value for the 'kEQ' property
|
java.util.Iterator |
getDeltaG()
Get an Iterator the 'deltaG' property values.
|
java.util.Iterator |
getDeltaH()
Iterates through the 'deltaH' property values.
|
java.util.Iterator |
getDeltaS()
Iterates through the 'deltaS' property values.
|
java.util.Iterator |
getECNumber()
Iterates through the 'eCNumber' property values.
|
java.util.Iterator |
getKEQ()
Get an Iterator the 'kEQ' property values.
|
void |
removeDeltaG(DeltaG deltaG)
Removes a value for the 'deltaG' property.
|
void |
removeDeltaH(java.lang.Float deltaH)
Remove a 'deltaH' property value.
|
void |
removeDeltaS(java.lang.Float deltaS)
Remove a 'deltaS' property value.
|
void |
removeECNumber(java.lang.String eCNumber)
Remove a 'eCNumber' property value.
|
void |
removeKEQ(KPrime kEQ)
Removes a value for the 'kEQ' property.
|
addLeft, addLeft, addLeft, addParticipant_asPhysicalEntity, addParticipant_asPhysicalEntity, addParticipant, addParticipantStoichiometry, addParticipantStoichiometry, addParticipantStoichiometry, addRight, addRight, addRight, getConversionDirection, getLeft, getParticipant_asPhysicalEntity, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipant, removeParticipantStoichiometry, removeRight, setConversionDirection, setSpontaneous
addParticipant, addParticipant, getInteractionType, getParticipant, removeParticipant, setInteractionType, setInteractionType, setInteractionType
addAvailability, addComment, addDataSource, addDataSource, addDataSource, addEvidence, addEvidence, addEvidence, addName, addXref, addXref, addXref, getAvailability, getComment, getDataSource, getEvidence, getName, getXref, removeAvailability, removeComment, removeDataSource, removeEvidence, removeName, removeXref
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property deltaGProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#deltaG)
static final com.hp.hpl.jena.rdf.model.Property deltaHProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#deltaH)
static final com.hp.hpl.jena.rdf.model.Property kEQProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#kEQ)
static final com.hp.hpl.jena.rdf.model.Property eCNumberProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#eCNumber)
static final com.hp.hpl.jena.rdf.model.Property deltaSProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#deltaS)
java.util.Iterator getDeltaG() throws com.ibm.adtech.jastor.JastorException
Iterator
of DeltaG
com.ibm.adtech.jastor.JastorException
deltaGProperty
void addDeltaG(DeltaG deltaG) throws com.ibm.adtech.jastor.JastorException
The
- DeltaG
to addcom.ibm.adtech.jastor.JastorException
deltaGProperty
DeltaG addDeltaG() throws com.ibm.adtech.jastor.JastorException
DeltaG
createdcom.ibm.adtech.jastor.JastorException
deltaGProperty
DeltaG addDeltaG(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
DeltaG
with the factory
and calling addDeltaG(fr.curie.BiNoM.pathways.biopax.DeltaG deltaG)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#DeltaG. 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 addcom.ibm.adtech.jastor.JastorException
deltaGProperty
void removeDeltaG(DeltaG deltaG) throws com.ibm.adtech.jastor.JastorException
The
- DeltaG
to removecom.ibm.adtech.jastor.JastorException
deltaGProperty
java.util.Iterator getDeltaH() throws com.ibm.adtech.jastor.JastorException
Iterator
of Float
com.ibm.adtech.jastor.JastorException
deltaHProperty
void addDeltaH(java.lang.Float deltaH) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Float}, the value to addcom.ibm.adtech.jastor.JastorException
deltaHProperty
void removeDeltaH(java.lang.Float deltaH) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Float}, the value to removecom.ibm.adtech.jastor.JastorException
deltaHProperty
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 addcom.ibm.adtech.jastor.JastorException
kEQProperty
KPrime addKEQ() throws com.ibm.adtech.jastor.JastorException
KPrime
createdcom.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-level3.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 addcom.ibm.adtech.jastor.JastorException
kEQProperty
void removeKEQ(KPrime kEQ) throws com.ibm.adtech.jastor.JastorException
The
- KPrime
to removecom.ibm.adtech.jastor.JastorException
kEQProperty
java.util.Iterator getECNumber() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
eCNumberProperty
void addECNumber(java.lang.String eCNumber) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to addcom.ibm.adtech.jastor.JastorException
eCNumberProperty
void removeECNumber(java.lang.String eCNumber) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
eCNumberProperty
java.util.Iterator getDeltaS() throws com.ibm.adtech.jastor.JastorException
Iterator
of Float
com.ibm.adtech.jastor.JastorException
deltaSProperty
void addDeltaS(java.lang.Float deltaS) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Float}, the value to addcom.ibm.adtech.jastor.JastorException
deltaSProperty
void removeDeltaS(java.lang.Float deltaS) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Float}, the value to removecom.ibm.adtech.jastor.JastorException
deltaSProperty