Uses of Interface
com.kuka.graph.EdgeFactory

Packages that use EdgeFactory
com.kuka.graph.impl This package contains the base implementations of the graph and edge interface. 
 

Uses of EdgeFactory in com.kuka.graph.impl
 

Classes in com.kuka.graph.impl that implement EdgeFactory
 class DefaultEdgeFactory<N>
          Edge factory implementation creating instances of DefaultEdge.
 

Constructors in com.kuka.graph.impl with parameters of type EdgeFactory
FastUncheckedGraph(NodeFactory<N> nodeFactory, EdgeFactory<N,E> edgeFactory)
          Constructor.
 



Copyright © 2019. All rights reserved.