org.mycore.parsers.bool
Class MCRNotCondition

java.lang.Object
  extended by org.mycore.parsers.bool.MCRNotCondition
All Implemented Interfaces:
MCRCondition

public class MCRNotCondition
extends Object
implements MCRCondition

Author:
Frank Lützenkirchen

Constructor Summary
MCRNotCondition(MCRCondition child)
           
 
Method Summary
 void accept(MCRConditionVisitor visitor)
           
 boolean evaluate(Object o)
           
 MCRCondition getChild()
           
 Element info()
           
 String toString()
           
 Element toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MCRNotCondition

public MCRNotCondition(MCRCondition child)
Method Detail

getChild

public MCRCondition getChild()

toString

public String toString()
Specified by:
toString in interface MCRCondition
Overrides:
toString in class Object

evaluate

public boolean evaluate(Object o)
Specified by:
evaluate in interface MCRCondition

toXML

public Element toXML()
Specified by:
toXML in interface MCRCondition

info

public Element info()
Specified by:
info in interface MCRCondition

accept

public void accept(MCRConditionVisitor visitor)
Specified by:
accept in interface MCRCondition