Class DMNUtils


  • public class DMNUtils
    extends Object
    • Method Detail

      • getRootType

        public static org.kie.dmn.feel.lang.Type getRootType​(org.kie.dmn.core.impl.BaseDMNTypeImpl dmnType)
        This method return first buildInType found or top level Type of the given DMNType
        Parameters:
        dmnType -
        Returns:
      • navigateDMNType

        public static org.kie.dmn.api.core.DMNType navigateDMNType​(org.kie.dmn.api.core.DMNType rootType,
                                                                   List<String> steps)