de.pannenleiter.db.expr
Class Name

java.lang.Object
  |
  +--de.pannenleiter.db.expr.Name

public class Name
extends java.lang.Object
implements NameTest


Method Summary
 double getDefaultPriority()
           
 boolean isNameOf(NodeInfo node)
          Test whether this name test is satisfied by a given node
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isNameOf

public boolean isNameOf(NodeInfo node)
Description copied from interface: NameTest
Test whether this name test is satisfied by a given node
Specified by:
isNameOf in interface NameTest

getDefaultPriority

public double getDefaultPriority()
Specified by:
getDefaultPriority in interface NameTest

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object