public class RnaRegionReferenceImpl extends com.ibm.adtech.jastor.ThingImpl implements RnaRegionReference
RnaRegionReference
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#RnaRegionReference)
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) |
EntityFeature |
addEntityFeature()
Adds an anonymous value for the 'entityFeature' property
|
EntityFeature |
addEntityFeature(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'entityFeature' property
|
void |
addEntityFeature(EntityFeature entityFeature)
Adds a value for the 'entityFeature' property
|
Evidence |
addEvidence()
Adds an anonymous value for the 'evidence' property
|
Evidence |
addEvidence(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'evidence' property
|
void |
addEvidence(Evidence evidence)
Adds a value for the 'evidence' property
|
EntityReference |
addMemberEntityReference()
Adds an anonymous value for the 'memberEntityReference' property
|
EntityReference |
addMemberEntityReference(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'memberEntityReference' property
|
void |
addMemberEntityReference(EntityReference memberEntityReference)
Adds a value for the 'memberEntityReference' property
|
void |
addName(java.lang.String name)
Add a 'name' property value
|
DnaRegionReference |
addSubRegion_asDnaRegionReference()
Adds an anonymous value for the 'subRegion' property
|
DnaRegionReference |
addSubRegion_asDnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'subRegion' property.
|
RnaRegionReference |
addSubRegion_asRnaRegionReference()
Adds an anonymous value for the 'subRegion' property
|
RnaRegionReference |
addSubRegion_asRnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'subRegion' property.
|
void |
addSubRegion(DnaRegionReference subRegion)
Adds a value for the 'subRegion' property
|
void |
addSubRegion(RnaRegionReference subRegion)
Adds a value for the 'subRegion' 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() |
SequenceLocation |
getAbsoluteRegion()
Gets the 'absoluteRegion' property value
|
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
java.util.Iterator |
getEntityFeature()
Get an Iterator the 'entityFeature' property values.
|
EntityReferenceTypeVocabulary |
getEntityReferenceType()
Gets the 'entityReferenceType' property value
|
java.util.Iterator |
getEvidence()
Get an Iterator the 'evidence' property values.
|
java.util.Iterator |
getMemberEntityReference()
Get an Iterator the 'memberEntityReference' property values.
|
java.util.Iterator |
getName()
Iterates through the 'name' property values.
|
BioSource |
getOrganism()
Gets the 'organism' property value
|
SequenceRegionVocabulary |
getRegionType()
Gets the 'regionType' property value
|
java.lang.String |
getSequence()
Gets the 'sequence' property value
|
java.util.Iterator |
getSubRegion_asDnaRegionReference()
Get an Iterator the 'subRegion' property values.
|
java.util.Iterator |
getSubRegion_asRnaRegionReference()
Get an Iterator the 'subRegion' 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 |
removeEntityFeature(EntityFeature entityFeature)
Removes a value for the 'entityFeature' property.
|
void |
removeEvidence(Evidence evidence)
Removes a value for the 'evidence' property.
|
void |
removeMemberEntityReference(EntityReference memberEntityReference)
Removes a value for the 'memberEntityReference' property.
|
void |
removeName(java.lang.String name)
Remove a 'name' property value.
|
void |
removeSubRegion(DnaRegionReference subRegion)
Removes a value for the 'subRegion' property.
|
void |
removeSubRegion(RnaRegionReference subRegion)
Removes a value for the 'subRegion' property.
|
void |
removeXref(Xref xref)
Removes a value for the 'xref' property.
|
SequenceLocation |
setAbsoluteRegion()
Sets the 'absoluteRegion' property value to an anonymous node
|
SequenceLocation |
setAbsoluteRegion(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'absoluteRegion' property value
|
void |
setAbsoluteRegion(SequenceLocation absoluteRegion)
Sets the 'absoluteRegion' property value
|
EntityReferenceTypeVocabulary |
setEntityReferenceType()
Sets the 'entityReferenceType' property value to an anonymous node
|
EntityReferenceTypeVocabulary |
setEntityReferenceType(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'entityReferenceType' property value
|
void |
setEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType)
Sets the 'entityReferenceType' property value
|
BioSource |
setOrganism()
Sets the 'organism' property value to an anonymous node
|
void |
setOrganism(BioSource organism)
Sets the 'organism' property value
|
BioSource |
setOrganism(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'organism' property value
|
SequenceRegionVocabulary |
setRegionType()
Sets the 'regionType' property value to an anonymous node
|
SequenceRegionVocabulary |
setRegionType(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'regionType' property value
|
void |
setRegionType(SequenceRegionVocabulary regionType)
Sets the 'regionType' property value
|
void |
setSequence(java.lang.String sequence)
Sets the 'sequence' 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 java.util.Iterator getMemberEntityReference() throws JastorException
EntityReference
getMemberEntityReference
in interface EntityReference
Iterator
of EntityReference
JastorException
EntityReference.memberEntityReferenceProperty
public void addMemberEntityReference(EntityReference memberEntityReference) throws JastorException
EntityReference
addMemberEntityReference
in interface EntityReference
JastorException
EntityReference.memberEntityReferenceProperty
public EntityReference addMemberEntityReference() throws JastorException
EntityReference
addMemberEntityReference
in interface EntityReference
EntityReference
createdJastorException
EntityReference.memberEntityReferenceProperty
public EntityReference addMemberEntityReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityReference
addMemberEntityReference
in interface EntityReference
JastorException
EntityReference.memberEntityReferenceProperty
public void removeMemberEntityReference(EntityReference memberEntityReference) throws JastorException
EntityReference
removeMemberEntityReference
in interface EntityReference
JastorException
EntityReference.memberEntityReferenceProperty
public EntityReferenceTypeVocabulary getEntityReferenceType() throws JastorException
EntityReference
getEntityReferenceType
in interface EntityReference
EntityReferenceTypeVocabulary
JastorException
EntityReference.entityReferenceTypeProperty
public void setEntityReferenceType(EntityReferenceTypeVocabulary entityReferenceType) throws JastorException
EntityReference
setEntityReferenceType
in interface EntityReference
JastorException
EntityReference.entityReferenceTypeProperty
public EntityReferenceTypeVocabulary setEntityReferenceType() throws JastorException
EntityReference
setEntityReferenceType
in interface EntityReference
EntityReferenceTypeVocabulary
, the created valueJastorException
EntityReference.entityReferenceTypeProperty
public EntityReferenceTypeVocabulary setEntityReferenceType(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityReference
setEntityReferenceType
in interface EntityReference
JastorException
EntityReference.entityReferenceTypeProperty
public java.util.Iterator getEntityFeature() throws JastorException
EntityReference
getEntityFeature
in interface EntityReference
Iterator
of EntityFeature
JastorException
EntityReference.entityFeatureProperty
public void addEntityFeature(EntityFeature entityFeature) throws JastorException
EntityReference
addEntityFeature
in interface EntityReference
JastorException
EntityReference.entityFeatureProperty
public EntityFeature addEntityFeature() throws JastorException
EntityReference
addEntityFeature
in interface EntityReference
EntityFeature
createdJastorException
EntityReference.entityFeatureProperty
public EntityFeature addEntityFeature(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityReference
addEntityFeature
in interface EntityReference
JastorException
EntityReference.entityFeatureProperty
public void removeEntityFeature(EntityFeature entityFeature) throws JastorException
EntityReference
removeEntityFeature
in interface EntityReference
JastorException
EntityReference.entityFeatureProperty
public java.util.Iterator getName() throws JastorException
EntityReference
getName
in interface EntityReference
Iterator
of String
JastorException
EntityReference.nameProperty
public void addName(java.lang.String name) throws JastorException
EntityReference
addName
in interface EntityReference
JastorException
EntityReference.nameProperty
public void removeName(java.lang.String name) throws JastorException
EntityReference
removeName
in interface EntityReference
JastorException
EntityReference.nameProperty
public java.util.Iterator getEvidence() throws JastorException
EntityReference
getEvidence
in interface EntityReference
Iterator
of Evidence
JastorException
EntityReference.evidenceProperty
public void addEvidence(Evidence evidence) throws JastorException
EntityReference
addEvidence
in interface EntityReference
JastorException
EntityReference.evidenceProperty
public Evidence addEvidence() throws JastorException
EntityReference
addEvidence
in interface EntityReference
Evidence
createdJastorException
EntityReference.evidenceProperty
public Evidence addEvidence(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityReference
addEvidence
in interface EntityReference
JastorException
EntityReference.evidenceProperty
public void removeEvidence(Evidence evidence) throws JastorException
EntityReference
removeEvidence
in interface EntityReference
JastorException
EntityReference.evidenceProperty
public java.util.Iterator getXref() throws JastorException
EntityReference
getXref
in interface EntityReference
Iterator
of Xref
JastorException
EntityReference.xrefProperty
public void addXref(Xref xref) throws JastorException
EntityReference
addXref
in interface EntityReference
JastorException
EntityReference.xrefProperty
public Xref addXref() throws JastorException
EntityReference
addXref
in interface EntityReference
Xref
createdJastorException
EntityReference.xrefProperty
public Xref addXref(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
EntityReference
addXref
in interface EntityReference
JastorException
EntityReference.xrefProperty
public void removeXref(Xref xref) throws JastorException
EntityReference
removeXref
in interface EntityReference
JastorException
EntityReference.xrefProperty
public java.lang.String getSequence() throws JastorException
RnaRegionReference
getSequence
in interface RnaRegionReference
String
JastorException
RnaRegionReference.sequenceProperty
public void setSequence(java.lang.String sequence) throws JastorException
RnaRegionReference
setSequence
in interface RnaRegionReference
JastorException
RnaRegionReference.sequenceProperty
public java.util.Iterator getSubRegion_asRnaRegionReference() throws JastorException
RnaRegionReference
getSubRegion_asRnaRegionReference
in interface RnaRegionReference
Iterator
of RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public void addSubRegion(RnaRegionReference subRegion) throws JastorException
RnaRegionReference
addSubRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public RnaRegionReference addSubRegion_asRnaRegionReference() throws JastorException
RnaRegionReference
addSubRegion_asRnaRegionReference
in interface RnaRegionReference
RnaRegionReference
createdJastorException
RnaRegionReference.subRegionProperty
public RnaRegionReference addSubRegion_asRnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaRegionReference
RnaRegionReference
with the factory
and calling addSubRegion(fr.curie.BiNoM.pathways.biopax.RnaRegionReference subRegion)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#RnaRegionReference. That is, this method
should not be used as a shortcut for creating new objects in the model.addSubRegion_asRnaRegionReference
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public void removeSubRegion(RnaRegionReference subRegion) throws JastorException
RnaRegionReference
removeSubRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public java.util.Iterator getSubRegion_asDnaRegionReference() throws JastorException
RnaRegionReference
getSubRegion_asDnaRegionReference
in interface RnaRegionReference
Iterator
of DnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public void addSubRegion(DnaRegionReference subRegion) throws JastorException
RnaRegionReference
addSubRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public DnaRegionReference addSubRegion_asDnaRegionReference() throws JastorException
RnaRegionReference
addSubRegion_asDnaRegionReference
in interface RnaRegionReference
DnaRegionReference
createdJastorException
RnaRegionReference.subRegionProperty
public DnaRegionReference addSubRegion_asDnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaRegionReference
DnaRegionReference
with the factory
and calling addSubRegion(fr.curie.BiNoM.pathways.biopax.DnaRegionReference subRegion)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#DnaRegionReference. That is, this method
should not be used as a shortcut for creating new objects in the model.addSubRegion_asDnaRegionReference
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public void removeSubRegion(DnaRegionReference subRegion) throws JastorException
RnaRegionReference
removeSubRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.subRegionProperty
public SequenceRegionVocabulary getRegionType() throws JastorException
RnaRegionReference
getRegionType
in interface RnaRegionReference
SequenceRegionVocabulary
JastorException
RnaRegionReference.regionTypeProperty
public void setRegionType(SequenceRegionVocabulary regionType) throws JastorException
RnaRegionReference
setRegionType
in interface RnaRegionReference
JastorException
RnaRegionReference.regionTypeProperty
public SequenceRegionVocabulary setRegionType() throws JastorException
RnaRegionReference
setRegionType
in interface RnaRegionReference
SequenceRegionVocabulary
, the created valueJastorException
RnaRegionReference.regionTypeProperty
public SequenceRegionVocabulary setRegionType(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaRegionReference
setRegionType
in interface RnaRegionReference
JastorException
RnaRegionReference.regionTypeProperty
public BioSource getOrganism() throws JastorException
RnaRegionReference
getOrganism
in interface RnaRegionReference
BioSource
JastorException
RnaRegionReference.organismProperty
public void setOrganism(BioSource organism) throws JastorException
RnaRegionReference
setOrganism
in interface RnaRegionReference
JastorException
RnaRegionReference.organismProperty
public BioSource setOrganism() throws JastorException
RnaRegionReference
setOrganism
in interface RnaRegionReference
BioSource
, the created valueJastorException
RnaRegionReference.organismProperty
public BioSource setOrganism(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaRegionReference
setOrganism
in interface RnaRegionReference
JastorException
RnaRegionReference.organismProperty
public SequenceLocation getAbsoluteRegion() throws JastorException
RnaRegionReference
getAbsoluteRegion
in interface RnaRegionReference
SequenceLocation
JastorException
RnaRegionReference.absoluteRegionProperty
public void setAbsoluteRegion(SequenceLocation absoluteRegion) throws JastorException
RnaRegionReference
setAbsoluteRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.absoluteRegionProperty
public SequenceLocation setAbsoluteRegion() throws JastorException
RnaRegionReference
setAbsoluteRegion
in interface RnaRegionReference
SequenceLocation
, the created valueJastorException
RnaRegionReference.absoluteRegionProperty
public SequenceLocation setAbsoluteRegion(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaRegionReference
setAbsoluteRegion
in interface RnaRegionReference
JastorException
RnaRegionReference.absoluteRegionProperty
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)