Interface DmnDecision

All Superinterfaces:
FlowableDefinition
All Known Subinterfaces:
DecisionEntity
All Known Implementing Classes:
DecisionEntityImpl

public interface DmnDecision extends FlowableDefinition
An object structure representing an executable DMN decision
Author:
Tijs Rademakers, Joram Barez, Yvo Swillens
  • Method Details

    • getCategory

      String getCategory()
      category name of this definition
    • getDescription

      String getDescription()
      description of this definition
    • hasGraphicalNotation

      boolean hasGraphicalNotation()
      Does this decision have a graphical notation defined (such that a diagram can be generated)?
    • getDiagramResourceName

      String getDiagramResourceName()
      The resource name in the deployment of the diagram image (if any).
    • getDecisionType

      String getDecisionType()
      The decision type of this definition