Class RuleUnitIdParser


  • public class RuleUnitIdParser
    extends Object
    • Constructor Detail

      • RuleUnitIdParser

        public RuleUnitIdParser()
    • Method Detail

      • parse

        public static org.kie.efesto.common.api.identifiers.LocalId parse​(String id)
      • parse

        public static <T extends org.kie.efesto.common.api.identifiers.LocalId> T parse​(String id,
                                                                                        Class<T> expected)
      • select

        public static <T extends org.kie.efesto.common.api.identifiers.LocalId> T select​(org.kie.efesto.common.api.identifiers.LocalId id,
                                                                                         Class<T> expected)