deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

org.deegree.rendering.r2d.se.unevaluated
Class Continuation<T>

java.lang.Object
  extended by org.deegree.rendering.r2d.se.unevaluated.Continuation<T>
Type Parameters:
T -
Direct Known Subclasses:
Style.InsertContinuation, SymbologyParser.FilterContinuation

public abstract class Continuation<T>
extends Object

Continuation is not a real continuation...

Version:
$Revision: 21726 $, $Date: 2010-01-05 10:07:05 +0100 (Di, 05 Jan 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Nested Class Summary
static interface Continuation.Updater<T>
          Updater
 
Field Summary
static Continuation.Updater<StringBuffer> SBUPDATER
          Updater for a string buffer.
 
Constructor Summary
Continuation()
           
Continuation(Continuation<T> next)
           
 
Method Summary
 void evaluate(T base, MatchableObject f)
           
abstract  void updateStep(T base, MatchableObject f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SBUPDATER

public static final Continuation.Updater<StringBuffer> SBUPDATER
Updater for a string buffer.

Constructor Detail

Continuation

public Continuation()

Continuation

public Continuation(Continuation<T> next)
Parameters:
next -
Method Detail

updateStep

public abstract void updateStep(T base,
                                MatchableObject f)
Parameters:
base -
f -

evaluate

public void evaluate(T base,
                     MatchableObject f)
Parameters:
base -
f -

deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org

]]>