abbot
Interface 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

public boolean test()
Return the condition state.

toString

public String toString()
Return a description of what the condition is testing.
Overrides:
toString in class Object


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

SourceForge