org.drools.command.runtime.rule
Class FireAllRulesCommand

java.lang.Object
  extended by org.drools.command.runtime.rule.FireAllRulesCommand
All Implemented Interfaces:
Serializable, org.drools.command.Command<Integer>, GenericCommand<Integer>

public class FireAllRulesCommand
extends Object
implements GenericCommand<Integer>

See Also:
Serialized Form

Constructor Summary
FireAllRulesCommand()
           
FireAllRulesCommand(org.drools.runtime.rule.AgendaFilter agendaFilter)
           
FireAllRulesCommand(org.drools.runtime.rule.AgendaFilter agendaFilter, int max)
           
FireAllRulesCommand(int max)
           
FireAllRulesCommand(String outIdentifer)
           
FireAllRulesCommand(String outIdentifier, int max, org.drools.runtime.rule.AgendaFilter agendaFilter)
           
 
Method Summary
 Integer execute(Context context)
           
 org.drools.runtime.rule.AgendaFilter getAgendaFilter()
           
 int getMax()
           
 String getOutIdentifier()
           
 void setAgendaFilter(org.drools.runtime.rule.AgendaFilter agendaFilter)
           
 void setMax(int max)
           
 void setOutIdentifier(String outIdentifier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FireAllRulesCommand

public FireAllRulesCommand()

FireAllRulesCommand

public FireAllRulesCommand(String outIdentifer)

FireAllRulesCommand

public FireAllRulesCommand(int max)

FireAllRulesCommand

public FireAllRulesCommand(org.drools.runtime.rule.AgendaFilter agendaFilter)

FireAllRulesCommand

public FireAllRulesCommand(org.drools.runtime.rule.AgendaFilter agendaFilter,
                           int max)

FireAllRulesCommand

public FireAllRulesCommand(String outIdentifier,
                           int max,
                           org.drools.runtime.rule.AgendaFilter agendaFilter)
Method Detail

getMax

public int getMax()

setMax

public void setMax(int max)

getAgendaFilter

public org.drools.runtime.rule.AgendaFilter getAgendaFilter()

setAgendaFilter

public void setAgendaFilter(org.drools.runtime.rule.AgendaFilter agendaFilter)

getOutIdentifier

public String getOutIdentifier()

setOutIdentifier

public void setOutIdentifier(String outIdentifier)

execute

public Integer execute(Context context)
Specified by:
execute in interface GenericCommand<Integer>

toString

public String toString()
Overrides:
toString in class Object


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