org.shapelogic.logic
Interface LazyCalc<T>

All Superinterfaces:
Calc<T>
All Known Subinterfaces:
Improver<S>, ObjectAnnotator<S>, PolygonImprover, Task<T>
All Known Implementing Classes:
AndTask, BaseTask, BooleanTask, CalcAndSetTask, CalcAndSetTasks, ChainCodeHandler, CircleFinder, CountCollectionGreaterTask, CountCollectionTask, ExistTask, ExistTasks, FilterCountGreaterTask, FilterCountTask, FilterPolygonForSmallLines, LineProperties, MultiLine, MultiLineDirectionAnnotator, MultiLinePolygon, NumericGreaterTask, ParametricRuleTask, PixelTypeCalculator, Polygon, PolygonAnnotator, PolygonEndPointAdjuster, RootTask, SimpleNumericTask, SimpleTask, XOrTask

public interface LazyCalc<T>
extends Calc<T>

Author:
Sami Badawi

Method Summary
 boolean isDirty()
           
 void setup()
           
 
Methods inherited from interface org.shapelogic.logic.Calc
calc, getCalcValue
 

Method Detail

isDirty

boolean isDirty()

setup

void setup()


Copyright © 2007. All Rights Reserved.