Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
L
M
N
P
R
S
T
U
V
A
accept(Node, Visitor)
- Method in class com.agentfactory.common.parser.
Handler
Implements part of the Visitor pattern for tree traversal.
accept(Visitor)
- Method in class com.agentfactory.common.parser.
Node
Method that accepts incoming visitor objects that are in the process of traversing the tree.
addChild(Node)
- Method in class com.agentfactory.common.parser.
Node
Add a child node to a given node.
addFlagProcessor(FlagProcessor)
- Method in class com.agentfactory.common.util.
Configuration
Add a flag processor to the configuration
addHandler(String, Handler)
- Method in class com.agentfactory.common.util.
Configuration
Add a handler to the configuration
addPreProcessor(PreProcessor)
- Method in class com.agentfactory.common.util.
Configuration
Add a visitor to the configuration
addProperty(String, Object)
- Method in class com.agentfactory.common.compiler.
AFSession
addVisitor(Visitor)
- Method in class com.agentfactory.common.util.
Configuration
Add a visitor to the configuration
AFCompiler
- Class in
com.agentfactory.common.compiler
This class implements a generic compiler that can be customised for different programming languages.
AFCompiler(HashMap, String)
- Constructor for class com.agentfactory.common.compiler.
AFCompiler
Creates a new instance of Compiler
AFSession
- Class in
com.agentfactory.common.compiler
AFSession()
- Constructor for class com.agentfactory.common.compiler.
AFSession
Creates a new instance of AFSession
append(String)
- Method in class com.agentfactory.common.compiler.
TargetVisitor
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
L
M
N
P
R
S
T
U
V