java.lang.Object
org.alicebot.server.core.util.PatternArbiter
- public class PatternArbiter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASTERISK
private static final char ASTERISK
- See Also:
- Constant Field Values
UNDERSCORE
private static final char UNDERSCORE
- See Also:
- Constant Field Values
SPACE
private static final char SPACE
- See Also:
- Constant Field Values
TAG_START
private static final char TAG_START
- See Also:
- Constant Field Values
QUOTE_MARK
private static final char QUOTE_MARK
- See Also:
- Constant Field Values
BOT_NAME_EQUALS
private static final java.lang.String BOT_NAME_EQUALS
- See Also:
- Constant Field Values
ATOMIC_ELEMENT_END
private static final java.lang.String ATOMIC_ELEMENT_END
- See Also:
- Constant Field Values
UNKNOWN
private static final int UNKNOWN
- See Also:
- Constant Field Values
IS_WILDCARD
private static final int IS_WILDCARD
- See Also:
- Constant Field Values
IS_LETTERDIGIT
private static final int IS_LETTERDIGIT
- See Also:
- Constant Field Values
IS_SPACE
private static final int IS_SPACE
- See Also:
- Constant Field Values
IS_WHITESPACE
private static final int IS_WHITESPACE
- See Also:
- Constant Field Values
IS_NON_LETTERDIGIT
private static final int IS_NON_LETTERDIGIT
- See Also:
- Constant Field Values
NOT_PAST_END
private static final int NOT_PAST_END
- See Also:
- Constant Field Values
AT_END
private static final int AT_END
- See Also:
- Constant Field Values
PAST_END
private static final int PAST_END
- See Also:
- Constant Field Values
CONTINUE_MATCHING
private static final int CONTINUE_MATCHING
- See Also:
- Constant Field Values
STOP_MATCHING
private static final int STOP_MATCHING
- See Also:
- Constant Field Values
MATCH_FAILURE
private static final int MATCH_FAILURE
- See Also:
- Constant Field Values
ADVANCE_LITERAL
private static final int ADVANCE_LITERAL
- See Also:
- Constant Field Values
ADVANCE_PATTERN
private static final int ADVANCE_PATTERN
- See Also:
- Constant Field Values
PatternArbiter
public PatternArbiter()
matches
public static boolean matches(java.lang.String s,
java.lang.String s1,
boolean flag)
throws NotAnAIMLPatternException
checkAIMLPattern
public static void checkAIMLPattern(java.lang.String s,
boolean flag)
throws NotAnAIMLPatternException
main
public static void main(java.lang.String[] args)