public class RnaReferenceImpl extends com.ibm.adtech.jastor.ThingImpl implements RnaReference
RnaReference
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#RnaReference)
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
|
RnaReference |
addMemberEntityReference_asRnaReference()
Adds an anonymous value for the 'memberEntityReference' property
|
RnaReference |
addMemberEntityReference_asRnaReference(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'memberEntityReference' 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() |
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_asRnaReference()
Get an Iterator the 'memberEntityReference' 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
|
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 |
removeMemberEntityReference(RnaReference 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.
|
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
|
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
RnaReference
addMemberEntityReference
in interface EntityReference
addMemberEntityReference
in interface RnaReference
JastorException
EntityReference.memberEntityReferenceProperty
public void removeMemberEntityReference(EntityReference memberEntityReference) throws JastorException
EntityReference
removeMemberEntityReference
in interface EntityReference
JastorException
EntityReference.memberEntityReferenceProperty
public java.util.Iterator getMemberEntityReference_asRnaReference() throws JastorException
RnaReference
getMemberEntityReference_asRnaReference
in interface RnaReference
Iterator
of RnaReference
JastorException
EntityReference.memberEntityReferenceProperty
public RnaReference addMemberEntityReference_asRnaReference() throws JastorException
RnaReference
addMemberEntityReference_asRnaReference
in interface RnaReference
RnaReference
createdJastorException
EntityReference.memberEntityReferenceProperty
public RnaReference addMemberEntityReference_asRnaReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaReference
RnaReference
with the factory
and calling addMemberEntityReference(fr.curie.BiNoM.pathways.biopax.RnaReference memberEntityReference)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#RnaReference. That is, this method
should not be used as a shortcut for creating new objects in the model.addMemberEntityReference_asRnaReference
in interface RnaReference
JastorException
EntityReference.memberEntityReferenceProperty
public void removeMemberEntityReference(RnaReference memberEntityReference) throws JastorException
RnaReference
removeMemberEntityReference
in interface RnaReference
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
RnaReference
getSequence
in interface RnaReference
String
JastorException
RnaReference.sequenceProperty
public void setSequence(java.lang.String sequence) throws JastorException
RnaReference
setSequence
in interface RnaReference
JastorException
RnaReference.sequenceProperty
public java.util.Iterator getSubRegion_asRnaRegionReference() throws JastorException
RnaReference
getSubRegion_asRnaRegionReference
in interface RnaReference
Iterator
of RnaRegionReference
JastorException
RnaReference.subRegionProperty
public void addSubRegion(RnaRegionReference subRegion) throws JastorException
RnaReference
addSubRegion
in interface RnaReference
JastorException
RnaReference.subRegionProperty
public RnaRegionReference addSubRegion_asRnaRegionReference() throws JastorException
RnaReference
addSubRegion_asRnaRegionReference
in interface RnaReference
RnaRegionReference
createdJastorException
RnaReference.subRegionProperty
public RnaRegionReference addSubRegion_asRnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaReference
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 RnaReference
JastorException
RnaReference.subRegionProperty
public void removeSubRegion(RnaRegionReference subRegion) throws JastorException
RnaReference
removeSubRegion
in interface RnaReference
JastorException
RnaReference.subRegionProperty
public java.util.Iterator getSubRegion_asDnaRegionReference() throws JastorException
RnaReference
getSubRegion_asDnaRegionReference
in interface RnaReference
Iterator
of DnaRegionReference
JastorException
RnaReference.subRegionProperty
public void addSubRegion(DnaRegionReference subRegion) throws JastorException
RnaReference
addSubRegion
in interface RnaReference
JastorException
RnaReference.subRegionProperty
public DnaRegionReference addSubRegion_asDnaRegionReference() throws JastorException
RnaReference
addSubRegion_asDnaRegionReference
in interface RnaReference
DnaRegionReference
createdJastorException
RnaReference.subRegionProperty
public DnaRegionReference addSubRegion_asDnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaReference
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 RnaReference
JastorException
RnaReference.subRegionProperty
public void removeSubRegion(DnaRegionReference subRegion) throws JastorException
RnaReference
removeSubRegion
in interface RnaReference
JastorException
RnaReference.subRegionProperty
public BioSource getOrganism() throws JastorException
RnaReference
getOrganism
in interface RnaReference
BioSource
JastorException
RnaReference.organismProperty
public void setOrganism(BioSource organism) throws JastorException
RnaReference
setOrganism
in interface RnaReference
JastorException
RnaReference.organismProperty
public BioSource setOrganism() throws JastorException
RnaReference
setOrganism
in interface RnaReference
BioSource
, the created valueJastorException
RnaReference.organismProperty
public BioSource setOrganism(com.hp.hpl.jena.rdf.model.Resource resource) throws JastorException
RnaReference
setOrganism
in interface RnaReference
JastorException
RnaReference.organismProperty
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)