|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface dataSource
Interface for dataSource 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#dataSource)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
NAMEProperty
The Jena Property for NAME |
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 | |
---|---|
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 |
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. |
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. |
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 NAMEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#NAME)
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 getNAME() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
NAMEProperty
void addNAME(java.lang.String NAME) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to add
com.ibm.adtech.jastor.JastorException
NAMEProperty
void removeNAME(java.lang.String NAME) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to remove
com.ibm.adtech.jastor.JastorException
NAMEProperty
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
java.util.Iterator getXREF_aspublicationXref() throws com.ibm.adtech.jastor.JastorException
Iterator
of publicationXref
com.ibm.adtech.jastor.JastorException
XREFProperty
void addXREF(publicationXref XREF) throws com.ibm.adtech.jastor.JastorException
The
- publicationXref
to add
com.ibm.adtech.jastor.JastorException
XREFProperty
publicationXref addXREF_aspublicationXref() throws com.ibm.adtech.jastor.JastorException
publicationXref
created
com.ibm.adtech.jastor.JastorException
XREFProperty
publicationXref addXREF_aspublicationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
XREFProperty
void removeXREF(publicationXref XREF) throws com.ibm.adtech.jastor.JastorException
The
- publicationXref
to remove
com.ibm.adtech.jastor.JastorException
XREFProperty
java.util.Iterator getXREF_asunificationXref() throws com.ibm.adtech.jastor.JastorException
Iterator
of unificationXref
com.ibm.adtech.jastor.JastorException
XREFProperty
void addXREF(unificationXref XREF) throws com.ibm.adtech.jastor.JastorException
The
- unificationXref
to add
com.ibm.adtech.jastor.JastorException
XREFProperty
unificationXref addXREF_asunificationXref() throws com.ibm.adtech.jastor.JastorException
unificationXref
created
com.ibm.adtech.jastor.JastorException
XREFProperty
unificationXref addXREF_asunificationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
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.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
XREFProperty
void removeXREF(unificationXref XREF) throws com.ibm.adtech.jastor.JastorException
The
- unificationXref
to remove
com.ibm.adtech.jastor.JastorException
XREFProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |