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
defaultValueattribute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetDefaultValue()EsetDefaultValue(V defaultValue)
-