public interface RnaRegion extends PhysicalEntity
(URI: http://www.biopax.org/release/biopax-level3.owl#RnaRegion)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
entityReferenceProperty
The Jena Property for entityReference
|
static Resource |
TYPE
The rdf:type for this ontology class
|
cellularLocationProperty, featureProperty, memberPhysicalEntityProperty, notFeatureProperty
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
RnaRegion |
addMemberPhysicalEntity_asRnaRegion()
Adds an anonymous value for the 'memberPhysicalEntity' property
|
RnaRegion |
addMemberPhysicalEntity_asRnaRegion(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'memberPhysicalEntity' property.
|
void |
addMemberPhysicalEntity(RnaRegion memberPhysicalEntity)
Adds a value for the 'memberPhysicalEntity' property
|
RnaRegionReference |
getEntityReference_asRnaRegionReference()
Gets the 'entityReference' property value
|
EntityReference |
getEntityReference()
Gets the 'entityReference' property value
|
java.util.Iterator |
getMemberPhysicalEntity_asRnaRegion()
Get an Iterator the 'memberPhysicalEntity' property values.
|
void |
removeMemberPhysicalEntity(RnaRegion memberPhysicalEntity)
Removes a value for the 'memberPhysicalEntity' property.
|
RnaRegionReference |
setEntityReference_asRnaRegionReference()
Sets the 'entityReference' property value to an anonymous node
|
RnaRegionReference |
setEntityReference_asRnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'entityReference' property value to the given resource, and add's rdf:type properties.
|
EntityReference |
setEntityReference()
Sets the 'entityReference' property value to an anonymous node
|
EntityReference |
setEntityReference(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'entityReference' property value to the given resource, and add's rdf:type properties.
|
void |
setEntityReference(EntityReference entityReference)
Sets the 'entityReference' property value
|
addFeature, addFeature, addFeature, addMemberPhysicalEntity, addMemberPhysicalEntity, addNotFeature, addNotFeature, addNotFeature, getCellularLocation, getFeature, getMemberPhysicalEntity, getNotFeature, removeFeature, removeMemberPhysicalEntity, removeNotFeature, setCellularLocation, setCellularLocation, setCellularLocation
addAvailability, addComment, addDataSource, addDataSource, addDataSource, addEvidence, addEvidence, addEvidence, addName, addXref, addXref, addXref, getAvailability, getComment, getDataSource, getEvidence, getName, getXref, removeAvailability, removeComment, removeDataSource, removeEvidence, removeName, removeXref
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property entityReferenceProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#entityReference)
java.util.Iterator getMemberPhysicalEntity_asRnaRegion() throws com.ibm.adtech.jastor.JastorException
Iterator
of RnaRegion
com.ibm.adtech.jastor.JastorException
PhysicalEntity.memberPhysicalEntityProperty
void addMemberPhysicalEntity(RnaRegion memberPhysicalEntity) throws com.ibm.adtech.jastor.JastorException
addMemberPhysicalEntity
in interface PhysicalEntity
The
- RnaRegion
to addcom.ibm.adtech.jastor.JastorException
PhysicalEntity.memberPhysicalEntityProperty
RnaRegion addMemberPhysicalEntity_asRnaRegion() throws com.ibm.adtech.jastor.JastorException
RnaRegion
createdcom.ibm.adtech.jastor.JastorException
PhysicalEntity.memberPhysicalEntityProperty
RnaRegion addMemberPhysicalEntity_asRnaRegion(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
RnaRegion
with the factory
and calling addMemberPhysicalEntity(fr.curie.BiNoM.pathways.biopax.RnaRegion memberPhysicalEntity)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#RnaRegion. 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
PhysicalEntity.memberPhysicalEntityProperty
void removeMemberPhysicalEntity(RnaRegion memberPhysicalEntity) throws com.ibm.adtech.jastor.JastorException
The
- RnaRegion
to removecom.ibm.adtech.jastor.JastorException
PhysicalEntity.memberPhysicalEntityProperty
EntityReference getEntityReference() throws com.ibm.adtech.jastor.JastorException
EntityReference
com.ibm.adtech.jastor.JastorException
entityReferenceProperty
void setEntityReference(EntityReference entityReference) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.EntityReference}com.ibm.adtech.jastor.JastorException
entityReferenceProperty
EntityReference setEntityReference() throws com.ibm.adtech.jastor.JastorException
EntityReference
, the created valuecom.ibm.adtech.jastor.JastorException
entityReferenceProperty
EntityReference setEntityReference(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
EntityReference
with the factory.
and calling setEntityReference(fr.curie.BiNoM.pathways.biopax.EntityReference entityReference)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#EntityReference. That is, this method
should not be used as a shortcut for creating new objects in the model.{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.EntityReference
, the newly created valuecom.ibm.adtech.jastor.JastorException
entityReferenceProperty
RnaRegionReference getEntityReference_asRnaRegionReference() throws com.ibm.adtech.jastor.JastorException
RnaRegionReference
com.ibm.adtech.jastor.JastorException
entityReferenceProperty
RnaRegionReference setEntityReference_asRnaRegionReference() throws com.ibm.adtech.jastor.JastorException
RnaRegionReference
, the created valuecom.ibm.adtech.jastor.JastorException
entityReferenceProperty
RnaRegionReference setEntityReference_asRnaRegionReference(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
RnaRegionReference
with the factory.
and calling setEntityReference(fr.curie.BiNoM.pathways.biopax.RnaRegionReference entityReference)
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.{@link
- com.hp.hpl.jena.rdf.model.Resource} must not be be null.RnaRegionReference
, the newly created valuecom.ibm.adtech.jastor.JastorException
entityReferenceProperty