org.deegree.rendering.r2d.se.unevaluated
Class Continuation<T>
java.lang.Object
org.deegree.rendering.r2d.se.unevaluated.Continuation<T>
- Type Parameters:
T
-
- Direct Known Subclasses:
- SymbologyParser.FilterContinuation
public abstract class Continuation<T>
- extends java.lang.Object
Continuation
is not a real continuation...
- Version:
- $Revision: 26928 $, $Date: 2010-09-22 17:26:55 +0200 (Mi, 22. Sep 2010) $
- Author:
- Andreas Schmitz, last edited by: $Author: mschneider $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBUPDATER
public static final Continuation.Updater<java.lang.StringBuffer> SBUPDATER
- Updater for a string buffer.
Continuation
public Continuation()
Continuation
public Continuation(Continuation<T> next)
- Parameters:
next
-
updateStep
public abstract void updateStep(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
- Parameters:
base
- f
-
evaluate
public void evaluate(T base,
Feature obj,
XPathEvaluator<Feature> evaluator)
- Parameters:
base
- f
-
Copyright © 2011. All Rights Reserved.