Interface ContextRendererCondition<C,T>
-
- Type Parameters:
T- the type of the element to be checkedC- the type of the context in which this should be checked
- All Known Implementing Classes:
PlanDefinitionActionEndEventCondition,PlanDefinitionActionStartEventCondition
public interface ContextRendererCondition<C,T>A RendererCondition based on the concept of
RendererConditionbut with a given context in which the condition should be checked- Author:
- Andreas Pointner
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BiPredicate<C,T>createCondition()Creates the condition object
-
-
-
Method Detail
-
createCondition
BiPredicate<C,T> createCondition()
Creates the condition object- Returns:
- the predicate to test of the condition
-
-