fipaos.parser.sl0
Class SL0Util
- public class SL0Util
Holds tests for the SLParser.
Note that the way the SL Grammar is defined,
spaces are not necessary between terms.
getAgentManagementAction
public static AgentManagementAction getAgentManagementAction(String content)
throws ParseException
- Accessor method to parse an AgentManagementAction from an
SL0ContentExpression.- Parameters:
- content - The SL0ContentExpression containing the action
- Returns: AgentManagementAction the action parsed
- Throws:
- ParseException