Package psidev.psi.mi.jami.model
Interface ModelledParameter
-
- All Superinterfaces:
Parameter
- All Known Implementing Classes:
DefaultModelledParameter
,MitabParameter
,XmlModelledParameter
,XmlModelledParameter
,XmlModelledParameter
,XmlParameterWrapper
,XmlParameterWrapper
,XmlParameterWrapper
public interface ModelledParameter extends Parameter
A modelled parameter is a parameter for a modelled interaction. It can be extracted from different experiments.- Since:
28/02/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Publication
getPublication()
The publication where this parameter has been reported if relevant, null otherwise.void
setPublication(Publication publication)
Sets the publication of this parameter-
Methods inherited from interface psidev.psi.mi.jami.model.Parameter
getType, getUncertainty, getUnit, getValue
-
-
-
-
Method Detail
-
getPublication
Publication getPublication()
The publication where this parameter has been reported if relevant, null otherwise.- Returns:
- the Publication where this modelledParameter has been reported, null if no publications reported this parameter
-
setPublication
void setPublication(Publication publication)
Sets the publication of this parameter- Parameters:
publication
- : the publication
-
-