net.sourceforge.xconf.toolbox.rules
Interface Rule

All Known Implementing Classes:
AndRule, FalseRule, IfElseRule, NotRule, OrRule, TrueRule

public interface Rule

Base interface for the framework.

Author:
Tom Czarniecki

Method Summary
 boolean evaluate(Object context)
           
 

Method Detail

evaluate

boolean evaluate(Object context)


Copyright © 2007 Thomas Czarniecki. All Rights Reserved.