Interface ParsedDecision

All Known Implementing Classes:
ParsedDmnScalaDecision

public interface ParsedDecision
A parsed DMN decision. A decision denotes the act of choosing among multiple possible options. It is contained in a decision requirements graph (DRG) that shows how a decision can be made.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
  • Method Details

    • getName

      String getName()
      Returns:
      the name of the decision
    • getId

      String getId()
      Returns:
      the id of the decision