Package psidev.psi.mi.jami.model.impl
Class DefaultConfidence
- java.lang.Object
-
- psidev.psi.mi.jami.model.impl.DefaultConfidence
-
- All Implemented Interfaces:
Confidence
- Direct Known Subclasses:
DefaultModelledConfidence
public class DefaultConfidence extends Object implements Confidence
Default implementation for Confidence Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousConfidenceComparator- Since:
22/01/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
-
-
Constructor Summary
Constructors Constructor Description DefaultConfidence(CvTerm type, String value)
Constructor for DefaultConfidence.
-
-
-
Method Detail
-
getType
public CvTerm getType()
Getter for the field
type
.- Specified by:
getType
in interfaceConfidence
- Returns:
- a
CvTerm
object.
-
getValue
public String getValue()
Getter for the field
value
.- Specified by:
getValue
in interfaceConfidence
- Returns:
- a
String
object.
-
-