|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface smallMolecule
Interface for smallMolecule 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#smallMolecule)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
CHEMICAL_DASH_FORMULAProperty
The Jena Property for CHEMICAL_DASH_FORMULA |
static com.hp.hpl.jena.rdf.model.Property |
MOLECULAR_DASH_WEIGHTProperty
The Jena Property for MOLECULAR_DASH_WEIGHT |
static com.hp.hpl.jena.rdf.model.Property |
STRUCTUREProperty
The Jena Property for STRUCTURE |
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 | |
---|---|
chemicalStructure |
addSTRUCTURE()
Adds an anonymous value for the 'STRUCTURE' property |
void |
addSTRUCTURE(chemicalStructure STRUCTURE)
Adds a value for the 'STRUCTURE' property |
chemicalStructure |
addSTRUCTURE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'STRUCTURE' property. |
java.lang.String |
getCHEMICAL_DASH_FORMULA()
Gets the 'CHEMICAL_DASH_FORMULA' property value |
java.lang.Double |
getMOLECULAR_DASH_WEIGHT()
Gets the 'MOLECULAR_DASH_WEIGHT' property value |
java.util.Iterator |
getSTRUCTURE()
Get an Iterator the 'STRUCTURE' property values. |
void |
removeSTRUCTURE(chemicalStructure STRUCTURE)
Removes a value for the 'STRUCTURE' property. |
void |
setCHEMICAL_DASH_FORMULA(java.lang.String CHEMICAL_DASH_FORMULA)
Sets the 'CHEMICAL_DASH_FORMULA' property value |
void |
setMOLECULAR_DASH_WEIGHT(java.lang.Double MOLECULAR_DASH_WEIGHT)
Sets the 'MOLECULAR_DASH_WEIGHT' 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 MOLECULAR_DASH_WEIGHTProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#MOLECULAR-WEIGHT)
static final com.hp.hpl.jena.rdf.model.Property STRUCTUREProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#STRUCTURE)
static final com.hp.hpl.jena.rdf.model.Property CHEMICAL_DASH_FORMULAProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#CHEMICAL-FORMULA)
Method Detail |
---|
java.lang.Double getMOLECULAR_DASH_WEIGHT() throws com.ibm.adtech.jastor.JastorException
Double
com.ibm.adtech.jastor.JastorException
MOLECULAR_DASH_WEIGHTProperty
void setMOLECULAR_DASH_WEIGHT(java.lang.Double MOLECULAR_DASH_WEIGHT) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.Double}
com.ibm.adtech.jastor.JastorException
MOLECULAR_DASH_WEIGHTProperty
java.util.Iterator getSTRUCTURE() throws com.ibm.adtech.jastor.JastorException
Iterator
of chemicalStructure
com.ibm.adtech.jastor.JastorException
STRUCTUREProperty
void addSTRUCTURE(chemicalStructure STRUCTURE) throws com.ibm.adtech.jastor.JastorException
The
- chemicalStructure
to add
com.ibm.adtech.jastor.JastorException
STRUCTUREProperty
chemicalStructure addSTRUCTURE() throws com.ibm.adtech.jastor.JastorException
chemicalStructure
created
com.ibm.adtech.jastor.JastorException
STRUCTUREProperty
chemicalStructure addSTRUCTURE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
chemicalStructure
with the factory
and calling addSTRUCTURE(fr.curie.BiNoM.pathways.biopax.chemicalStructure STRUCTURE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#chemicalStructure. 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 add
com.ibm.adtech.jastor.JastorException
STRUCTUREProperty
void removeSTRUCTURE(chemicalStructure STRUCTURE) throws com.ibm.adtech.jastor.JastorException
The
- chemicalStructure
to remove
com.ibm.adtech.jastor.JastorException
STRUCTUREProperty
java.lang.String getCHEMICAL_DASH_FORMULA() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
CHEMICAL_DASH_FORMULAProperty
void setCHEMICAL_DASH_FORMULA(java.lang.String CHEMICAL_DASH_FORMULA) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}
com.ibm.adtech.jastor.JastorException
CHEMICAL_DASH_FORMULAProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |