public interface Interaction extends Process
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Modifier and Type | Method and Description |
|---|---|
void |
addInteractionType(InteractionVocabulary newinteractionType)
Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
|
void |
addParticipant(Entity participant)
The entities that participate in this interaction.
|
Set<InteractionVocabulary> |
getInteractionType()
Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
|
Set<Entity> |
getParticipant()
The entities that participate in this interaction.
|
void |
removeInteractionType(InteractionVocabulary oldinteractionType)
Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
|
void |
removeParticipant(Entity participant)
The entities that participate in this interaction.
|
getControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalentSet<InteractionVocabulary> getInteractionType()
void addInteractionType(InteractionVocabulary newinteractionType)
newinteractionType - Controlled vocabulary term annotating the interaction type.void removeInteractionType(InteractionVocabulary oldinteractionType)
oldinteractionType - Controlled vocabulary term annotating the interaction type.Set<Entity> getParticipant()
void addParticipant(Entity participant)
participant - The entities that participate in this interaction.void removeParticipant(Entity participant)
participant - The entities that participate in this interaction.Copyright © 2015 BioPAX. All rights reserved.