Enum Class AgentSession.Phase
- All Implemented Interfaces:
Serializable, Comparable<AgentSession.Phase>, Constable
- Enclosing class:
AgentSession
Workflow phase in the task-solving lifecycle.
- Version:
- 1.0
- Author:
- Even Solbraa
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSimulation building, flash calculations, equipment sizing.Report generation, figure creation, results assembly.Literature review, API discovery, pattern search.Task classification, standards identification, context gathering.Result verification, benchmark comparison, balance checks. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentSession.PhaseReturns the enum constant of this class with the specified name.static AgentSession.Phase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SCOPE
Task classification, standards identification, context gathering. -
RESEARCH
Literature review, API discovery, pattern search. -
ANALYSIS
Simulation building, flash calculations, equipment sizing. -
VALIDATION
Result verification, benchmark comparison, balance checks. -
REPORTING
Report generation, figure creation, results assembly.
-
-
Constructor Details
-
Phase
private Phase()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-