Class AlphaNetworkOption

  • All Implemented Interfaces:
    java.io.Serializable, org.kie.api.conf.Option, DMNOption

    public class AlphaNetworkOption
    extends java.lang.Object
    implements DMNOption
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean DEFAULT_VALUE
      The default value for this option
      static java.lang.String PROPERTY_NAME  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()  
      boolean isUseAlphaNetwork()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.dmn.core.compiler.DMNOption

        type
      • Methods inherited from interface org.kie.api.conf.Option

        propertyName
    • Field Detail

      • DEFAULT_VALUE

        public static final boolean DEFAULT_VALUE
        The default value for this option
        See Also:
        Constant Field Values
    • Constructor Detail

      • AlphaNetworkOption

        public AlphaNetworkOption​(boolean value)
      • AlphaNetworkOption

        public AlphaNetworkOption​(java.lang.String value)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
        Specified by:
        getPropertyName in interface org.kie.api.conf.Option
      • isUseAlphaNetwork

        public boolean isUseAlphaNetwork()