|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Action | |
| zeus.concepts | |
| zeus.rete | |
| zeus.rete.action | |
| Uses of Action in zeus.concepts |
| Methods in zeus.concepts that return Action | |
Action |
Parser.reteAction(OntologyDb db)
|
static Action |
ZeusParser.reteAction(OntologyDb db,
java.lang.String str)
|
| Methods in zeus.concepts with parameters of type Action | |
void |
Parser.reteGoal(OntologyDb db,
Action a)
|
| Uses of Action in zeus.rete |
| Methods in zeus.rete that return Action | |
Action |
Action.duplicate(java.lang.String name,
GenSym genSym)
|
Action |
Action.duplicate(DuplicationTable table)
|
| Methods in zeus.rete with parameters of type Action | |
protected void |
ConflictSet.executeAction(Action a,
Info info)
executeAction is what causes a rule action to be executed when a rule has been matched to. |
void |
Rule.addAction(Action a)
|
| Constructors in zeus.rete with parameters of type Action | |
Action(Action a)
|
|
| Uses of Action in zeus.rete.action |
| Methods in zeus.rete.action with parameters of type Action | |
void |
AchieveAction.executeAction(Action a,
Info info)
execute an action that causes the agent to attempt to achieve a goal. |
void |
AssertAction.executeAction(Action a,
Info info)
Asserts a fact into the ResourceDb |
void |
BasicAction.executeAction(Action a,
Info info)
|
void |
BindAction.executeAction(Action a,
Info info)
|
void |
BuyAction.executeAction(Action a,
Info info)
A Rete Action for buy. |
void |
CallAction.executeAction(Action a,
Info info)
|
void |
CloseAction.executeAction(Action a,
Info info)
execute an action that closes a stream |
void |
ExecuteAction.executeAction(Action a,
Info info)
raises an user error |
void |
IfAction.executeAction(Action a,
Info info)
if action rete RHS |
void |
MessageAction.executeAction(Action a,
Info info)
Send a message |
void |
ModifyAction.executeAction(Action a,
Info info)
An action that gets a fact and then modifies it before putting it back |
void |
OpenAction.executeAction(Action a,
Info info)
|
void |
PrintAction.executeAction(Action a,
Info info)
print to the nominated printwriter |
void |
PrintlnAction.executeAction(Action a,
Info info)
|
void |
ReadAction.executeAction(Action a,
Info info)
A rete action that reads a token off the defined DataReader from the conflictSet getReaders() struct. |
void |
ReadlnAction.executeAction(Action a,
Info info)
|
abstract void |
ReteAction.executeAction(Action a,
Info info)
executeAction is a abstract method to be defined by implementing classes. |
void |
RetractAction.executeAction(Action a,
Info info)
Action that retracts a fact from a zeus.concepts.ResourceDb base |
void |
SellAction.executeAction(Action a,
Info info)
A rete action that gets the agent to sell. |
void |
SystemAction.executeAction(Action a,
Info info)
|
void |
WhileAction.executeAction(Action a,
Info info)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||