public class StoichiometryImpl extends com.ibm.adtech.jastor.ThingImpl implements Stoichiometry
Stoichiometry
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level3_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level3.owl#Stoichiometry)
TYPE
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
clearCache() |
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
PhysicalEntity |
getPhysicalEntity()
Gets the 'physicalEntity' property value
|
java.lang.Float |
getStoichiometricCoefficient()
Gets the 'stoichiometricCoefficient' property value
|
java.util.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
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
|
void |
setPhysicalEntity(PhysicalEntity physicalEntity)
Sets the 'physicalEntity' property value
|
void |
setStoichiometricCoefficient(java.lang.Float stoichiometricCoefficient)
Sets the 'stoichiometricCoefficient' property value
|
void |
unregisterListener(ThingListener listener) |
public java.util.List listStatements()
public void clearCache()
public java.util.Iterator getComment() throws JastorException
UtilityClass
getComment
in interface UtilityClass
Iterator
of String
JastorException
UtilityClass.commentProperty
public void addComment(java.lang.String comment) throws JastorException
UtilityClass
addComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public void removeComment(java.lang.String comment) throws JastorException
UtilityClass
removeComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public java.lang.Float getStoichiometricCoefficient() throws JastorException
Stoichiometry
getStoichiometricCoefficient
in interface Stoichiometry
Float
JastorException
Stoichiometry.stoichiometricCoefficientProperty
public void setStoichiometricCoefficient(java.lang.Float stoichiometricCoefficient) throws JastorException
Stoichiometry
setStoichiometricCoefficient
in interface Stoichiometry
JastorException
Stoichiometry.stoichiometricCoefficientProperty
public PhysicalEntity getPhysicalEntity() throws JastorException
Stoichiometry
getPhysicalEntity
in interface Stoichiometry
PhysicalEntity
JastorException
Stoichiometry.physicalEntityProperty
public void setPhysicalEntity(PhysicalEntity physicalEntity) throws JastorException
Stoichiometry
setPhysicalEntity
in interface Stoichiometry
JastorException
Stoichiometry.physicalEntityProperty
public PhysicalEntity setPhysicalEntity() throws JastorException
Stoichiometry
setPhysicalEntity
in interface Stoichiometry
PhysicalEntity
, the created valueJastorException
Stoichiometry.physicalEntityProperty
public PhysicalEntity setPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Stoichiometry
setPhysicalEntity
in interface Stoichiometry
JastorException
Stoichiometry.physicalEntityProperty
public void registerListener(ThingListener listener)
public void unregisterListener(ThingListener listener)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)