|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface evidence
Interface for evidence ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
(URI: http://www.biopax.org/release/biopax-level2.owl#evidence)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
CONFIDENCEProperty
The Jena Property for CONFIDENCE |
static com.hp.hpl.jena.rdf.model.Property |
EVIDENCE_DASH_CODEProperty
The Jena Property for EVIDENCE_DASH_CODE |
static com.hp.hpl.jena.rdf.model.Property |
EXPERIMENTAL_DASH_FORMProperty
The Jena Property for EXPERIMENTAL_DASH_FORM |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
static com.hp.hpl.jena.rdf.model.Property |
XREFProperty
The Jena Property for XREF |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass |
---|
COMMENTProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
confidence |
addCONFIDENCE()
Adds an anonymous value for the 'CONFIDENCE' property |
void |
addCONFIDENCE(confidence CONFIDENCE)
Adds a value for the 'CONFIDENCE' property |
confidence |
addCONFIDENCE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'CONFIDENCE' property. |
openControlledVocabulary |
addEVIDENCE_DASH_CODE()
Adds an anonymous value for the 'EVIDENCE_DASH_CODE' property |
void |
addEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE)
Adds a value for the 'EVIDENCE_DASH_CODE' property |
openControlledVocabulary |
addEVIDENCE_DASH_CODE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'EVIDENCE_DASH_CODE' property. |
experimentalForm |
addEXPERIMENTAL_DASH_FORM()
Adds an anonymous value for the 'EXPERIMENTAL_DASH_FORM' property |
void |
addEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM)
Adds a value for the 'EXPERIMENTAL_DASH_FORM' property |
experimentalForm |
addEXPERIMENTAL_DASH_FORM(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'EXPERIMENTAL_DASH_FORM' 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 |
getEVIDENCE_DASH_CODE()
Get an Iterator the 'EVIDENCE_DASH_CODE' property values. |
java.util.Iterator |
getEXPERIMENTAL_DASH_FORM()
Get an Iterator the 'EXPERIMENTAL_DASH_FORM' property values. |
java.util.Iterator |
getXREF()
Get an Iterator the 'XREF' property values. |
void |
removeCONFIDENCE(confidence CONFIDENCE)
Removes a value for the 'CONFIDENCE' property. |
void |
removeEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE)
Removes a value for the 'EVIDENCE_DASH_CODE' property. |
void |
removeEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM)
Removes a value for the 'EXPERIMENTAL_DASH_FORM' property. |
void |
removeXREF(xref XREF)
Removes a value for the 'XREF' property. |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass |
---|
addCOMMENT, getCOMMENT, removeCOMMENT |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property EXPERIMENTAL_DASH_FORMProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#EXPERIMENTAL-FORM)
static final com.hp.hpl.jena.rdf.model.Property EVIDENCE_DASH_CODEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#EVIDENCE-CODE)
static final com.hp.hpl.jena.rdf.model.Property CONFIDENCEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#CONFIDENCE)
static final com.hp.hpl.jena.rdf.model.Property XREFProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#XREF)
Method Detail |
---|
java.util.Iterator getEXPERIMENTAL_DASH_FORM() throws com.ibm.adtech.jastor.JastorException
Iterator
of experimentalForm
com.ibm.adtech.jastor.JastorException
EXPERIMENTAL_DASH_FORMProperty
void addEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM) throws com.ibm.adtech.jastor.JastorException
The
- experimentalForm
to add
com.ibm.adtech.jastor.JastorException
EXPERIMENTAL_DASH_FORMProperty
experimentalForm addEXPERIMENTAL_DASH_FORM() throws com.ibm.adtech.jastor.JastorException
experimentalForm
created
com.ibm.adtech.jastor.JastorException
EXPERIMENTAL_DASH_FORMProperty
experimentalForm addEXPERIMENTAL_DASH_FORM(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
experimentalForm
with the factory
and calling addEXPERIMENTAL_DASH_FORM(fr.curie.BiNoM.pathways.biopax.experimentalForm EXPERIMENTAL_DASH_FORM)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.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 add
com.ibm.adtech.jastor.JastorException
EXPERIMENTAL_DASH_FORMProperty
void removeEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM) throws com.ibm.adtech.jastor.JastorException
The
- experimentalForm
to remove
com.ibm.adtech.jastor.JastorException
EXPERIMENTAL_DASH_FORMProperty
java.util.Iterator getEVIDENCE_DASH_CODE() throws com.ibm.adtech.jastor.JastorException
Iterator
of openControlledVocabulary
com.ibm.adtech.jastor.JastorException
EVIDENCE_DASH_CODEProperty
void addEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE) throws com.ibm.adtech.jastor.JastorException
The
- openControlledVocabulary
to add
com.ibm.adtech.jastor.JastorException
EVIDENCE_DASH_CODEProperty
openControlledVocabulary addEVIDENCE_DASH_CODE() throws com.ibm.adtech.jastor.JastorException
openControlledVocabulary
created
com.ibm.adtech.jastor.JastorException
EVIDENCE_DASH_CODEProperty
openControlledVocabulary addEVIDENCE_DASH_CODE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
openControlledVocabulary
with the factory
and calling addEVIDENCE_DASH_CODE(fr.curie.BiNoM.pathways.biopax.openControlledVocabulary EVIDENCE_DASH_CODE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#openControlledVocabulary. 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 add
com.ibm.adtech.jastor.JastorException
EVIDENCE_DASH_CODEProperty
void removeEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE) throws com.ibm.adtech.jastor.JastorException
The
- openControlledVocabulary
to remove
com.ibm.adtech.jastor.JastorException
EVIDENCE_DASH_CODEProperty
java.util.Iterator getCONFIDENCE() throws com.ibm.adtech.jastor.JastorException
Iterator
of confidence
com.ibm.adtech.jastor.JastorException
CONFIDENCEProperty
void addCONFIDENCE(confidence CONFIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- confidence
to add
com.ibm.adtech.jastor.JastorException
CONFIDENCEProperty
confidence addCONFIDENCE() throws com.ibm.adtech.jastor.JastorException
confidence
created
com.ibm.adtech.jastor.JastorException
CONFIDENCEProperty
confidence addCONFIDENCE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
confidence
with the factory
and calling addCONFIDENCE(fr.curie.BiNoM.pathways.biopax.confidence CONFIDENCE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#confidence. 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 add
com.ibm.adtech.jastor.JastorException
CONFIDENCEProperty
void removeCONFIDENCE(confidence CONFIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- confidence
to remove
com.ibm.adtech.jastor.JastorException
CONFIDENCEProperty
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 add
com.ibm.adtech.jastor.JastorException
XREFProperty
xref addXREF() throws com.ibm.adtech.jastor.JastorException
xref
created
com.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-level2.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 add
com.ibm.adtech.jastor.JastorException
XREFProperty
void removeXREF(xref XREF) throws com.ibm.adtech.jastor.JastorException
The
- xref
to remove
com.ibm.adtech.jastor.JastorException
XREFProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |