java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.schema.rules.BaseRule
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, org.apache.hivemind.schema.Rule
- Direct Known Subclasses:
- CreateObjectRule, InvokeParentRule, PushAttributeRule, PushContentRule, ReadAttributeRule, ReadContentRule, SetModuleRule, SetParentRule, SetPropertyRule
- public abstract class BaseRule
- extends org.apache.hivemind.impl.BaseLocatable
- implements org.apache.hivemind.schema.Rule
Base class for implementing org.apache.hivemind.schema.Rules.
| Fields inherited from class org.apache.hivemind.impl.BaseLocatable |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseRule
public BaseRule()
begin
public void begin(org.apache.hivemind.schema.SchemaProcessor processor,
org.apache.hivemind.Element element)
- Does nothing; subclasses may override.
- Specified by:
begin in interface org.apache.hivemind.schema.Rule
end
public void end(org.apache.hivemind.schema.SchemaProcessor processor,
org.apache.hivemind.Element element)
- Does nothing; subclasses may override.
- Specified by:
end in interface org.apache.hivemind.schema.Rule