public interface BiochemicalPathwayStep extends PathwayStep
(URI: http://www.biopax.org/release/biopax-level3.owl#BiochemicalPathwayStep)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
stepConversionProperty
The Jena Property for stepConversion
|
static com.hp.hpl.jena.rdf.model.Property |
stepDirectionProperty
The Jena Property for stepDirection
|
static Resource |
TYPE
The rdf:type for this ontology class
|
evidenceProperty, nextStepProperty, stepProcessProperty
commentProperty
Modifier and Type | Method and Description |
---|---|
Control |
addStepProcess_asControl()
Adds an anonymous value for the 'stepProcess' property
|
Control |
addStepProcess_asControl(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'stepProcess' property.
|
void |
addStepProcess(Control stepProcess)
Adds a value for the 'stepProcess' property
|
Conversion |
getStepConversion()
Gets the 'stepConversion' property value
|
java.lang.String |
getStepDirection()
Gets the 'stepDirection' property value
|
java.util.Iterator |
getStepProcess_asControl()
Get an Iterator the 'stepProcess' property values.
|
void |
removeStepProcess(Control stepProcess)
Removes a value for the 'stepProcess' property.
|
Conversion |
setStepConversion()
Sets the 'stepConversion' property value to an anonymous node
|
Conversion |
setStepConversion(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'stepConversion' property value to the given resource, and add's rdf:type properties.
|
void |
setStepConversion(Conversion stepConversion)
Sets the 'stepConversion' property value
|
void |
setStepDirection(java.lang.String stepDirection)
Sets the 'stepDirection' property value
|
addEvidence, addEvidence, addEvidence, addNextStep, addNextStep, addNextStep, addStepProcess_asInteraction, addStepProcess_asInteraction, addStepProcess_asPathway, addStepProcess_asPathway, addStepProcess, addStepProcess, getEvidence, getNextStep, getStepProcess_asInteraction, getStepProcess_asPathway, removeEvidence, removeNextStep, removeStepProcess, removeStepProcess
addComment, getComment, removeComment
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property stepConversionProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#stepConversion)
static final com.hp.hpl.jena.rdf.model.Property stepDirectionProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#stepDirection)
java.util.Iterator getStepProcess_asControl() throws com.ibm.adtech.jastor.JastorException
Iterator
of Control
com.ibm.adtech.jastor.JastorException
PathwayStep.stepProcessProperty
void addStepProcess(Control stepProcess) throws com.ibm.adtech.jastor.JastorException
The
- Control
to addcom.ibm.adtech.jastor.JastorException
PathwayStep.stepProcessProperty
Control addStepProcess_asControl() throws com.ibm.adtech.jastor.JastorException
Control
createdcom.ibm.adtech.jastor.JastorException
PathwayStep.stepProcessProperty
Control addStepProcess_asControl(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Control
with the factory
and calling addStepProcess(fr.curie.BiNoM.pathways.biopax.Control stepProcess)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Control. 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 addcom.ibm.adtech.jastor.JastorException
PathwayStep.stepProcessProperty
void removeStepProcess(Control stepProcess) throws com.ibm.adtech.jastor.JastorException
The
- Control
to removecom.ibm.adtech.jastor.JastorException
PathwayStep.stepProcessProperty
Conversion getStepConversion() throws com.ibm.adtech.jastor.JastorException
Conversion
com.ibm.adtech.jastor.JastorException
stepConversionProperty
void setStepConversion(Conversion stepConversion) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.Conversion}com.ibm.adtech.jastor.JastorException
stepConversionProperty
Conversion setStepConversion() throws com.ibm.adtech.jastor.JastorException
Conversion
, the created valuecom.ibm.adtech.jastor.JastorException
stepConversionProperty
Conversion setStepConversion(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Conversion
with the factory.
and calling setStepConversion(fr.curie.BiNoM.pathways.biopax.Conversion stepConversion)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Conversion. 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.Conversion
, the newly created valuecom.ibm.adtech.jastor.JastorException
stepConversionProperty
java.lang.String getStepDirection() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
stepDirectionProperty
void setStepDirection(java.lang.String stepDirection) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
stepDirectionProperty