public class GeneticInteractionImpl extends InteractionImpl implements GeneticInteraction
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
GeneticInteractionImpl() |
| Modifier and Type | Method and Description |
|---|---|
Score |
getInteractionScore() |
Class<? extends GeneticInteraction> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
PhenotypeVocabulary |
getPhenotype() |
void |
setInteractionScore(Score interactionScore) |
void |
setPhenotype(PhenotypeVocabulary phenotype) |
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, semanticallyEquivalent, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, equivalenceCode, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends GeneticInteraction> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class InteractionImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public PhenotypeVocabulary getPhenotype()
getPhenotype in interface GeneticInteractionpublic void setPhenotype(PhenotypeVocabulary phenotype)
setPhenotype in interface GeneticInteractionphenotype - The phenotype quality used to define this genetic interaction e.g. viability.public Score getInteractionScore()
getInteractionScore in interface GeneticInteractionpublic void setInteractionScore(Score interactionScore)
setInteractionScore in interface GeneticInteractioninteractionScore - The score of an interaction e.g. a genetic interaction score.Copyright © 2017 BioPAX. All rights reserved.