abbot.util
Interface Condition

All Known Subinterfaces:
Condition

public interface Condition

Abstract a condition test.


Method Summary
 boolean test()
          Return the condition state.
 String toString()
          Return a description of what the condition is testing.
 

Method Detail

test

boolean test()
Return the condition state.


toString

String toString()
Return a description of what the condition is testing.

Overrides:
toString in class Object


Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge