public class Filters
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Filters.AndFilter<T extends Element> |
(package private) static class |
Filters.ByAttributeFilter<T extends Element> |
(package private) static class |
Filters.ByIdFilter<T extends Element> |
(package private) static class |
Filters.ExtremitiesFilter<T extends Element,U extends Element> |
(package private) static class |
Filters.NotFilter<T extends Element> |
(package private) static class |
Filters.OrFilter<T extends Element> |
(package private) static class |
Filters.SeparateNodeEdgeFilter<T extends Element,U extends Element> |
(package private) static class |
Filters.XorFilter<T extends Element> |
Constructor and Description |
---|
Filters() |
Modifier and Type | Method and Description |
---|---|
static <T extends Element> |
and(Filter<T> f1,
Filter<T> f2) |
static <T extends Element> |
byAttributeFilter(java.lang.String key,
java.lang.Object expectedValue) |
static <T extends Element,U extends Element> |
byExtremitiesFilter(Filter<U> f) |
static <T extends Element> |
byIdFilter(java.lang.String idPattern) |
static <T extends Element> |
falseFilter() |
static <T extends Element> |
isContained(java.util.Collection<? extends T> set) |
static <T extends Element> |
isIdContained(java.util.Collection<java.lang.String> set) |
static <T extends Element> |
not(Filter<T> f) |
static <T extends Element> |
or(Filter<T> f1,
Filter<T> f2) |
static <T extends Element,U extends Element> |
separateNodeAndEdgeFilter(Filter<T> nodeFilter,
Filter<U> edgeFilter) |
static <T extends Element> |
trueFilter() |
static <T extends Element> |
xor(Filter<T> f1,
Filter<T> f2) |
public static <T extends Element> Filter<T> byAttributeFilter(java.lang.String key, java.lang.Object expectedValue)
public static <T extends Element,U extends Element> Filter<Element> separateNodeAndEdgeFilter(Filter<T> nodeFilter, Filter<U> edgeFilter)
public static <T extends Element,U extends Element> Filter<T> byExtremitiesFilter(Filter<U> f)
public static <T extends Element> Filter<T> isContained(java.util.Collection<? extends T> set)
public static <T extends Element> Filter<T> isIdContained(java.util.Collection<java.lang.String> set)