Package org.gvsig.topology.lib.spi
Class AbstractTopologyRuleAction
java.lang.Object
org.gvsig.topology.lib.spi.AbstractTopologyRuleAction
- All Implemented Interfaces:
TopologyRuleAction
- Author:
- jjdelcerro
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from interface org.gvsig.topology.lib.api.TopologyRuleAction
EXECUTE_FAIL, EXECUTE_OK -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractTopologyRuleAction(String idRule) protectedAbstractTopologyRuleAction(String idRule, String idAction, String name, String shortDescription) -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.tools.dynobject.DynObjectgetId()getName()booleanprotected voidload_from_resource(URL jsonUrl, org.json.JSONObject rule) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.topology.lib.api.TopologyRuleAction
execute
-
Field Details
-
idRule
-
idAction
-
name
-
shortDescription
-
-
Constructor Details
-
AbstractTopologyRuleAction
-
AbstractTopologyRuleAction
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceTopologyRuleAction
-
getName
- Specified by:
getNamein interfaceTopologyRuleAction
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceTopologyRuleAction
-
getRuleFactory
- Specified by:
getRuleFactoryin interfaceTopologyRuleAction
-
hasParameters
public boolean hasParameters()- Specified by:
hasParametersin interfaceTopologyRuleAction
-
createParameters
public org.gvsig.tools.dynobject.DynObject createParameters()- Specified by:
createParametersin interfaceTopologyRuleAction
-
load_from_resource
-