@Entity @Indexed @Boost(value=1.5f) public class InteractionImpl extends ProcessImpl implements Interaction
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
InteractionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInteractionType(InteractionVocabulary newinteractionType)
Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
|
void |
addParticipant(Entity aParticipant)
The entities that participate in this interaction.
|
Set<InteractionVocabulary> |
getInteractionType()
Controlled vocabulary term annotating the interaction type for example, "phosphorylation reaction".
|
Class<? extends Interaction> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
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 aParticipant)
The entities that participate in this interaction.
|
void |
setInteractionType(Set<InteractionVocabulary> interactionType) |
protected void |
setParticipant(Set<Entity> participant) |
getControlledOf, getPathwayComponentOf, getStepProcessOf, setControlledOf, setPathwayComponentOf, setStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setAvailability, setDataSource, setEvidence, setParticipantOfaddName, getDisplayName, getDisplayNameX, getName, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setStandardName, setStandardNameXaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getRDFId, isEquivalentpublic Class<? extends Interaction> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<InteractionVocabulary> getInteractionType()
InteractiongetInteractionType in interface Interactionpublic void addInteractionType(InteractionVocabulary newinteractionType)
InteractionaddInteractionType in interface InteractionnewinteractionType - Controlled vocabulary term annotating the interaction type.public void removeInteractionType(InteractionVocabulary oldinteractionType)
InteractionremoveInteractionType in interface InteractionoldinteractionType - Controlled vocabulary term annotating the interaction type.public void setInteractionType(Set<InteractionVocabulary> interactionType)
public Set<Entity> getParticipant()
InteractiongetParticipant in interface Interactionpublic void addParticipant(Entity aParticipant)
InteractionaddParticipant in interface InteractionaParticipant - The entities that participate in this interaction.public void removeParticipant(Entity aParticipant)
InteractionremoveParticipant in interface InteractionaParticipant - The entities that participate in this interaction.Copyright © 2015 BioPAX. All rights reserved.