org.drools.guvnor.shared.simulation.command
Class FireAllRulesCommandModel

java.lang.Object
  extended by org.drools.guvnor.shared.simulation.command.AbstractCommandModel
      extended by org.drools.guvnor.shared.simulation.command.FireAllRulesCommandModel
All Implemented Interfaces:
Serializable, PortableObject

public class FireAllRulesCommandModel
extends AbstractCommandModel

This is a DTO.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.drools.guvnor.shared.simulation.command.AbstractCommandModel
step
 
Constructor Summary
FireAllRulesCommandModel(SimulationStepModel step)
           
 
Method Summary
 void addAssertRuleFiredCommandModel(AssertRuleFiredCommandModel assertRuleFiredCommand)
           
 List<AssertRuleFiredCommandModel> getAssertRuleFiredCommands()
           
 
Methods inherited from class org.drools.guvnor.shared.simulation.command.AbstractCommandModel
getStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FireAllRulesCommandModel

public FireAllRulesCommandModel(SimulationStepModel step)
Method Detail

getAssertRuleFiredCommands

public List<AssertRuleFiredCommandModel> getAssertRuleFiredCommands()

addAssertRuleFiredCommandModel

public void addAssertRuleFiredCommandModel(AssertRuleFiredCommandModel assertRuleFiredCommand)


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