|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.rdf.listeners.StatementListener
com.ibm.adtech.jastor.ThingImpl
fr.curie.BiNoM.pathways.biopax.evidenceImpl
public class evidenceImpl
Implementation of evidence
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level2.owl#evidence)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
copyright |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.evidence |
---|
TYPE |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
void |
addCOMMENT(java.lang.String COMMENT)
Add a 'COMMENT' property value |
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. |
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
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 |
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 |
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. |
java.util.List |
listStatements()
|
void |
registerListener(com.ibm.adtech.jastor.ThingListener listener)
|
void |
removeCOMMENT(java.lang.String COMMENT)
Remove a 'COMMENT' property value. |
void |
removeCONFIDENCE(confidence CONFIDENCE)
Removes a value for the 'CONFIDENCE' property. |
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
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. |
void |
unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
|
Methods inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
equals, isRDFType, model, removeStatements, resource, toString, uri |
Methods inherited from class com.hp.hpl.jena.rdf.listeners.StatementListener |
---|
addedStatements, addedStatements, addedStatements, addedStatements, notifyEvent, removedStatements, removedStatements, removedStatements, removedStatements |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
isRDFType, model, removeStatements, resource, uri |
Method Detail |
---|
public java.util.List listStatements()
listStatements
in interface com.ibm.adtech.jastor.Thing
listStatements
in class com.ibm.adtech.jastor.ThingImpl
public void clearCache()
clearCache
in interface com.ibm.adtech.jastor.Thing
clearCache
in class com.ibm.adtech.jastor.ThingImpl
public java.util.Iterator getCOMMENT() throws com.ibm.adtech.jastor.JastorException
utilityClass
getCOMMENT
in interface utilityClass
Iterator
of String
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void addCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
addCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public void removeCOMMENT(java.lang.String COMMENT) throws com.ibm.adtech.jastor.JastorException
utilityClass
removeCOMMENT
in interface utilityClass
com.ibm.adtech.jastor.JastorException
utilityClass.COMMENTProperty
public java.util.Iterator getEXPERIMENTAL_DASH_FORM() throws com.ibm.adtech.jastor.JastorException
evidence
getEXPERIMENTAL_DASH_FORM
in interface evidence
Iterator
of experimentalForm
com.ibm.adtech.jastor.JastorException
evidence.EXPERIMENTAL_DASH_FORMProperty
public void addEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM) throws com.ibm.adtech.jastor.JastorException
evidence
addEXPERIMENTAL_DASH_FORM
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EXPERIMENTAL_DASH_FORMProperty
public experimentalForm addEXPERIMENTAL_DASH_FORM() throws com.ibm.adtech.jastor.JastorException
evidence
addEXPERIMENTAL_DASH_FORM
in interface evidence
experimentalForm
created
com.ibm.adtech.jastor.JastorException
evidence.EXPERIMENTAL_DASH_FORMProperty
public experimentalForm addEXPERIMENTAL_DASH_FORM(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
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.
addEXPERIMENTAL_DASH_FORM
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EXPERIMENTAL_DASH_FORMProperty
public void removeEXPERIMENTAL_DASH_FORM(experimentalForm EXPERIMENTAL_DASH_FORM) throws com.ibm.adtech.jastor.JastorException
evidence
removeEXPERIMENTAL_DASH_FORM
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EXPERIMENTAL_DASH_FORMProperty
public java.util.Iterator getEVIDENCE_DASH_CODE() throws com.ibm.adtech.jastor.JastorException
evidence
getEVIDENCE_DASH_CODE
in interface evidence
Iterator
of openControlledVocabulary
com.ibm.adtech.jastor.JastorException
evidence.EVIDENCE_DASH_CODEProperty
public void addEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE) throws com.ibm.adtech.jastor.JastorException
evidence
addEVIDENCE_DASH_CODE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EVIDENCE_DASH_CODEProperty
public openControlledVocabulary addEVIDENCE_DASH_CODE() throws com.ibm.adtech.jastor.JastorException
evidence
addEVIDENCE_DASH_CODE
in interface evidence
openControlledVocabulary
created
com.ibm.adtech.jastor.JastorException
evidence.EVIDENCE_DASH_CODEProperty
public openControlledVocabulary addEVIDENCE_DASH_CODE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
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.
addEVIDENCE_DASH_CODE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EVIDENCE_DASH_CODEProperty
public void removeEVIDENCE_DASH_CODE(openControlledVocabulary EVIDENCE_DASH_CODE) throws com.ibm.adtech.jastor.JastorException
evidence
removeEVIDENCE_DASH_CODE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.EVIDENCE_DASH_CODEProperty
public java.util.Iterator getCONFIDENCE() throws com.ibm.adtech.jastor.JastorException
evidence
getCONFIDENCE
in interface evidence
Iterator
of confidence
com.ibm.adtech.jastor.JastorException
evidence.CONFIDENCEProperty
public void addCONFIDENCE(confidence CONFIDENCE) throws com.ibm.adtech.jastor.JastorException
evidence
addCONFIDENCE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.CONFIDENCEProperty
public confidence addCONFIDENCE() throws com.ibm.adtech.jastor.JastorException
evidence
addCONFIDENCE
in interface evidence
confidence
created
com.ibm.adtech.jastor.JastorException
evidence.CONFIDENCEProperty
public confidence addCONFIDENCE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
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.
addCONFIDENCE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.CONFIDENCEProperty
public void removeCONFIDENCE(confidence CONFIDENCE) throws com.ibm.adtech.jastor.JastorException
evidence
removeCONFIDENCE
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.CONFIDENCEProperty
public java.util.Iterator getXREF() throws com.ibm.adtech.jastor.JastorException
evidence
getXREF
in interface evidence
Iterator
of xref
com.ibm.adtech.jastor.JastorException
evidence.XREFProperty
public void addXREF(xref XREF) throws com.ibm.adtech.jastor.JastorException
evidence
addXREF
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.XREFProperty
public xref addXREF() throws com.ibm.adtech.jastor.JastorException
evidence
addXREF
in interface evidence
xref
created
com.ibm.adtech.jastor.JastorException
evidence.XREFProperty
public xref addXREF(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
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.
addXREF
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.XREFProperty
public void removeXREF(xref XREF) throws com.ibm.adtech.jastor.JastorException
evidence
removeXREF
in interface evidence
com.ibm.adtech.jastor.JastorException
evidence.XREFProperty
public void registerListener(com.ibm.adtech.jastor.ThingListener listener)
registerListener
in interface com.ibm.adtech.jastor.Thing
registerListener
in class com.ibm.adtech.jastor.ThingImpl
public void unregisterListener(com.ibm.adtech.jastor.ThingListener listener)
unregisterListener
in interface com.ibm.adtech.jastor.Thing
unregisterListener
in class com.ibm.adtech.jastor.ThingImpl
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
addedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
addedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
removedStatement
in interface com.hp.hpl.jena.rdf.model.ModelChangedListener
removedStatement
in class com.hp.hpl.jena.rdf.listeners.StatementListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |