com.kuka.graph.traverse
Interface GraphElementConsumer<E>

Type Parameters:
E - the graph element type

public interface GraphElementConsumer<E>

The graph element consumer interface for filtering graph elements.


Method Summary
 boolean accept(E element)
          Checks if a graph element is accepted by the consumer.
 

Method Detail

accept

boolean accept(E element)
Checks if a graph element is accepted by the consumer.

Parameters:
element - the graph element
Returns:
true if accepted, false otherwise


Copyright © 2019. All rights reserved.