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

org.geolatte.common.transformer.OneToManyTransformation Maven / Gradle / Ivy

Go to download

This GeoLatte-common library contains the transformer framework and other common classes used by other GeoLatte modules.

There is a newer version: 0.8
Show newest version
package org.geolatte.common.transformer;

import java.util.Iterator;

/**
 * This interface is the basic representation of a transformation that takes a single input element and transforms it
 * into multiple output elements.
 *
 * @param  The input type of this Transformation.
 * @param  The output type of this Transformation.
 *
 * 

* Creation-Date: 03/12/11
* Creation-Time: 16:18
*

* * @author Bert Vanhooff * @author Qmino bvba * @since SDK1.5 */ public interface OneToManyTransformation extends Transformation> { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy