org.drools.guvnor.shared.simulation.command
Class AbstractCommandModel
java.lang.Object
org.drools.guvnor.shared.simulation.command.AbstractCommandModel
- All Implemented Interfaces:
- Serializable, PortableObject
- Direct Known Subclasses:
- AssertBulkDataCommandModel, FireAllRulesCommandModel, InsertBulkDataCommandModel
public abstract class AbstractCommandModel
- extends Object
- implements PortableObject
This is a DTO.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
step
protected SimulationStepModel step
AbstractCommandModel
protected AbstractCommandModel()
AbstractCommandModel
protected AbstractCommandModel(SimulationStepModel step)
getStep
public SimulationStepModel getStep()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.