public interface Score extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#Score)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
scoreSourceProperty
The Jena Property for scoreSource
|
static Resource |
TYPE
The rdf:type for this ontology class
|
static com.hp.hpl.jena.rdf.model.Property |
valueProperty
The Jena Property for value
|
commentProperty
Modifier and Type | Method and Description |
---|---|
Provenance |
getScoreSource()
Gets the 'scoreSource' property value
|
java.lang.String |
getValue()
Gets the 'value' property value
|
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 to the given resource, and add's rdf:type properties.
|
void |
setScoreSource(Provenance scoreSource)
Sets the 'scoreSource' property value
|
void |
setValue(java.lang.String value)
Sets the 'value' property value
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property valueProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#value)
static final com.hp.hpl.jena.rdf.model.Property scoreSourceProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#scoreSource)
java.lang.String getValue() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
valueProperty
void setValue(java.lang.String value) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
valueProperty
Provenance getScoreSource() throws com.ibm.adtech.jastor.JastorException
Provenance
com.ibm.adtech.jastor.JastorException
scoreSourceProperty
void setScoreSource(Provenance scoreSource) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.Provenance}com.ibm.adtech.jastor.JastorException
scoreSourceProperty
Provenance setScoreSource() throws com.ibm.adtech.jastor.JastorException
Provenance
, the created valuecom.ibm.adtech.jastor.JastorException
scoreSourceProperty
Provenance setScoreSource(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Provenance
with the factory.
and calling setScoreSource(fr.curie.BiNoM.pathways.biopax.Provenance scoreSource)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Provenance. 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.Provenance
, the newly created valuecom.ibm.adtech.jastor.JastorException
scoreSourceProperty