Uses of Class
org.alicebot.server.core.util.NotAnAIMLPatternException

Packages that use NotAnAIMLPatternException
org.alicebot.server.core.util   
 

Uses of NotAnAIMLPatternException in org.alicebot.server.core.util
 

Methods in org.alicebot.server.core.util that throw NotAnAIMLPatternException
static void PatternArbiter.checkAIMLPattern(java.lang.String pattern, boolean ignoreCase)
          Determines whether a given string is a valid AIML pattern.
static boolean PatternArbiter.matches(java.lang.String literal, java.lang.String pattern, boolean ignoreCase)
          Decides whether a given pattern matches a given literal, in an isolated context, according to the AIML pattern-matching specification.