Class DefaultNamingPolicy

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultNamingPolicy​(java.lang.String refPrefix)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName​(org.kie.dmn.api.core.DMNType type)  
      java.lang.String getRef​(org.kie.dmn.api.core.DMNType type)  
      • Methods inherited from class java.lang.Object

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

      • DefaultNamingPolicy

        public DefaultNamingPolicy​(java.lang.String refPrefix)
    • Method Detail

      • getName

        public java.lang.String getName​(org.kie.dmn.api.core.DMNType type)
        Specified by:
        getName in interface NamingPolicy
      • getRef

        public java.lang.String getRef​(org.kie.dmn.api.core.DMNType type)
        Specified by:
        getRef in interface NamingPolicy