|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface protein
Interface for protein ontology class
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level2_DOT_owlFactory to create instances of this interface.
(URI: http://www.biopax.org/release/biopax-level2.owl#protein)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
ORGANISMProperty
The Jena Property for ORGANISM |
static com.hp.hpl.jena.rdf.model.Property |
SEQUENCEProperty
The Jena Property for SEQUENCE |
static com.hp.hpl.jena.rdf.model.Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
AVAILABILITYProperty, COMMENTProperty, DATA_DASH_SOURCEProperty, NAMEProperty, SHORT_DASH_NAMEProperty, SYNONYMSProperty, XREFProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
bioSource |
getORGANISM()
Gets the 'ORGANISM' property value |
java.lang.String |
getSEQUENCE()
Gets the 'SEQUENCE' 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. |
void |
setSEQUENCE(java.lang.String SEQUENCE)
Sets the 'SEQUENCE' property value |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.entity |
---|
addAVAILABILITY, addCOMMENT, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addDATA_DASH_SOURCE, addSYNONYMS, addXREF, addXREF, addXREF, getAVAILABILITY, getCOMMENT, getDATA_DASH_SOURCE, getNAME, getSHORT_DASH_NAME, getSYNONYMS, getXREF, removeAVAILABILITY, removeCOMMENT, removeDATA_DASH_SOURCE, removeSYNONYMS, removeXREF, setNAME, setSHORT_DASH_NAME |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final com.hp.hpl.jena.rdf.model.Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property SEQUENCEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#SEQUENCE)
static final com.hp.hpl.jena.rdf.model.Property ORGANISMProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#ORGANISM)
Method Detail |
---|
java.lang.String getSEQUENCE() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
SEQUENCEProperty
void setSEQUENCE(java.lang.String SEQUENCE) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
SEQUENCEProperty
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 value
com.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-level2.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 value
com.ibm.adtech.jastor.JastorException
ORGANISMProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |