Package adalid.core.predicates
Class IsEntityNameIncluded
java.lang.Object
adalid.core.predicates.IsEntityNameIncluded
- All Implemented Interfaces:
org.apache.commons.collections.Predicate
public class IsEntityNameIncluded
extends Object
implements org.apache.commons.collections.Predicate
- Author:
- Jorge Campins
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IsEntityNameIncluded
public IsEntityNameIncluded()
-
-
Method Details
-
evaluate
- Specified by:
evaluatein interfaceorg.apache.commons.collections.Predicate
-
getIncludedNames
- Returns:
- the included names array
-
setIncludedNames
- Parameters:
names- the included names array to set
-