Class ExperimentIdentifierConstant
Defines constants for name and version of an experiment
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
identifier
(Optional<String> taskName) Creates an identifier for the experiment.void
void
setVersion
(String version) Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ExperimentIdentifierConstant
public ExperimentIdentifierConstant() -
ExperimentIdentifierConstant
-
-
Method Details
-
identifier
Description copied from class:ExperimentIdentifier
Creates an identifier for the experiment.- Specified by:
identifier
in classExperimentIdentifier
- Parameters:
taskName
- a name describing the current task if it exists.- Returns:
- a string to identify the current experiment.
-
getName
-
setName
-
getVersion
-
setVersion
-