Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.terminate
Interface ICondition

All Known Subinterfaces:
IMultiCondition
All Known Implementing Classes:
AbsoluteTimeCondition, AndCondition, CounterCondition, FalseCondition, ModuloCondition, OrCondition, RuntimeCondition, ScoreComparingCondition, TrueCondition

public interface ICondition

Interface for a condition.

Since:
0.4.0
Version:
$Revision: 1.5 $ $Date: 2004/05/26 11:58:19 $
Author:
Andreas Rummler

Method Summary
 boolean isTrue(IIndividualSet iset)
          Checks if this condition is true for the given individual set.
 

Method Detail

isTrue

public boolean isTrue(IIndividualSet iset)
Checks if this condition is true for the given individual set.

Parameters:
iset - individual set to check for the truth of the condition
Returns:
true if the condition is fulfilled, false otherwise

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

Copyright © 2000-2004 Technical University of Ilmenau, Department Electronic Circuits and Systems