public class ProvenanceImpl extends com.ibm.adtech.jastor.ThingImpl implements Provenance
Provenance
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level3_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level3.owl#Provenance)
TYPE
Modifier and Type | Method and Description |
---|---|
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
|
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 |
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(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(ThingListener listener) |
public java.util.List listStatements()
public void clearCache()
public java.util.Iterator getComment() throws JastorException
UtilityClass
getComment
in interface UtilityClass
Iterator
of String
JastorException
UtilityClass.commentProperty
public void addComment(java.lang.String comment) throws JastorException
UtilityClass
addComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public void removeComment(java.lang.String comment) throws JastorException
UtilityClass
removeComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public java.util.Iterator getName() throws JastorException
Provenance
getName
in interface Provenance
Iterator
of String
JastorException
Provenance.nameProperty
public void addName(java.lang.String name) throws JastorException
Provenance
addName
in interface Provenance
JastorException
Provenance.nameProperty
public void removeName(java.lang.String name) throws JastorException
Provenance
removeName
in interface Provenance
JastorException
Provenance.nameProperty
public java.util.Iterator getXref() throws JastorException
Provenance
getXref
in interface Provenance
Iterator
of Xref
JastorException
Provenance.xrefProperty
public void addXref(Xref xref) throws JastorException
Provenance
addXref
in interface Provenance
JastorException
Provenance.xrefProperty
public Xref addXref() throws JastorException
Provenance
addXref
in interface Provenance
Xref
createdJastorException
Provenance.xrefProperty
public Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Provenance
addXref
in interface Provenance
JastorException
Provenance.xrefProperty
public void removeXref(Xref xref) throws JastorException
Provenance
removeXref
in interface Provenance
JastorException
Provenance.xrefProperty
public java.util.Iterator getXref_asPublicationXref() throws JastorException
Provenance
getXref_asPublicationXref
in interface Provenance
Iterator
of PublicationXref
JastorException
Provenance.xrefProperty
public PublicationXref addXref_asPublicationXref() throws JastorException
Provenance
addXref_asPublicationXref
in interface Provenance
PublicationXref
createdJastorException
Provenance.xrefProperty
public PublicationXref addXref_asPublicationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Provenance
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-level3.owl#PublicationXref. That is, this method
should not be used as a shortcut for creating new objects in the model.addXref_asPublicationXref
in interface Provenance
JastorException
Provenance.xrefProperty
public void removeXref(PublicationXref xref) throws JastorException
Provenance
removeXref
in interface Provenance
JastorException
Provenance.xrefProperty
public java.util.Iterator getXref_asUnificationXref() throws JastorException
Provenance
getXref_asUnificationXref
in interface Provenance
Iterator
of UnificationXref
JastorException
Provenance.xrefProperty
public UnificationXref addXref_asUnificationXref() throws JastorException
Provenance
addXref_asUnificationXref
in interface Provenance
UnificationXref
createdJastorException
Provenance.xrefProperty
public UnificationXref addXref_asUnificationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
Provenance
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-level3.owl#UnificationXref. That is, this method
should not be used as a shortcut for creating new objects in the model.addXref_asUnificationXref
in interface Provenance
JastorException
Provenance.xrefProperty
public void removeXref(UnificationXref xref) throws JastorException
Provenance
removeXref
in interface Provenance
JastorException
Provenance.xrefProperty
public void registerListener(ThingListener listener)
public void unregisterListener(ThingListener listener)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)