Package jadex.commons
Interface IFilter<T>
-
- All Known Subinterfaces:
IHardConstraintsFilter
- All Known Implementing Classes:
BasePropertyPanel.CollectionContains
,BasePropertyPanel.IndexMapContains
,BasePropertyPanel.MapContains
,BpmnPropertyPanel.ConfigurationContains
,BpmnPropertyPanel.PSContains
,BpmnPropertyPanel.RSContains
,ComponentFilter
,ComposedFilter
,ComposedFilter
,ConstantFilter
,FileFilter
,FipaMessage
,MessageFilter
,ParameterElementFilter
,PropertyPanelFactory.ActivityFilter
,SetFilter
,Settings.BpmnClassFilter
,StreamFilter
,SubcomponentTab.SubcomponentTypesContains
,TimeFilter
,TimePatternFilter
public interface IFilter<T>
Generic filter interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
filter(T obj)
Test if an object passes the filter.
-
-
-
Method Detail
-
filter
boolean filter(T obj)
Test if an object passes the filter.- Returns:
- True, if passes the filter.
-
-