LightJason - AgentSpeak(L++)
|
visitor interface of the abstract-syntax-tree (AST) for an agent More...
Public Member Functions | |
ILiteral | initialgoal () |
returns the initial goal More... | |
Public Member Functions inherited from org.lightjason.agentspeak.grammar.IASTVisitorAgentSpeak | |
Set< ILiteral > | initialbeliefs () |
returns initial beliefs More... | |
Set< IPlan > | plans () |
get a multimap with event-plan matching More... | |
Set< IRule > | rules () |
returns the rules / principles More... | |
Definition at line 34 of file IASTVisitorAgent.java.
ILiteral org.lightjason.agentspeak.grammar.IASTVisitorAgent.initialgoal | ( | ) |
Implemented in org.lightjason.agentspeak.grammar.CASTVisitorAgent.
Referenced by org.lightjason.agentspeak.generator.IBaseAgentGenerator< IAgent<?> >.IBaseAgentGenerator().