public interface MolecularInteraction extends Interaction
(URI: http://www.biopax.org/release/biopax-level3.owl#MolecularInteraction)
Modifier and Type | Field and Description |
---|---|
static Resource |
TYPE
The rdf:type for this ontology class
|
interactionTypeProperty, participantProperty
availabilityProperty, commentProperty, dataSourceProperty, evidenceProperty, nameProperty, xrefProperty
Modifier and Type | Method and Description |
---|---|
PhysicalEntity |
addParticipant_asPhysicalEntity()
Adds an anonymous value for the 'participant' property
|
PhysicalEntity |
addParticipant_asPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource)
Adds a value for the 'participant' property.
|
void |
addParticipant(PhysicalEntity participant)
Adds a value for the 'participant' property
|
java.util.Iterator |
getParticipant_asPhysicalEntity()
Get an Iterator the 'participant' property values.
|
void |
removeParticipant(PhysicalEntity participant)
Removes a value for the 'participant' property.
|
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
java.util.Iterator getParticipant_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
Iterator
of PhysicalEntity
com.ibm.adtech.jastor.JastorException
Interaction.participantProperty
void addParticipant(PhysicalEntity participant) throws com.ibm.adtech.jastor.JastorException
addParticipant
in interface Interaction
The
- PhysicalEntity
to addcom.ibm.adtech.jastor.JastorException
Interaction.participantProperty
PhysicalEntity addParticipant_asPhysicalEntity() throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
createdcom.ibm.adtech.jastor.JastorException
Interaction.participantProperty
PhysicalEntity addParticipant_asPhysicalEntity(com.hp.hpl.jena.rdf.model.Resource resource) throws com.ibm.adtech.jastor.JastorException
PhysicalEntity
with the factory
and calling addParticipant(fr.curie.BiNoM.pathways.biopax.PhysicalEntity participant)
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
Interaction.participantProperty
void removeParticipant(PhysicalEntity participant) throws com.ibm.adtech.jastor.JastorException
The
- PhysicalEntity
to removecom.ibm.adtech.jastor.JastorException
Interaction.participantProperty