org.gvsig.raster.algorithm.util
Class AbstractOperation

java.lang.Object
  extended by org.gvsig.raster.algorithm.util.AbstractOperation
All Implemented Interfaces:
Operation

public abstract class AbstractOperation
extends java.lang.Object
implements Operation

Interface for operations

Author:
Nacho Brodin nachobrodin@gmail.com

Constructor Summary
AbstractOperation()
           
 
Method Summary
 boolean compare(double a, double b)
           
 void invoke()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractOperation

public AbstractOperation()
Method Detail

compare

public boolean compare(double a,
                       double b)
Specified by:
compare in interface Operation

invoke

public void invoke()
Specified by:
invoke in interface Operation


Copyright © 2014 gvSIG Association. All Rights Reserved.