Class ProteinClusterClassKey
java.lang.Object
eu.isas.reporter.calculation.clustering.keys.ProteinClusterClassKey
- All Implemented Interfaces:
ClusterClassKey,Serializable
Key for the class of a protein cluster.
- Author:
- Marc Vaudel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the cluster class.getName()Returns the name of the cluster class.Indicates whether the proteins must be starred.voidsetStarred(Boolean starred) Sets whether the proteins must be starred.toString()
-
Constructor Details
-
ProteinClusterClassKey
public ProteinClusterClassKey()Constructor.
-
-
Method Details
-
isStarred
Indicates whether the proteins must be starred.- Returns:
- a boolean indicating whether the proteins must be starred
-
setStarred
Sets whether the proteins must be starred.- Parameters:
starred- a boolean indicating whether the proteins must be starred
-
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
-