
org.dmg.pmml.Indexable Maven / Gradle / Ivy
/*
* Copyright (c) 2015 Villu Ruusmann
*/
package org.dmg.pmml;
/**
*
* A marker interface for PMML elements that specify a primary key-like attribute.
*
*/
public interface Indexable {
/**
* @return The value of the primary key-like attribute. Never null
.
*/
K getKey();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy