Class RuleUnitIdParser


  • public class RuleUnitIdParser
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.kie.efesto.common.api.identifiers.LocalId parse​(java.lang.String id)  
      static <T extends org.kie.efesto.common.api.identifiers.LocalId>
      T
      parse​(java.lang.String id, java.lang.Class<T> expected)  
      static <T extends org.kie.efesto.common.api.identifiers.LocalId>
      T
      select​(org.kie.efesto.common.api.identifiers.LocalId id, java.lang.Class<T> expected)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RuleUnitIdParser

        public RuleUnitIdParser()
    • Method Detail

      • parse

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

        public static <T extends org.kie.efesto.common.api.identifiers.LocalId> T parse​(java.lang.String id,
                                                                                        java.lang.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,
                                                                                         java.lang.Class<T> expected)