public interface Stoichiometry extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#Stoichiometry)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
physicalEntityProperty
The Jena Property for physicalEntity
|
static com.hp.hpl.jena.rdf.model.Property |
stoichiometricCoefficientProperty
The Jena Property for stoichiometricCoefficient
|
static Resource |
TYPE
The rdf:type for this ontology class
|
commentProperty
Modifier and Type | Method and Description |
---|---|
PhysicalEntity |
getPhysicalEntity()
Gets the 'physicalEntity' property value
|
java.lang.Float |
getStoichiometricCoefficient()
Gets the 'stoichiometricCoefficient' property value
|
PhysicalEntity |
setPhysicalEntity()
Sets the 'physicalEntity' property value to an anonymous node
|
PhysicalEntity |
setPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'physicalEntity' property value to the given resource, and add's rdf:type properties.
|
void |
setPhysicalEntity(PhysicalEntity physicalEntity)
Sets the 'physicalEntity' property value
|
void |
setStoichiometricCoefficient(java.lang.Float stoichiometricCoefficient)
Sets the 'stoichiometricCoefficient' property value
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property stoichiometricCoefficientProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#stoichiometricCoefficient)
static final com.hp.hpl.jena.rdf.model.Property physicalEntityProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#physicalEntity)
java.lang.Float getStoichiometricCoefficient() throws com.ibm.adtech.jastor.JastorException
Float
com.ibm.adtech.jastor.JastorException
stoichiometricCoefficientProperty
void setStoichiometricCoefficient(java.lang.Float stoichiometricCoefficient) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Float}com.ibm.adtech.jastor.JastorException
stoichiometricCoefficientProperty
PhysicalEntity getPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
com.ibm.adtech.jastor.JastorException
physicalEntityProperty
void setPhysicalEntity(PhysicalEntity physicalEntity) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.PhysicalEntity}com.ibm.adtech.jastor.JastorException
physicalEntityProperty
PhysicalEntity setPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
, the created valuecom.ibm.adtech.jastor.JastorException
physicalEntityProperty
PhysicalEntity setPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
with the factory.
and calling setPhysicalEntity(fr.curie.BiNoM.pathways.biopax.PhysicalEntity physicalEntity)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#PhysicalEntity. That is, this method
should not be used as a shortcut for creating new objects in the model.{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.PhysicalEntity
, the newly created valuecom.ibm.adtech.jastor.JastorException
physicalEntityProperty