public interface Gene extends Entity
(URI: http://www.biopax.org/release/biopax-level3.owl#Gene)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
organismProperty
The Jena Property for organism
|
static Resource |
TYPE
The rdf:type for this ontology class
|
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
BioSource |
getOrganism()
Gets the 'organism' 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 to the given resource, and add's rdf:type properties.
|
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 organismProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#organism)
BioSource getOrganism() throws com.ibm.adtech.jastor.JastorException
BioSource
com.ibm.adtech.jastor.JastorException
organismProperty
void setOrganism(BioSource organism) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.BioSource}com.ibm.adtech.jastor.JastorException
organismProperty
BioSource setOrganism() throws com.ibm.adtech.jastor.JastorException
BioSource
, the created valuecom.ibm.adtech.jastor.JastorException
organismProperty
BioSource setOrganism(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
BioSource
with the factory.
and calling setOrganism(fr.curie.BiNoM.pathways.biopax.BioSource organism)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#BioSource. 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.BioSource
, the newly created valuecom.ibm.adtech.jastor.JastorException
organismProperty