|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface pathwayStep
Interface for pathwayStep 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#pathwayStep)
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
NEXT_DASH_STEPProperty
The Jena Property for NEXT_DASH_STEP |
static com.hp.hpl.jena.rdf.model.Property |
STEP_DASH_INTERACTIONSProperty
The Jena Property for STEP_DASH_INTERACTIONS |
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.utilityClass |
---|
COMMENTProperty |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
pathwayStep |
addNEXT_DASH_STEP()
Adds an anonymous value for the 'NEXT_DASH_STEP' property |
void |
addNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP)
Adds a value for the 'NEXT_DASH_STEP' property |
pathwayStep |
addNEXT_DASH_STEP(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'NEXT_DASH_STEP' property. |
interaction |
addSTEP_DASH_INTERACTIONS_asinteraction()
Adds an anonymous value for the 'STEP_DASH_INTERACTIONS' property |
interaction |
addSTEP_DASH_INTERACTIONS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'STEP_DASH_INTERACTIONS' property. |
pathway |
addSTEP_DASH_INTERACTIONS_aspathway()
Adds an anonymous value for the 'STEP_DASH_INTERACTIONS' property |
pathway |
addSTEP_DASH_INTERACTIONS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'STEP_DASH_INTERACTIONS' property. |
void |
addSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS)
Adds a value for the 'STEP_DASH_INTERACTIONS' property |
void |
addSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS)
Adds a value for the 'STEP_DASH_INTERACTIONS' property |
java.util.Iterator |
getNEXT_DASH_STEP()
Get an Iterator the 'NEXT_DASH_STEP' property values. |
java.util.Iterator |
getSTEP_DASH_INTERACTIONS_asinteraction()
Get an Iterator the 'STEP_DASH_INTERACTIONS' property values. |
java.util.Iterator |
getSTEP_DASH_INTERACTIONS_aspathway()
Get an Iterator the 'STEP_DASH_INTERACTIONS' property values. |
void |
removeNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP)
Removes a value for the 'NEXT_DASH_STEP' property. |
void |
removeSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS)
Removes a value for the 'STEP_DASH_INTERACTIONS' property. |
void |
removeSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS)
Removes a value for the 'STEP_DASH_INTERACTIONS' property. |
Methods inherited from interface fr.curie.BiNoM.pathways.biopax.utilityClass |
---|
addCOMMENT, getCOMMENT, removeCOMMENT |
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 NEXT_DASH_STEPProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#NEXT-STEP)
static final com.hp.hpl.jena.rdf.model.Property STEP_DASH_INTERACTIONSProperty
(URI: http://www.biopax.org/release/biopax-level2.owl#STEP-INTERACTIONS)
Method Detail |
---|
java.util.Iterator getNEXT_DASH_STEP() throws com.ibm.adtech.jastor.JastorException
Iterator
of pathwayStep
com.ibm.adtech.jastor.JastorException
NEXT_DASH_STEPProperty
void addNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP) throws com.ibm.adtech.jastor.JastorException
The
- pathwayStep
to add
com.ibm.adtech.jastor.JastorException
NEXT_DASH_STEPProperty
pathwayStep addNEXT_DASH_STEP() throws com.ibm.adtech.jastor.JastorException
pathwayStep
created
com.ibm.adtech.jastor.JastorException
NEXT_DASH_STEPProperty
pathwayStep addNEXT_DASH_STEP(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathwayStep
with the factory
and calling addNEXT_DASH_STEP(fr.curie.BiNoM.pathways.biopax.pathwayStep NEXT_DASH_STEP)
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
NEXT_DASH_STEPProperty
void removeNEXT_DASH_STEP(pathwayStep NEXT_DASH_STEP) throws com.ibm.adtech.jastor.JastorException
The
- pathwayStep
to remove
com.ibm.adtech.jastor.JastorException
NEXT_DASH_STEPProperty
java.util.Iterator getSTEP_DASH_INTERACTIONS_asinteraction() throws com.ibm.adtech.jastor.JastorException
Iterator
of interaction
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
void addSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
The
- interaction
to add
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
interaction addSTEP_DASH_INTERACTIONS_asinteraction() throws com.ibm.adtech.jastor.JastorException
interaction
created
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
interaction addSTEP_DASH_INTERACTIONS_asinteraction(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
interaction
with the factory
and calling addSTEP_DASH_INTERACTIONS(fr.curie.BiNoM.pathways.biopax.interaction STEP_DASH_INTERACTIONS)
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
STEP_DASH_INTERACTIONSProperty
void removeSTEP_DASH_INTERACTIONS(interaction STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
The
- interaction
to remove
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
java.util.Iterator getSTEP_DASH_INTERACTIONS_aspathway() throws com.ibm.adtech.jastor.JastorException
Iterator
of pathway
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
void addSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
The
- pathway
to add
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
pathway addSTEP_DASH_INTERACTIONS_aspathway() throws com.ibm.adtech.jastor.JastorException
pathway
created
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
pathway addSTEP_DASH_INTERACTIONS_aspathway(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
pathway
with the factory
and calling addSTEP_DASH_INTERACTIONS(fr.curie.BiNoM.pathways.biopax.pathway STEP_DASH_INTERACTIONS)
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
STEP_DASH_INTERACTIONSProperty
void removeSTEP_DASH_INTERACTIONS(pathway STEP_DASH_INTERACTIONS) throws com.ibm.adtech.jastor.JastorException
The
- pathway
to remove
com.ibm.adtech.jastor.JastorException
STEP_DASH_INTERACTIONSProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |