Class DmnParse

  • All Implemented Interfaces:
    DmnXMLConstants

    public class DmnParse
    extends Object
    implements DmnXMLConstants
    Specific parsing of one DMN XML file, created by the DmnParse.
    Author:
    Tijs Rademakers, Joram Barrez, Yvo Swillens
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
      • validateSchema

        protected boolean validateSchema
      • sourceSystemId

        protected String sourceSystemId
      • targetNamespace

        protected String targetNamespace
      • deployment

        protected DmnDeploymentEntity deployment
        The deployment to which the parsed definition will be added.
      • decisions

        protected List<DecisionEntity> decisions
        The end result of the parsing: a list of decision (services).
    • Constructor Detail

      • DmnParse

        public DmnParse()