Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.alicebot.server.core.processor
Class RandomProcessor  view RandomProcessor download RandomProcessor.java

java.lang.Object
  extended byorg.alicebot.server.core.processor.Processor
      extended byorg.alicebot.server.core.processor.AIMLProcessor
          extended byorg.alicebot.server.core.processor.RandomProcessor

public class RandomProcessor
extends AIMLProcessor


Field Summary
private static org.alicebot.server.core.util.LRUCache generators
           
static java.lang.String label
           
private static java.lang.String LI
           
 
Fields inherited from class org.alicebot.server.core.processor.Processor
EMPTY_STRING, ENABLED, ID, NAME, NAME_EQUALS, VALUE, VALUE_EQUALS
 
Constructor Summary
RandomProcessor()
           
 
Method Summary
 java.lang.String process(int i, org.alicebot.server.core.parser.XMLNode xmlnode, org.alicebot.server.core.parser.TemplateParser templateparser)
           
 
Methods inherited from class org.alicebot.server.core.processor.AIMLProcessor
process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

label

public static final java.lang.String label
See Also:
Constant Field Values

LI

private static final java.lang.String LI
See Also:
Constant Field Values

generators

private static final org.alicebot.server.core.util.LRUCache generators
Constructor Detail

RandomProcessor

public RandomProcessor()
Method Detail

process

public java.lang.String process(int i,
                                org.alicebot.server.core.parser.XMLNode xmlnode,
                                org.alicebot.server.core.parser.TemplateParser templateparser)
                         throws AIMLProcessorException
Specified by:
process in class AIMLProcessor