Package jadex.tools.comanalyzer
Class ComponentFilter
- java.lang.Object
-
- jadex.tools.comanalyzer.ParameterElementFilter
-
- jadex.tools.comanalyzer.ComponentFilter
-
- All Implemented Interfaces:
IFilter
,java.io.Serializable
public class ComponentFilter extends ParameterElementFilter
A filter for Agents.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ComponentFilter
EMPTY
The empty agent filter-
Fields inherited from class jadex.tools.comanalyzer.ParameterElementFilter
values
-
-
Constructor Summary
Constructors Constructor Description ComponentFilter()
Create an agent filter.ComponentFilter(java.lang.String name, java.lang.Object value)
Create an agent filter with given arguments.
-
Method Summary
-
Methods inherited from class jadex.tools.comanalyzer.ParameterElementFilter
addValue, containsValue, filter, hasValues, removeValue, toString
-
-
-
-
Field Detail
-
EMPTY
public static final ComponentFilter EMPTY
The empty agent filter
-
-