org.camunda.bpm.dmn.engine
Interface DmnRule

All Superinterfaces:
DmnElement
All Known Implementing Classes:
DmnRuleImpl

public interface DmnRule
extends DmnElement


Method Summary
 List<DmnClauseEntry> getConclusions()
           
 List<DmnClauseEntry> getConditions()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnElement
getKey, getName
 

Method Detail

getConditions

List<DmnClauseEntry> getConditions()

getConclusions

List<DmnClauseEntry> getConclusions()


Copyright © 2015 camunda services GmbH. All rights reserved.