Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

org.evolvica.core.terminate
Interface IMultiCondition

All Superinterfaces:
ICondition
All Known Implementing Classes:
AndCondition, OrCondition

public interface IMultiCondition
extends ICondition

Interface for a collection of conditions. The contained conditions can be concatenated with AND, OR or other locigal operators.

Since:
0.4.0
Version:
$Revision: 1.6 $ $Date: 2004/06/24 16:27:58 $
Author:
Andreas Rummler

Method Summary
 ICondition[] getConditions()
          Returns the conditions contained in this multi condition.
 void setConditions(ICondition[] conditions)
          Sets the conditions of this multi condition.
 
Methods inherited from interface org.evolvica.core.terminate.ICondition
isTrue
 

Method Detail

getConditions

public ICondition[] getConditions()
Returns the conditions contained in this multi condition.

Returns:
array of conditions

setConditions

public void setConditions(ICondition[] conditions)
Sets the conditions of this multi condition.

Parameters:
conditions - array of conditions to set

Evolvica Core API Version 0.6.2
Last Modified: June 29 2004

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