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