org.mycore.parsers.bool
Interface MCRCondition

All Known Implementing Classes:
MCRAndCondition, MCRDateAfterClause, MCRDateBeforeClause, MCRDummyClause, MCRFalseCondition, MCRGroupClause, MCRIPClause, MCRNotCondition, MCROrCondition, MCRQueryCondition, MCRSetCondition, MCRTrueCondition, MCRUserClause

public interface MCRCondition

Author:
Frank Lützenkirchen

Method Summary
 void accept(MCRConditionVisitor visitor)
           
 boolean evaluate(Object o)
           
 Element info()
           
 String toString()
           
 Element toXML()
           
 

Method Detail

toString

String toString()
Overrides:
toString in class Object

toXML

Element toXML()

evaluate

boolean evaluate(Object o)

info

Element info()

accept

void accept(MCRConditionVisitor visitor)