Uses of Class
astra.lang.AgentState
-
Packages that use AgentState Package Description astra.lang This package contains core APIs for ASTRA. -
-
Uses of AgentState in astra.lang
Methods in astra.lang that return AgentState Modifier and Type Method Description AgentStateSystem. deconstruct(String name)Term that captures the current state of the specified agent through serialisation of its beliefs and stores that state in anAgentStateobject.Methods in astra.lang with parameters of type AgentState Modifier and Type Method Description StringSystem. getNameFromState(AgentState state)Term that extracts the name of the agent from anAgentStateobject.booleanSystem. reconstruct(AgentState state)Action that recreates an agent based on the given state, which is passed in as an instance of theAgentStateclass.
-