fipaos.parser.sl0
Class SL0Util

java.lang.Object
  |
  +--fipaos.parser.sl0.SL0Util

public class SL0Util
extends java.lang.Object

Holds tests for the SLParser. Note that the way the SL Grammar is defined, spaces are not necessary between terms.


Constructor Summary
SL0Util()
           
 
Method Summary
static AgentManagementAction getAgentManagementAction(java.lang.String content)
          Accessor method to parse an AgentManagementAction from an SL0ContentExpression.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SL0Util

public SL0Util()
Method Detail

getAgentManagementAction

public static AgentManagementAction getAgentManagementAction(java.lang.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 -