org.drools.guvnor.shared.simulation.command
Class AssertRuleFiredCommandModel
java.lang.Object
org.drools.guvnor.shared.simulation.command.AssertRuleFiredCommandModel
- All Implemented Interfaces:
- Serializable, PortableObject
public class AssertRuleFiredCommandModel
- extends Object
- implements PortableObject
This is a DTO, but it's always nested in FireAllRulesCommandModel
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertRuleFiredCommandModel
public AssertRuleFiredCommandModel()
getRuleName
public String getRuleName()
setRuleName
public void setRuleName(String ruleName)
getFireCount
public int getFireCount()
setFireCount
public void setFireCount(int fireCount)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.