Package org.gvsig.topology.lib.api
Interface TopologyRuleAction
- All Known Implementing Classes:
AbstractTopologyRuleAction
public interface TopologyRuleAction
- Author:
- jjdelcerro
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.tools.dynobject.DynObjectintexecute(TopologyRule rule, TopologyReportLine line, org.gvsig.tools.dynobject.DynObject parameters) getId()getName()boolean
-
Field Details
-
EXECUTE_OK
static final int EXECUTE_OK- See Also:
-
EXECUTE_FAIL
static final int EXECUTE_FAIL- See Also:
-
-
Method Details
-
getId
String getId() -
getName
String getName() -
getShortDescription
String getShortDescription() -
getRuleFactory
TopologyRuleFactory getRuleFactory() -
hasParameters
boolean hasParameters() -
createParameters
org.gvsig.tools.dynobject.DynObject createParameters() -
execute
int execute(TopologyRule rule, TopologyReportLine line, org.gvsig.tools.dynobject.DynObject parameters) throws ExecuteTopologyRuleActionException
-