jitas.util
Interface JESSParser

All Known Implementing Classes:
DefaultJESSParser

public interface JESSParser

The interface class for the Java Intelligent Tutor Authoring Shell (JITAS) JESS Parser. Interfacing client will use this class to implement domain-specific parser.

Version:
27 September 2007
Author:
DeathMarch (c314g2)

Method Summary
 java.util.List<java.lang.String> tokenise(java.lang.String str)
          Return a list of Strings that has been tokenise This design pattern aims to increase flexibility for client to add/use their own solution evaluator parser
 

Method Detail

tokenise

java.util.List<java.lang.String> tokenise(java.lang.String str)
Return a list of Strings that has been tokenise This design pattern aims to increase flexibility for client to add/use their own solution evaluator parser

Parameters:
str - String to be tokenised.
Returns:
List list of strings