CAR (Context-Aware Retrieval) v1.0

Class Utils

java.lang.Object
  |
  +--Utils
All Implemented Interfaces:
CarFace, LexerFace

public abstract class Utils
extends java.lang.Object
implements LexerFace

A class containing a few utility methods for use by CAR


Fields inherited from interface LexerFace
ACTIVETAGS, AMPERSAND, any, ANY, COLON, COMMA, COMMENT, DIV, ELLIPSIS, ENDOFSOURCE, ENDTAG, EQUALS, GT, IDENTIFIER, LBRACE, LBRACKET, LPARENT, LT, MATCHERMESSAGE, MINUS, NOT, NOTE, PERIOD, PLUS, QUESTION, RBRACE, RBRACKET, RPARENT, SEMICOLON, STAR, STARTTAG, TILDE, TOKENMIN, tokenNames
 
Fields inherited from interface CarFace
BOOLEAN_LITERAL, COLLECTION, DOUBLE_LITERAL, EXTERNAL, grammarNames, INTERNAL, KEYPHRASE, LITERALcapacityIncrement, LITERALinitialCapacity, MARKUP, SERIAL, SESSION, STRING_LITERAL, STRINGVALUE_LITERAL
 
Constructor Summary
Utils()
           
 
Method Summary
static boolean member(java.lang.String s, java.lang.String[] strings)
          indicates whether a string is a member of an array of strings
static java.lang.String syName(int sy)
          for system programmer's use only
static java.lang.String time()
          converts the current date and time of this locale to a string
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utils

public Utils()
Method Detail

syName

public static java.lang.String syName(int sy)
for system programmer's use only

time

public static java.lang.String time()
converts the current date and time of this locale to a string

member

public static boolean member(java.lang.String s,
                             java.lang.String[] strings)
indicates whether a string is a member of an array of strings

CAR (Context-Aware Retrieval) v1.0

Submit bugs to Lindsey