|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface pathway
Interface for pathway 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#pathway)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
EVIDENCEProperty
The Jena Property for EVIDENCE |
static com.hp.hpl.jena.rdf.model.Property |
ORGANISMProperty
The Jena Property for ORGANISM |
static com.hp.hpl.jena.rdf.model.Property |
PATHWAY_DASH_COMPONENTSProperty
The Jena Property for PATHWAY_DASH_COMPONENTS |
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 | |
---|---|
evidence |
addEVIDENCE()
Adds an anonymous value for the 'EVIDENCE' property |
void |
addEVIDENCE(evidence EVIDENCE)
Adds a value for the 'EVIDENCE' property |
evidence |
addEVIDENCE(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'EVIDENCE' property. |
interaction |
addPATHWAY_DASH_COMPONENTS_asinteraction()
Adds an anonymous value for the 'PATHWAY_DASH_COMPONENTS' property |
interaction |
addPATHWAY_DASH_COMPONENTS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property. |
pathway |
addPATHWAY_DASH_COMPONENTS_aspathway()
Adds an anonymous value for the 'PATHWAY_DASH_COMPONENTS' property |
pathway |
addPATHWAY_DASH_COMPONENTS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property. |
pathwayStep |
addPATHWAY_DASH_COMPONENTS_aspathwayStep()
Adds an anonymous value for the 'PATHWAY_DASH_COMPONENTS' property |
pathwayStep |
addPATHWAY_DASH_COMPONENTS_aspathwayStep(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property. |
void |
addPATHWAY_DASH_COMPONENTS(interaction PATHWAY_DASH_COMPONENTS)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property |
void |
addPATHWAY_DASH_COMPONENTS(pathway PATHWAY_DASH_COMPONENTS)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property |
void |
addPATHWAY_DASH_COMPONENTS(pathwayStep PATHWAY_DASH_COMPONENTS)
Adds a value for the 'PATHWAY_DASH_COMPONENTS' property |
java.util.Iterator |
getEVIDENCE()
Get an Iterator the 'EVIDENCE' property values. |
bioSource |
getORGANISM()
Gets the 'ORGANISM' property value |
java.util.Iterator |
getPATHWAY_DASH_COMPONENTS_asinteraction()
Get an Iterator the 'PATHWAY_DASH_COMPONENTS' property values. |
java.util.Iterator |
getPATHWAY_DASH_COMPONENTS_aspathway()
Get an Iterator the 'PATHWAY_DASH_COMPONENTS' property values. |
java.util.Iterator |
getPATHWAY_DASH_COMPONENTS_aspathwayStep()
Get an Iterator the 'PATHWAY_DASH_COMPONENTS' property values. |
void |
removeEVIDENCE(evidence EVIDENCE)
Removes a value for the 'EVIDENCE' property. |
void |
removePATHWAY_DASH_COMPONENTS(interaction PATHWAY_DASH_COMPONENTS)
Removes a value for the 'PATHWAY_DASH_COMPONENTS' property. |
void |
removePATHWAY_DASH_COMPONENTS(pathway PATHWAY_DASH_COMPONENTS)
Removes a value for the 'PATHWAY_DASH_COMPONENTS' property. |
void |
removePATHWAY_DASH_COMPONENTS(pathwayStep PATHWAY_DASH_COMPONENTS)
Removes a value for the 'PATHWAY_DASH_COMPONENTS' property. |
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. |
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 PATHWAY_DASH_COMPONENTSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#PATHWAY-COMPONENTS)
static final com.hp.hpl.jena.rdf.model.Property EVIDENCEProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#EVIDENCE)
static final com.hp.hpl.jena.rdf.model.Property ORGANISMProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#ORGANISM)
Method Detail |
---|
java.util.Iterator getPATHWAY_DASH_COMPONENTS_asinteraction() throws com.ibm.adtech.jastor.JastorException
Iterator
of interaction
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
void addPATHWAY_DASH_COMPONENTS(interaction PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- interaction
to add
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
interaction addPATHWAY_DASH_COMPONENTS_asinteraction() throws com.ibm.adtech.jastor.JastorException
interaction
created
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
interaction addPATHWAY_DASH_COMPONENTS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
interaction
with the factory
and calling addPATHWAY_DASH_COMPONENTS(fr.curie.BiNoM.pathways.biopax.interaction PATHWAY_DASH_COMPONENTS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#interaction. 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
PATHWAY_DASH_COMPONENTSProperty
void removePATHWAY_DASH_COMPONENTS(interaction PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- interaction
to remove
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
java.util.Iterator getPATHWAY_DASH_COMPONENTS_aspathwayStep() throws com.ibm.adtech.jastor.JastorException
Iterator
of pathwayStep
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
void addPATHWAY_DASH_COMPONENTS(pathwayStep PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- pathwayStep
to add
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
pathwayStep addPATHWAY_DASH_COMPONENTS_aspathwayStep() throws com.ibm.adtech.jastor.JastorException
pathwayStep
created
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
pathwayStep addPATHWAY_DASH_COMPONENTS_aspathwayStep(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathwayStep
with the factory
and calling addPATHWAY_DASH_COMPONENTS(fr.curie.BiNoM.pathways.biopax.pathwayStep PATHWAY_DASH_COMPONENTS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#pathwayStep. 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
PATHWAY_DASH_COMPONENTSProperty
void removePATHWAY_DASH_COMPONENTS(pathwayStep PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- pathwayStep
to remove
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
java.util.Iterator getPATHWAY_DASH_COMPONENTS_aspathway() throws com.ibm.adtech.jastor.JastorException
Iterator
of pathway
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
void addPATHWAY_DASH_COMPONENTS(pathway PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- pathway
to add
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
pathway addPATHWAY_DASH_COMPONENTS_aspathway() throws com.ibm.adtech.jastor.JastorException
pathway
created
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
pathway addPATHWAY_DASH_COMPONENTS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathway
with the factory
and calling addPATHWAY_DASH_COMPONENTS(fr.curie.BiNoM.pathways.biopax.pathway PATHWAY_DASH_COMPONENTS)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#pathway. 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
PATHWAY_DASH_COMPONENTSProperty
void removePATHWAY_DASH_COMPONENTS(pathway PATHWAY_DASH_COMPONENTS) throws com.ibm.adtech.jastor.JastorException
The
- pathway
to remove
com.ibm.adtech.jastor.JastorException
PATHWAY_DASH_COMPONENTSProperty
java.util.Iterator getEVIDENCE() throws com.ibm.adtech.jastor.JastorException
Iterator
of evidence
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
void addEVIDENCE(evidence EVIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- evidence
to add
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
evidence addEVIDENCE() throws com.ibm.adtech.jastor.JastorException
evidence
created
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
evidence addEVIDENCE(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
evidence
with the factory
and calling addEVIDENCE(fr.curie.BiNoM.pathways.biopax.evidence EVIDENCE)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level2.owl#evidence. 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
EVIDENCEProperty
void removeEVIDENCE(evidence EVIDENCE) throws com.ibm.adtech.jastor.JastorException
The
- evidence
to remove
com.ibm.adtech.jastor.JastorException
EVIDENCEProperty
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 |