Uses of Enum Class
neqsim.util.agentic.AgentSession.Phase
Packages that use AgentSession.Phase
-
Uses of AgentSession.Phase in neqsim.util.agentic
Subclasses with type arguments of type AgentSession.Phase in neqsim.util.agenticModifier and TypeClassDescriptionstatic enumWorkflow phase in the task-solving lifecycle.Fields in neqsim.util.agentic declared as AgentSession.PhaseModifier and TypeFieldDescriptionfinal AgentSession.PhaseAgentSession.PhaseRecord.phaseThe workflow phase.Methods in neqsim.util.agentic that return AgentSession.PhaseModifier and TypeMethodDescriptionstatic AgentSession.PhaseReturns the enum constant of this class with the specified name.static AgentSession.Phase[]AgentSession.Phase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.util.agentic with parameters of type AgentSession.PhaseModifier and TypeMethodDescriptionvoidAgentSession.beginPhase(AgentSession.Phase phase) Begin a workflow phase.voidAgentSession.endPhase(AgentSession.Phase phase) End a workflow phase.Constructors in neqsim.util.agentic with parameters of type AgentSession.PhaseModifierConstructorDescription(package private)PhaseRecord(AgentSession.Phase phase) Constructor.