|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.graph.GraphElementFilters
public final class GraphElementFilters
A collection of default graph element filter implementations.
| Method Summary | ||
|---|---|---|
static
|
acceptAll()
Returns a graph element filter accepting any element. |
|
static
|
acceptAll(Collection<E> elements)
Returns a graph element filter accepting any element contained in a collection of given elements. |
|
static
|
acceptAll(E... elements)
Returns a graph element filter accepting any element contained in an array of given elements. |
|
static
|
acceptAllExcept(Collection<E> elements)
Returns a graph element filter accepting any element except those contained in a collection of given elements. |
|
static
|
acceptAllExcept(E... elements)
Returns a graph element filter accepting any element except those contained in an array of given elements. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E> GraphElementFilter<E> acceptAll()
E - the element type
public static <E> GraphElementFilter<E> acceptAll(E... elements)
E - the element typeelements - the accepted elements
public static <E> GraphElementFilter<E> acceptAll(Collection<E> elements)
E - the element typeelements - the accepted elements
public static <E> GraphElementFilter<E> acceptAllExcept(E... elements)
E - the element typeelements - the not accepted elements
public static <E> GraphElementFilter<E> acceptAllExcept(Collection<E> elements)
E - the element typeelements - the not accepted elements
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||