org.drools.command.runtime.rule
Class FireAllRulesCommand
java.lang.Object
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
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)
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-2013 JBoss Inc.. All Rights Reserved.