Uses of Interface
org.camunda.bpm.dmn.engine.DmnDecisionRequirementsGraph
Packages that use DmnDecisionRequirementsGraph
Package
Description
-
Uses of DmnDecisionRequirementsGraph in org.camunda.bpm.dmn.engine
Methods in org.camunda.bpm.dmn.engine that return DmnDecisionRequirementsGraphModifier and TypeMethodDescriptionDmnEngine.parseDecisionRequirementsGraph
(InputStream inputStream) Parse the decision requirements graph in a DMN decision model.DmnEngine.parseDecisionRequirementsGraph
(DmnModelInstance dmnModelInstance) Parse the decision requirements graph in a DMN decision model. -
Uses of DmnDecisionRequirementsGraph in org.camunda.bpm.dmn.engine.impl
Classes in org.camunda.bpm.dmn.engine.impl that implement DmnDecisionRequirementsGraphMethods in org.camunda.bpm.dmn.engine.impl that return DmnDecisionRequirementsGraphModifier and TypeMethodDescriptionDefaultDmnEngine.parseDecisionRequirementsGraph
(InputStream inputStream) DefaultDmnEngine.parseDecisionRequirementsGraph
(DmnModelInstance dmnModelInstance) -
Uses of DmnDecisionRequirementsGraph in org.camunda.bpm.dmn.engine.impl.spi.transform
Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with type parameters of type DmnDecisionRequirementsGraphModifier and TypeMethodDescription<T extends DmnDecisionRequirementsGraph>
TDmnTransform.transformDecisionRequirementsGraph()
Transform the decision requirements graph and all containing decisions of the DMN model instance.Methods in org.camunda.bpm.dmn.engine.impl.spi.transform with parameters of type DmnDecisionRequirementsGraphModifier and TypeMethodDescriptionvoid
DmnTransformListener.transformDecisionRequirementsGraph
(Definitions definitions, DmnDecisionRequirementsGraph dmnDecisionRequirementsGraph) Notified after a Decision Requirements Graph was transformed -
Uses of DmnDecisionRequirementsGraph in org.camunda.bpm.dmn.engine.impl.transform
Methods in org.camunda.bpm.dmn.engine.impl.transform with type parameters of type DmnDecisionRequirementsGraphModifier and TypeMethodDescription<T extends DmnDecisionRequirementsGraph>
TDefaultDmnTransform.transformDecisionRequirementsGraph()
Methods in org.camunda.bpm.dmn.engine.impl.transform that return DmnDecisionRequirementsGraphModifier and TypeMethodDescriptionprotected DmnDecisionRequirementsGraph
DefaultDmnTransform.transformDefinitions
(Definitions definitions) Methods in org.camunda.bpm.dmn.engine.impl.transform with parameters of type DmnDecisionRequirementsGraphModifier and TypeMethodDescriptionDmnTransformLogger.drdIdIsMissing
(DmnDecisionRequirementsGraph drd) -
Uses of DmnDecisionRequirementsGraph in org.camunda.bpm.engine.impl.dmn.entity.repository
Classes in org.camunda.bpm.engine.impl.dmn.entity.repository that implement DmnDecisionRequirementsGraph