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

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

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

import jakarta.xml.bind.annotation.XmlTransient;

@XmlTransient
abstract
public class Entity extends PMMLObject implements HasId, V> {

	public boolean hasId(){
		V id = getId();

		return (id != null);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy