zeus.rete.action
Class ExecuteAction

java.lang.Object
  extended byzeus.rete.action.ReteAction
      extended byzeus.rete.action.ExecuteAction
All Implemented Interfaces:
BasicAction

public class ExecuteAction
extends ReteAction

ExecuteAction is intended to implement an Execute action part of a rule which is to do with PlanScripts.. although no one knows what it is to do with PlanScripts. Indeed, it seems that PlanScripts are entirely mythical beasts. In any case this class does very little, so not to worry.

Still someone will probably write a handler for this sooner or later, why don't you be the one?

Since:
1.1
Author:
Simon Thompson

Field Summary
 
Fields inherited from class zeus.rete.action.ReteAction
conflictHandler, context, engine, ontologyDb
 
Constructor Summary
ExecuteAction()
           
 
Method Summary
 void executeAction(Action a, Info info)
          raises an user error
 
Methods inherited from class zeus.rete.action.ReteAction
getOntologyDb, getServiceDescription, setActuators, setActuators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecuteAction

public ExecuteAction()
Method Detail

executeAction

public void executeAction(Action a,
                          Info info)
raises an user error

Specified by:
executeAction in interface BasicAction
Specified by:
executeAction in class ReteAction


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.