Class GraphEdgeOutgoingPredicate<N>

java.lang.Object
cdc.graphs.impl.GraphEdgeOutgoingPredicate<N>
Type Parameters:
N - Node type.
All Implemented Interfaces:
Predicate<GraphEdge<N>>

public final class GraphEdgeOutgoingPredicate<N> extends Object implements Predicate<GraphEdge<N>>
Edge predicate for outgoing edges of a node.
Author:
Damien Carbonne
  • Field Details

    • node

      final N node
      Reference node.
  • Constructor Details

    • GraphEdgeOutgoingPredicate

      public GraphEdgeOutgoingPredicate(N node)
  • Method Details