org.camunda.bpm.dmn.engine
Interface DmnDecisionTable

All Superinterfaces:
DmnDecision, DmnElement
All Known Implementing Classes:
DmnDecisionTableImpl

public interface DmnDecisionTable
extends DmnDecision


Method Summary
 org.camunda.bpm.model.dmn.BuiltinAggregator getAggregation()
           
 List<DmnClause> getClauses()
           
 org.camunda.bpm.model.dmn.HitPolicy getHitPolicy()
           
 List<DmnRule> getRules()
           
 
Methods inherited from interface org.camunda.bpm.dmn.engine.DmnElement
getKey, getName
 

Method Detail

getHitPolicy

org.camunda.bpm.model.dmn.HitPolicy getHitPolicy()

getAggregation

org.camunda.bpm.model.dmn.BuiltinAggregator getAggregation()

getClauses

List<DmnClause> getClauses()

getRules

List<DmnRule> getRules()


Copyright © 2015 camunda services GmbH. All rights reserved.