Modifier and Type | Method and Description |
---|---|
void |
DmnTransformListener.transformDecision(Decision decision,
DmnDecision dmnDecision)
Notified after a DMN decision was transformed
|
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionImpl |
DmnDecisionTransformHandler.createFromDecision(DmnElementTransformContext context,
Decision decision) |
void |
DmnTransformLogger.decisionTypeNotSupported(Expression expression,
Decision decision) |
void |
DmnTransformLogger.decisionWithoutExpression(Decision decision) |
protected List<DmnDecision> |
DefaultDmnTransform.getRequiredDmnDecisions(Decision decision,
Map<String,DmnDecisionImpl> dmnDecisions) |
DmnDecisionImpl |
DmnDecisionTransformHandler.handleElement(DmnElementTransformContext context,
Decision decision) |
protected void |
DefaultDmnTransform.notifyTransformListeners(Decision decision,
DmnDecision dmnDecision) |
protected DmnDecisionImpl |
DefaultDmnTransform.transformDecision(Decision decision) |
protected DmnDecisionLiteralExpressionImpl |
DefaultDmnTransform.transformDecisionLiteralExpression(Decision decision,
LiteralExpression literalExpression) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultDmnTransform.buildDecisionRequirements(Collection<Decision> decisions,
Map<String,DmnDecisionImpl> dmnDecisions) |
protected List<DmnDecision> |
DefaultDmnTransform.transformDecisions(Collection<Decision> decisions) |
protected Map<String,DmnDecisionImpl> |
DefaultDmnTransform.transformIndividualDecisions(Collection<Decision> decisions) |
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionImpl |
DecisionDefinitionHandler.createFromDecision(DmnElementTransformContext context,
Decision decision) |
Modifier and Type | Class and Description |
---|---|
class |
DecisionImpl |
Modifier and Type | Method and Description |
---|---|
Decision |
InformationRequirementImpl.getRequiredDecision() |
Decision |
AuthorityRequirementImpl.getRequiredDecision() |
Modifier and Type | Method and Description |
---|---|
Collection<Decision> |
OrganizationUnitImpl.getDecisionsMade() |
Collection<Decision> |
OrganizationUnitImpl.getDecisionsOwned() |
Collection<Decision> |
DecisionServiceImpl.getEncapsulatedDecisions() |
Collection<Decision> |
PerformanceIndicatorImpl.getImpactingDecisions() |
Collection<Decision> |
DecisionServiceImpl.getInputDecisions() |
Collection<Decision> |
DecisionServiceImpl.getOutputDecisions() |
Modifier and Type | Method and Description |
---|---|
void |
InformationRequirementImpl.setRequiredDecision(Decision requiredDecision) |
void |
AuthorityRequirementImpl.setRequiredDecision(Decision requiredDecision) |
Modifier and Type | Method and Description |
---|---|
Decision |
InformationRequirement.getRequiredDecision() |
Decision |
AuthorityRequirement.getRequiredDecision() |
Modifier and Type | Method and Description |
---|---|
Collection<Decision> |
OrganizationUnit.getDecisionsMade() |
Collection<Decision> |
OrganizationUnit.getDecisionsOwned() |
Collection<Decision> |
DecisionService.getEncapsulatedDecisions() |
Collection<Decision> |
PerformanceIndicator.getImpactingDecisions() |
Collection<Decision> |
DecisionService.getInputDecisions() |
Collection<Decision> |
DecisionService.getOutputDecisions() |
Modifier and Type | Method and Description |
---|---|
void |
InformationRequirement.setRequiredDecision(Decision requiredDecision) |
void |
AuthorityRequirement.setRequiredDecision(Decision requiredDecision) |
Copyright © 2022. All rights reserved.