Enum Class AgentSession.Phase

java.lang.Object
java.lang.Enum<AgentSession.Phase>
neqsim.util.agentic.AgentSession.Phase
All Implemented Interfaces:
Serializable, Comparable<AgentSession.Phase>, Constable
Enclosing class:
AgentSession

public static enum AgentSession.Phase extends Enum<AgentSession.Phase>
Workflow phase in the task-solving lifecycle.
Version:
1.0
Author:
Even Solbraa
  • Enum Constant Details

    • SCOPE

      public static final AgentSession.Phase SCOPE
      Task classification, standards identification, context gathering.
    • RESEARCH

      public static final AgentSession.Phase RESEARCH
      Literature review, API discovery, pattern search.
    • ANALYSIS

      public static final AgentSession.Phase ANALYSIS
      Simulation building, flash calculations, equipment sizing.
    • VALIDATION

      public static final AgentSession.Phase VALIDATION
      Result verification, benchmark comparison, balance checks.
    • REPORTING

      public static final AgentSession.Phase REPORTING
      Report generation, figure creation, results assembly.
  • Constructor Details

    • Phase

      private Phase()
  • Method Details

    • values

      public static AgentSession.Phase[] 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

      public static AgentSession.Phase valueOf(String name)
      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 name
      NullPointerException - if the argument is null