zeus.rete.action
Class ReadAction

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

public class ReadAction
extends ReteAction

Since:
1.1
Author:
Simon Thompson

Field Summary
 
Fields inherited from class zeus.rete.action.ReteAction
conflictHandler, context, engine, ontologyDb
 
Constructor Summary
ReadAction()
           
 
Method Summary
 void executeAction(Action a, Info info)
          A rete action that reads a token off the defined DataReader from the conflictSet getReaders() struct.
 
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

ReadAction

public ReadAction()
Method Detail

executeAction

public void executeAction(Action a,
                          Info info)
A rete action that reads a token off the defined DataReader from the conflictSet getReaders() struct.

Specified by:
executeAction in interface BasicAction
Specified by:
executeAction in class ReteAction
See Also:
java.io.DataReader


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