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

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

There is a newer version: 1.6.7
Show newest version
/*
 * Copyright (c) 2013 KNIME.com AG, Zurich, Switzerland
 */
package org.dmg.pmml;

import java.util.List;

/**
 * 

* A marker interface for PMML elements that specify {@link Extension} child elements. *

*/ public interface HasExtensions { boolean hasExtensions(); List getExtensions(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy