Class PsmClusterClassKey
java.lang.Object
eu.isas.reporter.calculation.clustering.keys.PsmClusterClassKey
- All Implemented Interfaces:
ClusterClassKey,Serializable
Key for the class of a PSM cluster.
- Author:
- Marc Vaudel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the cluster class.getFile()Returns the spectrum file.getName()Returns the name of the cluster class.Indicates whether the PSMs must be starred.voidSets the spectrum file.voidsetStarred(Boolean starred) Sets whether the PSMs must be starred.toString()
-
Constructor Details
-
PsmClusterClassKey
public PsmClusterClassKey()Constructor.
-
-
Method Details
-
isStarred
Indicates whether the PSMs must be starred.- Returns:
- a boolean indicating whether the PSMs must be starred
-
setStarred
Sets whether the PSMs must be starred.- Parameters:
starred- a boolean indicating whether the PSMs must be starred
-
getFile
Returns the spectrum file.- Returns:
- the spectrum file
-
setFile
Sets the spectrum file.- Parameters:
file- the spectrum file
-
getName
Description copied from interface:ClusterClassKeyReturns the name of the cluster class.- Specified by:
getNamein interfaceClusterClassKey- Returns:
- the name of the cluster class
-
getDescription
Description copied from interface:ClusterClassKeyReturns the description of the cluster class.- Specified by:
getDescriptionin interfaceClusterClassKey- Returns:
- the description of the cluster class
-
toString
-