org.weda.common.impl
Class CreateObjectRule

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.schema.rules.BaseRule
          extended by org.weda.common.impl.CreateObjectRule
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, org.apache.hivemind.schema.Rule

public class CreateObjectRule
extends org.apache.hivemind.schema.rules.BaseRule

Author:
Mikhail Titov

Constructor Summary
CreateObjectRule()
           
 
Method Summary
 void begin(org.apache.hivemind.schema.SchemaProcessor processor, org.apache.hivemind.Element element)
           
 void end(org.apache.hivemind.schema.SchemaProcessor processor, org.apache.hivemind.Element element)
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

CreateObjectRule

public CreateObjectRule()
Method Detail

begin

public void begin(org.apache.hivemind.schema.SchemaProcessor processor,
                  org.apache.hivemind.Element element)
Specified by:
begin in interface org.apache.hivemind.schema.Rule
Overrides:
begin in class org.apache.hivemind.schema.rules.BaseRule

end

public void end(org.apache.hivemind.schema.SchemaProcessor processor,
                org.apache.hivemind.Element element)
Specified by:
end in interface org.apache.hivemind.schema.Rule
Overrides:
end in class org.apache.hivemind.schema.rules.BaseRule


Copyright © 2005-2006 . All Rights Reserved.