public interface UtilityClass
(URI: http://www.biopax.org/release/biopax-level3.owl#UtilityClass)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
commentProperty
The Jena Property for comment
|
static Resource |
TYPE
The rdf:type for this ontology class
|
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property commentProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#comment)
java.util.Iterator getComment() throws com.ibm.adtech.jastor.JastorException
Iterator
of String
com.ibm.adtech.jastor.JastorException
commentProperty
void addComment(java.lang.String comment) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to addcom.ibm.adtech.jastor.JastorException
commentProperty
void removeComment(java.lang.String comment) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}, the value to removecom.ibm.adtech.jastor.JastorException
commentProperty