public interface Modulation extends Control
(URI: http://www.biopax.org/release/biopax-level3.owl#Modulation)
Modifier and Type | Field and Description |
---|---|
static Resource |
TYPE
The rdf:type for this ontology class
|
controlledProperty, controllerProperty, controlTypeProperty
interactionTypeProperty, participantProperty
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
PhysicalEntity |
addController_asPhysicalEntity()
Adds an anonymous value for the 'controller' property
|
PhysicalEntity |
addController_asPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'controller' property.
|
void |
addController(PhysicalEntity controller)
Adds a value for the 'controller' property
|
Catalysis |
getControlled_asCatalysis()
Gets the 'controlled' property value
|
java.util.Iterator |
getController_asPhysicalEntity()
Get an Iterator the 'controller' property values.
|
void |
removeController(PhysicalEntity controller)
Removes a value for the 'controller' property.
|
Catalysis |
setControlled_asCatalysis()
Sets the 'controlled' property value to an anonymous node
|
Catalysis |
setControlled_asCatalysis(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'controlled' property value to the given resource, and add's rdf:type properties.
|
void |
setControlled(Catalysis controlled)
Sets the 'controlled' property value
|
addController_asPathway, addController_asPathway, addController, getControlled_asInteraction, getControlled_asPathway, getController_asPathway, getControlType, removeController, setControlled_asInteraction, setControlled_asInteraction, setControlled_asPathway, setControlled_asPathway, setControlled, setControlled, setControlType
addParticipant, addParticipant, addParticipant, getInteractionType, getParticipant, removeParticipant, setInteractionType, setInteractionType, setInteractionType
addAvailability, addComment, addDataSource, addDataSource, addDataSource, addEvidence, addEvidence, addEvidence, addName, addXref, addXref, addXref, getAvailability, getComment, getDataSource, getEvidence, getName, getXref, removeAvailability, removeComment, removeDataSource, removeEvidence, removeName, removeXref
Catalysis getControlled_asCatalysis() throws com.ibm.adtech.jastor.JastorException
Catalysis
com.ibm.adtech.jastor.JastorException
Control.controlledProperty
void setControlled(Catalysis controlled) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.Catalysis}com.ibm.adtech.jastor.JastorException
Control.controlledProperty
Catalysis setControlled_asCatalysis() throws com.ibm.adtech.jastor.JastorException
Catalysis
, the created valuecom.ibm.adtech.jastor.JastorException
Control.controlledProperty
Catalysis setControlled_asCatalysis(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Catalysis
with the factory.
and calling setControlled(fr.curie.BiNoM.pathways.biopax.Catalysis controlled)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Catalysis. 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.Catalysis
, the newly created valuecom.ibm.adtech.jastor.JastorException
Control.controlledProperty
java.util.Iterator getController_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
getController_asPhysicalEntity
in interface Control
Iterator
of PhysicalEntity
com.ibm.adtech.jastor.JastorException
Control.controllerProperty
void addController(PhysicalEntity controller) throws com.ibm.adtech.jastor.JastorException
addController
in interface Control
The
- PhysicalEntity
to addcom.ibm.adtech.jastor.JastorException
Control.controllerProperty
PhysicalEntity addController_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
addController_asPhysicalEntity
in interface Control
PhysicalEntity
createdcom.ibm.adtech.jastor.JastorException
Control.controllerProperty
PhysicalEntity addController_asPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
with the factory
and calling addController(fr.curie.BiNoM.pathways.biopax.PhysicalEntity controller)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#PhysicalEntity. That is, this method
should not be used as a shortcut for creating new objects in the model.addController_asPhysicalEntity
in interface Control
The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
Control.controllerProperty
void removeController(PhysicalEntity controller) throws com.ibm.adtech.jastor.JastorException
removeController
in interface Control
The
- PhysicalEntity
to removecom.ibm.adtech.jastor.JastorException
Control.controllerProperty