Class ExperimentIdentifier
- Direct Known Subclasses:
ExperimentIdentifierAuto
,ExperimentIdentifierConstant
A method to produce an identifier for an experiment.
This identifier is not guaranteed to be unique, but often is unique within a particular local context where output-files may be stored.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
identifier
(Optional<String> taskName) Creates an identifier for the experiment.Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ExperimentIdentifier
public ExperimentIdentifier()
-
-
Method Details
-
identifier
Creates an identifier for the experiment.- Parameters:
taskName
- a name describing the current task if it exists.- Returns:
- a string to identify the current experiment.
-