Uses of Class
org.camunda.bpm.dmn.engine.impl.DmnDecisionTableImpl

Packages that use DmnDecisionTableImpl
org.camunda.bpm.dmn.engine.impl   
org.camunda.bpm.dmn.engine.impl.transform   
 

Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl
 

Methods in org.camunda.bpm.dmn.engine.impl with parameters of type DmnDecisionTableImpl
protected  long DefaultDmnDecisionContext.calculateExecutedDecisionElements(DmnDecisionTableImpl decisionTable)
           
 DmnDecisionTableResult DefaultDmnDecisionContext.evaluateDecisionTable(DmnDecisionTableImpl decisionTable, org.camunda.bpm.engine.variable.context.VariableContext variableContext)
          Evaluate a decision table with the given VariableContext
protected  DmnDecisionTableResult DefaultDmnDecisionContext.generateDecisionTableResult(DmnDecisionTableImpl decisionTable, DmnDecisionTableEvaluationEventImpl evaluationResult)
           
protected  void DefaultDmnDecisionContext.setEvaluationOutput(DmnDecisionTableImpl decisionTable, List<DmnDecisionTableRuleImpl> matchingRules, org.camunda.bpm.engine.variable.context.VariableContext variableContext, DmnDecisionTableEvaluationEventImpl evaluationResult)
           
 

Uses of DmnDecisionTableImpl in org.camunda.bpm.dmn.engine.impl.transform
 

Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionTableImpl
protected  DmnDecisionTableImpl DmnDecisionTableTransformHandler.createDmnElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
protected  DmnDecisionTableImpl DmnDecisionTableTransformHandler.createFromDecisionTable(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
 DmnDecisionTableImpl DmnDecisionTableTransformHandler.handleElement(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable)
           
 

Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnDecisionTableImpl
 DmnTransformException DmnTransformLogger.compoundOutputsShouldHaveAnOutputName(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput)
           
 DmnTransformException DmnTransformLogger.compoundOutputWithDuplicateName(DmnDecisionTableImpl dmnDecisionTable, DmnDecisionTableOutputImpl dmnOutput)
           
protected  DmnHitPolicyHandler DmnDecisionTableTransformHandler.getHitPolicyHandler(DmnElementTransformContext context, org.camunda.bpm.model.dmn.instance.DecisionTable decisionTable, DmnDecisionTableImpl dmnDecisionTable)
           
 DmnTransformException DmnTransformLogger.hitPolicyNotSupported(DmnDecisionTableImpl decisionTable, org.camunda.bpm.model.dmn.HitPolicy hitPolicy, org.camunda.bpm.model.dmn.BuiltinAggregator aggregation)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.