public interface ControlledVocabulary extends UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#ControlledVocabulary)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
termProperty
The Jena Property for term
|
static Resource |
TYPE
The rdf:type for this ontology class
|
static com.hp.hpl.jena.rdf.model.Property |
xrefProperty
The Jena Property for xref
|
commentProperty
Modifier and Type | Method and Description |
---|---|
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
|
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.
|
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.
|
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property termProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#term)
static final com.hp.hpl.jena.rdf.model.Property xrefProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#xref)
java.util.Iterator getTerm() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
termProperty
void addTerm(java.lang.String term) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to addcom.ibm.adtech.jastor.JastorException
termProperty
void removeTerm(java.lang.String term) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
termProperty
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 addcom.ibm.adtech.jastor.JastorException
xrefProperty
Xref addXref() throws com.ibm.adtech.jastor.JastorException
Xref
createdcom.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-level3.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 addcom.ibm.adtech.jastor.JastorException
xrefProperty
void removeXref(Xref xref) throws com.ibm.adtech.jastor.JastorException
The
- Xref
to removecom.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
UnificationXref addXref_asUnificationXref() throws com.ibm.adtech.jastor.JastorException
UnificationXref
createdcom.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-level3.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 addcom.ibm.adtech.jastor.JastorException
xrefProperty
void removeXref(UnificationXref xref) throws com.ibm.adtech.jastor.JastorException
The
- UnificationXref
to removecom.ibm.adtech.jastor.JastorException
xrefProperty