public interface Interaction extends Entity
(URI: http://www.biopax.org/release/biopax-level3.owl#Interaction)
Modifier and Type | Field and Description |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
interactionTypeProperty
The Jena Property for interactionType
|
static com.hp.hpl.jena.rdf.model.Property |
participantProperty
The Jena Property for participant
|
static Resource |
TYPE
The rdf:type for this ontology class
|
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
Entity |
addParticipant()
Adds an anonymous value for the 'participant' property
|
Entity |
addParticipant(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'participant' property.
|
void |
addParticipant(Entity participant)
Adds a value for the 'participant' property
|
InteractionVocabulary |
getInteractionType()
Gets the 'interactionType' property value
|
java.util.Iterator |
getParticipant()
Get an Iterator the 'participant' property values.
|
void |
removeParticipant(Entity participant)
Removes a value for the 'participant' property.
|
InteractionVocabulary |
setInteractionType()
Sets the 'interactionType' property value to an anonymous node
|
InteractionVocabulary |
setInteractionType(com.hp.hpl.jena.rdf.model.Resource resource)
Sets the 'interactionType' property value to the given resource, and add's rdf:type properties.
|
void |
setInteractionType(InteractionVocabulary interactionType)
Sets the 'interactionType' property value
|
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 interactionTypeProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#interactionType)
static final com.hp.hpl.jena.rdf.model.Property participantProperty
(URI: http://www.biopax.org/release/biopax-level3.owl#participant)
InteractionVocabulary getInteractionType() throws com.ibm.adtech.jastor.JastorException
InteractionVocabulary
com.ibm.adtech.jastor.JastorException
interactionTypeProperty
void setInteractionType(InteractionVocabulary interactionType) throws com.ibm.adtech.jastor.JastorException
{@link
- fr.curie.BiNoM.pathways.biopax.InteractionVocabulary}com.ibm.adtech.jastor.JastorException
interactionTypeProperty
InteractionVocabulary setInteractionType() throws com.ibm.adtech.jastor.JastorException
InteractionVocabulary
, the created valuecom.ibm.adtech.jastor.JastorException
interactionTypeProperty
InteractionVocabulary setInteractionType(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
InteractionVocabulary
with the factory.
and calling setInteractionType(fr.curie.BiNoM.pathways.biopax.InteractionVocabulary interactionType)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#InteractionVocabulary. 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.InteractionVocabulary
, the newly created valuecom.ibm.adtech.jastor.JastorException
interactionTypeProperty
java.util.Iterator getParticipant() throws com.ibm.adtech.jastor.JastorException
Iterator
of Entity
com.ibm.adtech.jastor.JastorException
participantProperty
void addParticipant(Entity participant) throws com.ibm.adtech.jastor.JastorException
The
- Entity
to addcom.ibm.adtech.jastor.JastorException
participantProperty
Entity addParticipant() throws com.ibm.adtech.jastor.JastorException
Entity
createdcom.ibm.adtech.jastor.JastorException
participantProperty
Entity addParticipant(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
Entity
with the factory
and calling addParticipant(fr.curie.BiNoM.pathways.biopax.Entity participant)
The resource argument have rdf:type http://www.biopax.org/release/biopax-level3.owl#Entity. 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
participantProperty
void removeParticipant(Entity participant) throws com.ibm.adtech.jastor.JastorException
The
- Entity
to removecom.ibm.adtech.jastor.JastorException
participantProperty