![JAR search and dependency download from the Maven repository](/logo.png)
org.dmg.pmml.HasRequiredName Maven / Gradle / Ivy
/*
* Copyright (c) Villu Ruusmann
*/
package org.dmg.pmml;
public interface HasRequiredName> extends HasName, Indexable {
String requireName();
@Override
default
public String getKey(){
return requireName();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy