![JAR search and dependency download from the Maven repository](/logo.png)
org.dmg.pmml.HasPredicate Maven / Gradle / Ivy
/*
* Copyright (c) 2015 Villu Ruusmann
*/
package org.dmg.pmml;
public interface HasPredicate> {
Predicate getPredicate();
E setPredicate(Predicate predicate);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy