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.


Method Summary
 static AgentManagementActiongetAgentManagementAction(String content)
          Accessor method to parse an AgentManagementAction from an SL0ContentExpression.

Method Detail

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