org.drools.concurrent
Interface Command

All Superinterfaces:
Externalizable, Serializable
All Known Implementing Classes:
AssertObject, AssertObjects, FireAllRules, RetractObject, UpdateObject

public interface Command
extends Externalizable


Method Summary
 void execute(WorkingMemory workingMemory)
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

execute

void execute(WorkingMemory workingMemory)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.