Package psidev.psi.mi.jami.model
Interface ModelledConfidence
-
- All Superinterfaces:
Confidence
- All Known Implementing Classes:
DefaultModelledConfidence
,MitabConfidence
,XmlConfidenceWrapper
,XmlConfidenceWrapper
,XmlConfidenceWrapper
,XmlModelledConfidence
,XmlModelledConfidence
,XmlModelledConfidence
public interface ModelledConfidence extends Confidence
A modelled confidence is a confidence for a modelled interaction. It can be computed from different experiments- Since:
28/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
-
Fields inherited from interface psidev.psi.mi.jami.model.Confidence
AUTHOR_BASED_CONFIDENCE, AUTHOR_BASED_CONFIDENCE_MI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Publication
getPublication()
The publication where this confidence has been reported if relevant, null otherwise.void
setPublication(Publication publication)
Sets the publication of this confidence-
Methods inherited from interface psidev.psi.mi.jami.model.Confidence
getType, getValue
-
-
-
-
Method Detail
-
getPublication
Publication getPublication()
The publication where this confidence has been reported if relevant, null otherwise.- Returns:
- the Publication where this modelledConfidence has been reported, null if no publications reported this confidence
-
setPublication
void setPublication(Publication publication)
Sets the publication of this confidence- Parameters:
publication
- : the publication
-
-