@Entity @Indexed public class GeneticInteractionImpl extends InteractionImpl implements GeneticInteraction
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 |
|---|
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, setInteractionType, setParticipantgetControlledOf, 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, 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, getRDFId, 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 © 2015 BioPAX. All rights reserved.