public class SequenceIntervalImpl extends com.ibm.adtech.jastor.ThingImpl implements SequenceInterval
SequenceInterval
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#SequenceInterval)
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 |
clearCache() |
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
SequenceSite |
getSequenceIntervalBegin()
Gets the 'sequenceIntervalBegin' property value
|
SequenceSite |
getSequenceIntervalEnd()
Gets the 'sequenceIntervalEnd' property value
|
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) |
SequenceSite |
setSequenceIntervalBegin()
Sets the 'sequenceIntervalBegin' property value to an anonymous node
|
SequenceSite |
setSequenceIntervalBegin(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'sequenceIntervalBegin' property value
|
void |
setSequenceIntervalBegin(SequenceSite sequenceIntervalBegin)
Sets the 'sequenceIntervalBegin' property value
|
SequenceSite |
setSequenceIntervalEnd()
Sets the 'sequenceIntervalEnd' property value to an anonymous node
|
SequenceSite |
setSequenceIntervalEnd(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'sequenceIntervalEnd' property value
|
void |
setSequenceIntervalEnd(SequenceSite sequenceIntervalEnd)
Sets the 'sequenceIntervalEnd' property value
|
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 SequenceSite getSequenceIntervalEnd() throws JastorException
SequenceInterval
getSequenceIntervalEnd
in interface SequenceInterval
SequenceSite
JastorException
SequenceInterval.sequenceIntervalEndProperty
public void setSequenceIntervalEnd(SequenceSite sequenceIntervalEnd) throws JastorException
SequenceInterval
setSequenceIntervalEnd
in interface SequenceInterval
JastorException
SequenceInterval.sequenceIntervalEndProperty
public SequenceSite setSequenceIntervalEnd() throws JastorException
SequenceInterval
setSequenceIntervalEnd
in interface SequenceInterval
SequenceSite
, the created valueJastorException
SequenceInterval.sequenceIntervalEndProperty
public SequenceSite setSequenceIntervalEnd(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
SequenceInterval
setSequenceIntervalEnd
in interface SequenceInterval
JastorException
SequenceInterval.sequenceIntervalEndProperty
public SequenceSite getSequenceIntervalBegin() throws JastorException
SequenceInterval
getSequenceIntervalBegin
in interface SequenceInterval
SequenceSite
JastorException
SequenceInterval.sequenceIntervalBeginProperty
public void setSequenceIntervalBegin(SequenceSite sequenceIntervalBegin) throws JastorException
SequenceInterval
setSequenceIntervalBegin
in interface SequenceInterval
JastorException
SequenceInterval.sequenceIntervalBeginProperty
public SequenceSite setSequenceIntervalBegin() throws JastorException
SequenceInterval
setSequenceIntervalBegin
in interface SequenceInterval
SequenceSite
, the created valueJastorException
SequenceInterval.sequenceIntervalBeginProperty
public SequenceSite setSequenceIntervalBegin(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
SequenceInterval
setSequenceIntervalBegin
in interface SequenceInterval
JastorException
SequenceInterval.sequenceIntervalBeginProperty
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)