sk.uniba.euromath.document.schema
Class BaseRule

java.lang.Object
  extended by sk.uniba.euromath.document.schema.BaseRule
Direct Known Subclasses:
AttributeRule, NewElementRule

public class BaseRule
extends Object

Represents a base rule. Not intended to be subclassed nor instantiated by clients.

Author:
Martin Vysny

Constructor Summary
protected BaseRule()
          Hidden constructor to prevent instantiation.
 
Method Summary
static BaseRule valueOf(IBaseRuleP rule)
          Converts the BaseRuleP instance into appropriate BaseRule instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseRule

protected BaseRule()
Hidden constructor to prevent instantiation.

Method Detail

valueOf

public static final BaseRule valueOf(IBaseRuleP rule)
Converts the BaseRuleP instance into appropriate BaseRule instance.

Parameters:
rule - the 'plug' rule
Returns:
the rule


Copyright © 2003-2006 null. All Rights Reserved.