Class ElementFilter
- java.lang.Object
-
- uk.gov.gchq.koryphe.composite.Composite<C>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElementFilter.Builderstatic classElementFilter.SelectedBuilder
-
Constructor Summary
Constructors Constructor Description ElementFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate<String,?>>getComponents()inthashCode()voidlock()booleantest(Element element)uk.gov.gchq.koryphe.ValidationResulttestWithValidationResult(Element element)StringtoString()
-
-
-
Method Detail
-
test
public boolean test(Element element)
-
testWithValidationResult
public uk.gov.gchq.koryphe.ValidationResult testWithValidationResult(Element element)
-
getComponents
public List<uk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicate<String,?>> getComponents()
- Overrides:
getComponentsin classuk.gov.gchq.koryphe.tuple.predicate.TupleAdaptedPredicateComposite<String>
-
lock
public void lock()
-
equals
public boolean equals(Object obj)
-
hashCode
public int hashCode()
-
-