comparison artifact-database/src/main/java/de/intevation/artifactdatabase/ProtocolUtils.java @ 400:f367be55dd35

Doc fixes. artifacts/trunk@5027 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 17 Jul 2012 19:21:08 +0000
parents e5bc48dc3ec3
children
comparison
equal deleted inserted replaced
399:4943d36c896b 400:f367be55dd35
155 155
156 /** 156 /**
157 * This method appends a node for each Output in the <i>outputs</i> list to 157 * This method appends a node for each Output in the <i>outputs</i> list to
158 * <i>out</i>. Note: an output node includes its provided facets! 158 * <i>out</i>. Note: an output node includes its provided facets!
159 * 159 *
160 * @param creator The ElementCreator used to create new elements. 160 * @param doc The document to which to add new elements.
161 * @param out The parent node for new elements. 161 * @param out The parent node for new elements.
162 * @param outputs The list of reachable outputs. 162 * @param outputs The list of reachable outputs.
163 */ 163 */
164 public static void appendOutputModes( 164 public static void appendOutputModes(
165 Document doc, 165 Document doc,
193 193
194 /** 194 /**
195 * This method appends a node for each Facet in the <i>facets</i> list to 195 * This method appends a node for each Facet in the <i>facets</i> list to
196 * <i>facet</i>. 196 * <i>facet</i>.
197 * 197 *
198 * @param creator The ElementCreator used to create new elements. 198 * @param doc The document to wich to add new elements.
199 * @param facet The root node for new elements. 199 * @param facet The root node for new elements.
200 * @param facets The list of facets. 200 * @param facets The list of facets.
201 */ 201 */
202 public static void appendFacets( 202 public static void appendFacets(
203 Document doc, 203 Document doc,

http://dive4elements.wald.intevation.org