public class EvidenceImpl extends com.ibm.adtech.jastor.ThingImpl implements Evidence
Evidence
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#Evidence)
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
Score |
addConfidence()
Adds an anonymous value for the 'confidence' property
|
Score |
addConfidence(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'confidence' property
|
void |
addConfidence(Score confidence)
Adds a value for the 'confidence' property
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
EvidenceCodeVocabulary |
addEvidenceCode()
Adds an anonymous value for the 'evidenceCode' property
|
EvidenceCodeVocabulary |
addEvidenceCode(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'evidenceCode' property
|
void |
addEvidenceCode(EvidenceCodeVocabulary evidenceCode)
Adds a value for the 'evidenceCode' property
|
ExperimentalForm |
addExperimentalForm()
Adds an anonymous value for the 'experimentalForm' property
|
ExperimentalForm |
addExperimentalForm(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'experimentalForm' property
|
void |
addExperimentalForm(ExperimentalForm experimentalForm)
Adds a value for the 'experimentalForm' property
|
Xref |
addXref()
Adds an anonymous value for the 'xref' property
|
Xref |
addXref(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'xref' property
|
void |
addXref(Xref xref)
Adds a value for the 'xref' property
|
void |
clearCache() |
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
java.util.Iterator |
getConfidence()
Get an Iterator the 'confidence' property values.
|
java.util.Iterator |
getEvidenceCode()
Get an Iterator the 'evidenceCode' property values.
|
java.util.Iterator |
getExperimentalForm()
Get an Iterator the 'experimentalForm' property values.
|
java.util.Iterator |
getXref()
Get an Iterator the 'xref' property values.
|
java.util.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removeConfidence(Score confidence)
Removes a value for the 'confidence' property.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
removeEvidenceCode(EvidenceCodeVocabulary evidenceCode)
Removes a value for the 'evidenceCode' property.
|
void |
removeExperimentalForm(ExperimentalForm experimentalForm)
Removes a value for the 'experimentalForm' property.
|
void |
removeXref(Xref xref)
Removes a value for the 'xref' property.
|
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.util.Iterator getConfidence() throws JastorException
Evidence
getConfidence
in interface Evidence
Iterator
of Score
JastorException
Evidence.confidenceProperty
public void addConfidence(Score confidence) throws JastorException
Evidence
addConfidence
in interface Evidence
JastorException
Evidence.confidenceProperty
public Score addConfidence() throws JastorException
Evidence
addConfidence
in interface Evidence
Score
createdJastorException
Evidence.confidenceProperty
public Score addConfidence(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Evidence
addConfidence
in interface Evidence
JastorException
Evidence.confidenceProperty
public void removeConfidence(Score confidence) throws JastorException
Evidence
removeConfidence
in interface Evidence
JastorException
Evidence.confidenceProperty
public java.util.Iterator getEvidenceCode() throws JastorException
Evidence
getEvidenceCode
in interface Evidence
Iterator
of EvidenceCodeVocabulary
JastorException
Evidence.evidenceCodeProperty
public void addEvidenceCode(EvidenceCodeVocabulary evidenceCode) throws JastorException
Evidence
addEvidenceCode
in interface Evidence
JastorException
Evidence.evidenceCodeProperty
public EvidenceCodeVocabulary addEvidenceCode() throws JastorException
Evidence
addEvidenceCode
in interface Evidence
EvidenceCodeVocabulary
createdJastorException
Evidence.evidenceCodeProperty
public EvidenceCodeVocabulary addEvidenceCode(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Evidence
addEvidenceCode
in interface Evidence
JastorException
Evidence.evidenceCodeProperty
public void removeEvidenceCode(EvidenceCodeVocabulary evidenceCode) throws JastorException
Evidence
removeEvidenceCode
in interface Evidence
JastorException
Evidence.evidenceCodeProperty
public java.util.Iterator getExperimentalForm() throws JastorException
Evidence
getExperimentalForm
in interface Evidence
Iterator
of ExperimentalForm
JastorException
Evidence.experimentalFormProperty
public void addExperimentalForm(ExperimentalForm experimentalForm) throws JastorException
Evidence
addExperimentalForm
in interface Evidence
JastorException
Evidence.experimentalFormProperty
public ExperimentalForm addExperimentalForm() throws JastorException
Evidence
addExperimentalForm
in interface Evidence
ExperimentalForm
createdJastorException
Evidence.experimentalFormProperty
public ExperimentalForm addExperimentalForm(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Evidence
addExperimentalForm
in interface Evidence
JastorException
Evidence.experimentalFormProperty
public void removeExperimentalForm(ExperimentalForm experimentalForm) throws JastorException
Evidence
removeExperimentalForm
in interface Evidence
JastorException
Evidence.experimentalFormProperty
public java.util.Iterator getXref() throws JastorException
Evidence
getXref
in interface Evidence
Iterator
of Xref
JastorException
Evidence.xrefProperty
public void addXref(Xref xref) throws JastorException
Evidence
addXref
in interface Evidence
JastorException
Evidence.xrefProperty
public Xref addXref() throws JastorException
Evidence
addXref
in interface Evidence
Xref
createdJastorException
Evidence.xrefProperty
public Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Evidence
addXref
in interface Evidence
JastorException
Evidence.xrefProperty
public void removeXref(Xref xref) throws JastorException
Evidence
removeXref
in interface Evidence
JastorException
Evidence.xrefProperty
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)