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

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

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

import org.xml.sax.Locator;

public interface HasLocator {

	boolean hasLocator();

	Locator getLocator();

	void setLocator(Locator locator);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy