public interface Evidence extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#Evidence)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
confidenceProperty
The Jena Property for confidence
|
static com.hp.hpl.jena.rdf.model.Property |
evidenceCodeProperty
The Jena Property for evidenceCode
|
static com.hp.hpl.jena.rdf.model.Property |
experimentalFormProperty
The Jena Property for experimentalForm
|
static Resource |
TYPE
The rdf:type for this ontology class
|
static com.hp.hpl.jena.rdf.model.Property |
xrefProperty
The Jena Property for xref
|
commentProperty
Modifier and Type | Method and Description |
---|---|
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
|
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
|
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.
|
void |
removeConfidence(Score confidence)
Removes a value for the 'confidence' property.
|
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.
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property confidenceProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#confidence)
static final com.hp.hpl.jena.rdf.model.Property evidenceCodeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#evidenceCode)
static final com.hp.hpl.jena.rdf.model.Property experimentalFormProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#experimentalForm)
static final com.hp.hpl.jena.rdf.model.Property xrefProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#xref)
java.util.Iterator getConfidence() throws com.ibm.adtech.jastor.JastorException
Iterator
of Score
com.ibm.adtech.jastor.JastorException
confidenceProperty
void addConfidence(Score confidence) throws com.ibm.adtech.jastor.JastorException
The
- Score
to addcom.ibm.adtech.jastor.JastorException
confidenceProperty
Score addConfidence() throws com.ibm.adtech.jastor.JastorException
Score
createdcom.ibm.adtech.jastor.JastorException
confidenceProperty
Score addConfidence(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Score
with the factory
and calling addConfidence(fr.curie.BiNoM.pathways.biopax.Score confidence)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Score. That is, this method
should not be used as a shortcut for creating new objects in the model.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
confidenceProperty
void removeConfidence(Score confidence) throws com.ibm.adtech.jastor.JastorException
The
- Score
to removecom.ibm.adtech.jastor.JastorException
confidenceProperty
java.util.Iterator getEvidenceCode() throws com.ibm.adtech.jastor.JastorException
Iterator
of EvidenceCodeVocabulary
com.ibm.adtech.jastor.JastorException
evidenceCodeProperty
void addEvidenceCode(EvidenceCodeVocabulary evidenceCode) throws com.ibm.adtech.jastor.JastorException
The
- EvidenceCodeVocabulary
to addcom.ibm.adtech.jastor.JastorException
evidenceCodeProperty
EvidenceCodeVocabulary addEvidenceCode() throws com.ibm.adtech.jastor.JastorException
EvidenceCodeVocabulary
createdcom.ibm.adtech.jastor.JastorException
evidenceCodeProperty
EvidenceCodeVocabulary addEvidenceCode(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
EvidenceCodeVocabulary
with the factory
and calling addEvidenceCode(fr.curie.BiNoM.pathways.biopax.EvidenceCodeVocabulary evidenceCode)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#EvidenceCodeVocabulary. That is, this method
should not be used as a shortcut for creating new objects in the model.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
evidenceCodeProperty
void removeEvidenceCode(EvidenceCodeVocabulary evidenceCode) throws com.ibm.adtech.jastor.JastorException
The
- EvidenceCodeVocabulary
to removecom.ibm.adtech.jastor.JastorException
evidenceCodeProperty
java.util.Iterator getExperimentalForm() throws com.ibm.adtech.jastor.JastorException
Iterator
of ExperimentalForm
com.ibm.adtech.jastor.JastorException
experimentalFormProperty
void addExperimentalForm(ExperimentalForm experimentalForm) throws com.ibm.adtech.jastor.JastorException
The
- ExperimentalForm
to addcom.ibm.adtech.jastor.JastorException
experimentalFormProperty
ExperimentalForm addExperimentalForm() throws com.ibm.adtech.jastor.JastorException
ExperimentalForm
createdcom.ibm.adtech.jastor.JastorException
experimentalFormProperty
ExperimentalForm addExperimentalForm(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
ExperimentalForm
with the factory
and calling addExperimentalForm(fr.curie.BiNoM.pathways.biopax.ExperimentalForm experimentalForm)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#ExperimentalForm. That is, this method
should not be used as a shortcut for creating new objects in the model.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
experimentalFormProperty
void removeExperimentalForm(ExperimentalForm experimentalForm) throws com.ibm.adtech.jastor.JastorException
The
- ExperimentalForm
to removecom.ibm.adtech.jastor.JastorException
experimentalFormProperty
java.util.Iterator getXref() throws com.ibm.adtech.jastor.JastorException
Iterator
of Xref
com.ibm.adtech.jastor.JastorException
xrefProperty
void addXref(Xref xref) throws com.ibm.adtech.jastor.JastorException
The
- Xref
to addcom.ibm.adtech.jastor.JastorException
xrefProperty
Xref addXref() throws com.ibm.adtech.jastor.JastorException
Xref
createdcom.ibm.adtech.jastor.JastorException
xrefProperty
Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Xref
with the factory
and calling addXref(fr.curie.BiNoM.pathways.biopax.Xref xref)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Xref. That is, this method
should not be used as a shortcut for creating new objects in the model.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
xrefProperty
void removeXref(Xref xref) throws com.ibm.adtech.jastor.JastorException
The
- Xref
to removecom.ibm.adtech.jastor.JastorException
xrefProperty