public interface Control extends Interaction
(URI: http://www.biopax.org/release/biopax-level3.owl#Control)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
controlledProperty
The Jena Property for controlled
|
static com.hp.hpl.jena.rdf.model.Property |
controllerProperty
The Jena Property for controller
|
static com.hp.hpl.jena.rdf.model.Property |
controlTypeProperty
The Jena Property for controlType
|
static Resource |
TYPE
The rdf:type for this ontology class
|
interactionTypeProperty, participantProperty
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
Pathway |
addController_asPathway()
Adds an anonymous value for the 'controller' property
|
Pathway |
addController_asPathway(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'controller' property.
|
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(Pathway controller)
Adds a value for the 'controller' property
|
void |
addController(PhysicalEntity controller)
Adds a value for the 'controller' property
|
Interaction |
getControlled_asInteraction()
Gets the 'controlled' property value
|
Pathway |
getControlled_asPathway()
Gets the 'controlled' property value
|
java.util.Iterator |
getController_asPathway()
Get an Iterator the 'controller' property values.
|
java.util.Iterator |
getController_asPhysicalEntity()
Get an Iterator the 'controller' property values.
|
java.lang.String |
getControlType()
Gets the 'controlType' property value
|
void |
removeController(Pathway controller)
Removes a value for the 'controller' property.
|
void |
removeController(PhysicalEntity controller)
Removes a value for the 'controller' property.
|
Interaction |
setControlled_asInteraction()
Sets the 'controlled' property value to an anonymous node
|
Interaction |
setControlled_asInteraction(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'controlled' property value to the given resource, and add's rdf:type properties.
|
Pathway |
setControlled_asPathway()
Sets the 'controlled' property value to an anonymous node
|
Pathway |
setControlled_asPathway(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(Interaction controlled)
Sets the 'controlled' property value
|
void |
setControlled(Pathway controlled)
Sets the 'controlled' property value
|
void |
setControlType(java.lang.String controlType)
Sets the 'controlType' property value
|
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
static final Resource TYPE
static final com.hp.hpl.jena.rdf.model.Property controlledProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#controlled)
static final com.hp.hpl.jena.rdf.model.Property controllerProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#controller)
static final com.hp.hpl.jena.rdf.model.Property controlTypeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#controlType)
Interaction getControlled_asInteraction() throws com.ibm.adtech.jastor.JastorException
Interaction
com.ibm.adtech.jastor.JastorException
controlledProperty
void setControlled(Interaction controlled) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.Interaction}com.ibm.adtech.jastor.JastorException
controlledProperty
Interaction setControlled_asInteraction() throws com.ibm.adtech.jastor.JastorException
Interaction
, the created valuecom.ibm.adtech.jastor.JastorException
controlledProperty
Interaction setControlled_asInteraction(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Interaction
with the factory.
and calling setControlled(fr.curie.BiNoM.pathways.biopax.Interaction controlled)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Interaction. 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.Interaction
, the newly created valuecom.ibm.adtech.jastor.JastorException
controlledProperty
Pathway getControlled_asPathway() throws com.ibm.adtech.jastor.JastorException
Pathway
com.ibm.adtech.jastor.JastorException
controlledProperty
void setControlled(Pathway controlled) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.Pathway}com.ibm.adtech.jastor.JastorException
controlledProperty
Pathway setControlled_asPathway() throws com.ibm.adtech.jastor.JastorException
Pathway
, the created valuecom.ibm.adtech.jastor.JastorException
controlledProperty
Pathway setControlled_asPathway(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Pathway
with the factory.
and calling setControlled(fr.curie.BiNoM.pathways.biopax.Pathway controlled)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Pathway. 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.Pathway
, the newly created valuecom.ibm.adtech.jastor.JastorException
controlledProperty
java.util.Iterator getController_asPathway() throws com.ibm.adtech.jastor.JastorException
Iterator
of Pathway
com.ibm.adtech.jastor.JastorException
controllerProperty
void addController(Pathway controller) throws com.ibm.adtech.jastor.JastorException
The
- Pathway
to addcom.ibm.adtech.jastor.JastorException
controllerProperty
Pathway addController_asPathway() throws com.ibm.adtech.jastor.JastorException
Pathway
createdcom.ibm.adtech.jastor.JastorException
controllerProperty
Pathway addController_asPathway(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Pathway
with the factory
and calling addController(fr.curie.BiNoM.pathways.biopax.Pathway controller)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.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 addcom.ibm.adtech.jastor.JastorException
controllerProperty
void removeController(Pathway controller) throws com.ibm.adtech.jastor.JastorException
The
- Pathway
to removecom.ibm.adtech.jastor.JastorException
controllerProperty
java.util.Iterator getController_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
Iterator
of PhysicalEntity
com.ibm.adtech.jastor.JastorException
controllerProperty
void addController(PhysicalEntity controller) throws com.ibm.adtech.jastor.JastorException
The
- PhysicalEntity
to addcom.ibm.adtech.jastor.JastorException
controllerProperty
PhysicalEntity addController_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
createdcom.ibm.adtech.jastor.JastorException
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.The
- om.hp.hpl.jena.rdf.model.Resource
to addcom.ibm.adtech.jastor.JastorException
controllerProperty
void removeController(PhysicalEntity controller) throws com.ibm.adtech.jastor.JastorException
The
- PhysicalEntity
to removecom.ibm.adtech.jastor.JastorException
controllerProperty
java.lang.String getControlType() throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorException
controlTypeProperty
void setControlType(java.lang.String controlType) throws com.ibm.adtech.jastor.JastorException
{@link
- java.lang.String}com.ibm.adtech.jastor.JastorException
controlTypeProperty