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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.alicebot.server.core.processor.Processor
      extended byorg.alicebot.server.core.processor.AIMLProcessor
          extended byorg.alicebot.server.core.processor.IndexedPredicateProcessor
Direct Known Subclasses:
InputProcessor, StarProcessor, ThatProcessor, ThatStarProcessor, TopicStarProcessor

public abstract class IndexedPredicateProcessor
extends AIMLProcessor


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

Constructor Detail

IndexedPredicateProcessor

public IndexedPredicateProcessor()
Method Detail

process

public java.lang.String process(int i,
                                org.alicebot.server.core.parser.XMLNode xmlnode,
                                org.alicebot.server.core.parser.TemplateParser templateparser,
                                java.lang.String s,
                                int j)

process

public java.lang.String process(int i,
                                org.alicebot.server.core.parser.XMLNode xmlnode,
                                org.alicebot.server.core.parser.TemplateParser templateparser,
                                java.util.ArrayList arraylist,
                                int j)