public class ScoreImpl extends com.ibm.adtech.jastor.ThingImpl implements Score
Score
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#Score)
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.
|
Provenance |
getScoreSource()
Gets the 'scoreSource' property value
|
java.lang.String |
getValue()
Gets the 'value' 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) |
Provenance |
setScoreSource()
Sets the 'scoreSource' property value to an anonymous node
|
Provenance |
setScoreSource(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'scoreSource' property value
|
void |
setScoreSource(Provenance scoreSource)
Sets the 'scoreSource' property value
|
void |
setValue(java.lang.String value)
Sets the 'value' 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.String getValue() throws JastorException
Score
getValue
in interface Score
String
JastorException
Score.valueProperty
public void setValue(java.lang.String value) throws JastorException
Score
setValue
in interface Score
JastorException
Score.valueProperty
public Provenance getScoreSource() throws JastorException
Score
getScoreSource
in interface Score
Provenance
JastorException
Score.scoreSourceProperty
public void setScoreSource(Provenance scoreSource) throws JastorException
Score
setScoreSource
in interface Score
JastorException
Score.scoreSourceProperty
public Provenance setScoreSource() throws JastorException
Score
setScoreSource
in interface Score
Provenance
, the created valueJastorException
Score.scoreSourceProperty
public Provenance setScoreSource(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Score
setScoreSource
in interface Score
JastorException
Score.scoreSourceProperty
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)