|
||||||||||
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.dataSourceImpl
public class dataSourceImpl
Implementation of dataSource
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#dataSource)
Field Summary |
---|
Fields inherited from class com.ibm.adtech.jastor.ThingImpl |
---|
copyright |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.dataSource |
---|
TYPE |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
void |
addCOMMENT(java.lang.String COMMENT)
Add a 'COMMENT' property value |
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
void |
addNAME(java.lang.String NAME)
Add a 'NAME' property value |
publicationXref |
addXREF_aspublicationXref()
Adds an anonymous value for the 'XREF' property |
publicationXref |
addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'XREF' property. |
unificationXref |
addXREF_asunificationXref()
Adds an anonymous value for the 'XREF' property |
unificationXref |
addXREF_asunificationXref(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'XREF' property. |
xref |
addXREF()
Adds an anonymous value for the 'XREF' property |
void |
addXREF(publicationXref XREF)
Adds a value for the 'XREF' property |
xref |
addXREF(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'XREF' property. |
void |
addXREF(unificationXref XREF)
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 |
getNAME()
Iterates through the 'NAME' property values. |
java.util.Iterator |
getXREF_aspublicationXref()
Get an Iterator the 'XREF' property values. |
java.util.Iterator |
getXREF_asunificationXref()
Get an Iterator the 'XREF' 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 |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
|
void |
removeNAME(java.lang.String NAME)
Remove a 'NAME' property value. |
void |
removeXREF(publicationXref XREF)
Removes a value for the 'XREF' property. |
void |
removeXREF(unificationXref XREF)
Removes a value for the 'XREF' 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 getNAME() throws com.ibm.adtech.jastor.JastorException
dataSource
getNAME
in interface dataSource
Iterator
of String
com.ibm.adtech.jastor.JastorException
dataSource.NAMEProperty
public void addNAME(java.lang.String NAME) throws com.ibm.adtech.jastor.JastorException
dataSource
addNAME
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.NAMEProperty
public void removeNAME(java.lang.String NAME) throws com.ibm.adtech.jastor.JastorException
dataSource
removeNAME
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.NAMEProperty
public java.util.Iterator getXREF() throws com.ibm.adtech.jastor.JastorException
dataSource
getXREF
in interface dataSource
Iterator
of xref
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void addXREF(xref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public xref addXREF() throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF
in interface dataSource
xref
created
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public xref addXREF(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
dataSource
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 dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void removeXREF(xref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
removeXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public java.util.Iterator getXREF_aspublicationXref() throws com.ibm.adtech.jastor.JastorException
dataSource
getXREF_aspublicationXref
in interface dataSource
Iterator
of publicationXref
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void addXREF(publicationXref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public publicationXref addXREF_aspublicationXref() throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF_aspublicationXref
in interface dataSource
publicationXref
created
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public publicationXref addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
dataSource
publicationXref
with the factory
and calling addXREF(fr.curie.BiNoM.pathways.biopax.publicationXref XREF)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#publicationXref. That is, this method
should not be used as a shortcut for creating new objects in the model.
addXREF_aspublicationXref
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void removeXREF(publicationXref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
removeXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public java.util.Iterator getXREF_asunificationXref() throws com.ibm.adtech.jastor.JastorException
dataSource
getXREF_asunificationXref
in interface dataSource
Iterator
of unificationXref
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void addXREF(unificationXref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public unificationXref addXREF_asunificationXref() throws com.ibm.adtech.jastor.JastorException
dataSource
addXREF_asunificationXref
in interface dataSource
unificationXref
created
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public unificationXref addXREF_asunificationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
dataSource
unificationXref
with the factory
and calling addXREF(fr.curie.BiNoM.pathways.biopax.unificationXref XREF)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#unificationXref. That is, this method
should not be used as a shortcut for creating new objects in the model.
addXREF_asunificationXref
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.XREFProperty
public void removeXREF(unificationXref XREF) throws com.ibm.adtech.jastor.JastorException
dataSource
removeXREF
in interface dataSource
com.ibm.adtech.jastor.JastorException
dataSource.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 |