All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dmg.pmml.HasDefaultValue Maven / Gradle / Ivy

There is a newer version: 1.6.6
Show newest version
/*
 * Copyright (c) 2017 Villu Ruusmann
 */
package org.dmg.pmml;

/**
 * 

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

*/ public interface HasDefaultValue, V> { V getDefaultValue(); E setDefaultValue(V defaultValue); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy