public class CellVocabularyImpl extends com.ibm.adtech.jastor.ThingImpl implements CellVocabulary
CellVocabulary
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#CellVocabulary)
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 |
addTerm(java.lang.String term)
Add a 'term' property value
|
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 |
getTerm()
Iterates through the 'term' 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 |
removeTerm(java.lang.String term)
Remove a 'term' property value.
|
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 getTerm() throws JastorException
ControlledVocabulary
getTerm
in interface ControlledVocabulary
Iterator
of String
JastorException
ControlledVocabulary.termProperty
public void addTerm(java.lang.String term) throws JastorException
ControlledVocabulary
addTerm
in interface ControlledVocabulary
JastorException
ControlledVocabulary.termProperty
public void removeTerm(java.lang.String term) throws JastorException
ControlledVocabulary
removeTerm
in interface ControlledVocabulary
JastorException
ControlledVocabulary.termProperty
public java.util.Iterator getXref() throws JastorException
ControlledVocabulary
getXref
in interface ControlledVocabulary
Iterator
of Xref
JastorException
ControlledVocabulary.xrefProperty
public void addXref(Xref xref) throws JastorException
ControlledVocabulary
addXref
in interface ControlledVocabulary
JastorException
ControlledVocabulary.xrefProperty
public Xref addXref() throws JastorException
ControlledVocabulary
addXref
in interface ControlledVocabulary
Xref
createdJastorException
ControlledVocabulary.xrefProperty
public Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
ControlledVocabulary
addXref
in interface ControlledVocabulary
JastorException
ControlledVocabulary.xrefProperty
public void removeXref(Xref xref) throws JastorException
ControlledVocabulary
removeXref
in interface ControlledVocabulary
JastorException
ControlledVocabulary.xrefProperty
public java.util.Iterator getXref_asUnificationXref() throws JastorException
ControlledVocabulary
getXref_asUnificationXref
in interface ControlledVocabulary
Iterator
of UnificationXref
JastorException
ControlledVocabulary.xrefProperty
public UnificationXref addXref_asUnificationXref() throws JastorException
ControlledVocabulary
addXref_asUnificationXref
in interface ControlledVocabulary
UnificationXref
createdJastorException
ControlledVocabulary.xrefProperty
public UnificationXref addXref_asUnificationXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
ControlledVocabulary
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 ControlledVocabulary
JastorException
ControlledVocabulary.xrefProperty
public void removeXref(UnificationXref xref) throws JastorException
ControlledVocabulary
removeXref
in interface ControlledVocabulary
JastorException
ControlledVocabulary.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)