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

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

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

public interface HasRequiredName> extends HasName, Indexable {

	String requireName();

	@Override
	default
	public String getKey(){
		return requireName();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy