Maven module :un.api : api-geometry :
Class : un.api.geometry.operation.OperationExecutor
Extends/Implements : -
Subclasses : -

An operation executor is able to process a single operation type.
author  Johann Sorel


Variables : -
Functions : getOperationClass, canHandle, execute




return  Operation class supported by this executor.
Class getOperationClass ()


All possible parameters of the operation may not be supported in such
can the canHandle method should return false.
param  operation
return
boolean canHandle (Operation operation)


Execute operation.
param  operation
return
throws  OperationException
Object execute (Operation operation)