Interface CrosslinkCsvInteraction
-
- All Superinterfaces:
Interaction<ParticipantEvidence>
,InteractionEvidence
- All Known Implementing Classes:
CsvBinaryInteractionEvidence
,CsvInteractionEvidence
public interface CrosslinkCsvInteraction extends InteractionEvidence
Interaction evidence extension from crosslinking CSV files- Since:
27/08/14
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNaryGroup()
getNaryGroup.void
setNaryGroup(String bait)
setNaryGroup.-
Methods inherited from interface psidev.psi.mi.jami.model.Interaction
addAllParticipants, addParticipant, getAnnotations, getChecksums, getCreatedDate, getIdentifiers, getInteractionType, getParticipants, getRigid, getShortName, getUpdatedDate, getXrefs, removeAllParticipants, removeParticipant, setCreatedDate, setInteractionType, setRigid, setShortName, setUpdatedDate
-
Methods inherited from interface psidev.psi.mi.jami.model.InteractionEvidence
assignImexId, getAvailability, getConfidences, getExperiment, getImexId, getParameters, getVariableParameterValues, isInferred, isNegative, setAvailability, setExperiment, setExperimentAndAddInteractionEvidence, setInferred, setNegative
-
-