sk.uniba.euromath.document.schema
Class BaseRule
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseRule
protected BaseRule()
- Hidden constructor to prevent instantiation.
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.