|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ processor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.alicebot.server.core.processor
Class Person2Processor

java.lang.Objectorg.alicebot.server.core.processor.Processor
org.alicebot.server.core.processor.AIMLProcessor
org.alicebot.server.core.processor.Person2Processor
- public class Person2Processor
- extends AIMLProcessor
| Field Summary | |
static java.lang.String |
label
|
private static java.util.HashMap |
substitutionMap
|
| Fields inherited from class org.alicebot.server.core.processor.Processor |
EMPTY_STRING, ENABLED, ID, NAME, NAME_EQUALS, VALUE, VALUE_EQUALS |
| Constructor Summary | |
Person2Processor()
|
|
| Method Summary | |
static void |
addSubstitution(java.lang.String s,
java.lang.String s1)
|
static java.lang.String |
applySubstitutions(java.lang.String s,
java.lang.String s1)
|
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
substitutionMap
private static java.util.HashMap substitutionMap
| Constructor Detail |
Person2Processor
public Person2Processor()
| 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:
processin classAIMLProcessor
applySubstitutions
public static java.lang.String applySubstitutions(java.lang.String s, java.lang.String s1)
addSubstitution
public static void addSubstitution(java.lang.String s, java.lang.String s1)
|
|||||||||
| Home >> All >> org >> alicebot >> server >> core >> [ processor overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC