Package org.dmg.pmml

Interface HasDefaultValue<E extends Expression & HasDefaultValue<E,​V>,​V>

  • All Known Implementing Classes:
    Apply, Discretize, MapValues

    public interface HasDefaultValue<E extends Expression & HasDefaultValue<E,​V>,​V>

    A marker interface for PMML expression elements that specify the defaultValue attribute.

    • Method Detail

      • getDefaultValue

        V getDefaultValue()
      • setDefaultValue

        E setDefaultValue​(V defaultValue)