comparison artifacts/src/main/java/org/dive4elements/river/exports/OutGenerator.java @ 5867:59ff03ff48f1

River artifacts: Renamed FLYSArtifact(Collection) to D4EArtifact(Collection).
author Sascha L. Teichmann <teichmann@intevation.de>
date Sun, 28 Apr 2013 15:23:01 +0200
parents 4897a58c8746
children af13ceeba52a
comparison
equal deleted inserted replaced
5866:9a6741ccf6d4 5867:59ff03ff48f1
15 15
16 import org.dive4elements.artifactdatabase.state.ArtifactAndFacet; 16 import org.dive4elements.artifactdatabase.state.ArtifactAndFacet;
17 import org.dive4elements.artifactdatabase.state.Settings; 17 import org.dive4elements.artifactdatabase.state.Settings;
18 import org.dive4elements.artifacts.Artifact; 18 import org.dive4elements.artifacts.Artifact;
19 import org.dive4elements.artifacts.CallContext; 19 import org.dive4elements.artifacts.CallContext;
20 import org.dive4elements.river.collections.FLYSArtifactCollection; 20 import org.dive4elements.river.collections.D4EArtifactCollection;
21 21
22 22
23 /** 23 /**
24 * An OutGenerator is used to create a collected outputs of a list of Artifacts. 24 * An OutGenerator is used to create a collected outputs of a list of Artifacts.
25 * 25 *
49 /** 49 /**
50 * This method is used to set the Collection of the OutGenerator. 50 * This method is used to set the Collection of the OutGenerator.
51 * 51 *
52 * @param collection A reference to the collection. 52 * @param collection A reference to the collection.
53 */ 53 */
54 void setCollection(FLYSArtifactCollection collection); 54 void setCollection(D4EArtifactCollection collection);
55 55
56 /** 56 /**
57 * Creates the output of an Artifact and appends that single output to the 57 * Creates the output of an Artifact and appends that single output to the
58 * total output. 58 * total output.
59 * 59 *

http://dive4elements.wald.intevation.org