Interface OperationFactory
public interface OperationFactory
- Author:
- fdiaz
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptioncreate()org.gvsig.tools.dynobject.DynObjectorg.gvsig.tools.dynobject.DynStructgetName()isApplicable(Buffer buffer) isApplicable(Operation operation)
-
Method Details
-
createParameters
org.gvsig.tools.dynobject.DynObject createParameters()- Returns:
- Parameters to create a Operation
-
create
Operation create()- Returns:
- a Operation
-
createParametersDefinition
org.gvsig.tools.dynobject.DynStruct createParametersDefinition()- Returns:
- Parameters definition to create a Operation
-
getName
String getName()- Returns:
- Name
-
getDescription
String getDescription()- Returns:
- Description
-
isApplicable
- Parameters:
buffer-- Returns:
- if can be applied to the buffer
-
isApplicable
- Parameters:
operation-- Returns:
- if can be applied to the result of the operation in chained fashion
-