Class RulePhaseFinder

    • Constructor Detail

      • RulePhaseFinder

        public RulePhaseFinder()
    • Method Detail

      • findPhase

        public Class<? extends RulePhase> findPhase​(String phaseStr)
        Finds the phase by its simple class name (case insensitive); returns null if not found.
      • getAvailablePhases

        public List<Class<? extends RulePhase>> getAvailablePhases()
        Returns the phases loaded in this finder, sorted by Class.getSimpleName().