Class Trial
java.lang.Object
org.episteme.natural.methodology.experiment.Trial
- All Implemented Interfaces:
Serializable, Identified<Identification>
Represents a single execution or measurement event within an experimental task.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Details
-
Trial
-
-
Method Details
-
getId
Description copied from interface:IdentifiedReturns the unique identifier of this entity.- Specified by:
getIdin interfaceIdentified<Identification>- Returns:
- the identifier
-
getVariables
-
getTask
-
setTask
-
getSubject
-
doTrial
public abstract void doTrial()Executes the trial.
-