Package com.kuka.graph

This package contains the main interfaces and utility classes for working with graphs.

See:
          Description

Interface Summary
Edge<N> This interface models an element of the edge E set of a graph G=(N,E).
EdgeFactory<N,E> Factory for creating edges.
Graph<N,E> As implied by its name, this interface models the mathematical graph abstraction.
GraphElementFilter<E> Instances of classes that implement this interface are used to filter the node or edge set of a graph.
ListenableGraph<N,E> A graph that supports listeners on structural change events.
NodeFactory<N> Factory creating nodes of type N.
Path<N,E> Represents a path in a graph G=(N,E).
 

Class Summary
GraphBuilder<N,E,G extends Graph<N,E>> Helper class for building graphs.
GraphElementFilters A collection of default graph element filter implementations.
Graphs Contains helper methods for working with graphs.
 

Package com.kuka.graph Description

This package contains the main interfaces and utility classes for working with graphs.



Copyright © 2019. All rights reserved.