se.cambio.cds.model.facade.execution.vo
Class RuleExecutionResult
java.lang.Object
se.cambio.cds.model.facade.execution.vo.RuleExecutionResult
- All Implemented Interfaces:
- Serializable
public class RuleExecutionResult
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleExecutionResult
public RuleExecutionResult(Collection<ElementInstance> elementInstances,
List<ExecutionLog> log,
List<RuleReference> firedRules)
getElementInstances
public Collection<ElementInstance> getElementInstances()
getLog
public List<ExecutionLog> getLog()
getFiredRules
public List<RuleReference> getFiredRules()
Copyright © 2013 Cambio. All Rights Reserved.