Uses of Interface
org.goplanit.utils.graph.EdgeFactory
-
Packages that use EdgeFactory Package Description org.goplanit.graph Network component object classesorg.goplanit.utils.graph Utilities for setting up graphs -
-
Uses of EdgeFactory in org.goplanit.graph
Classes in org.goplanit.graph that implement EdgeFactory Modifier and Type Class Description class
EdgeFactoryImpl
Factory for creating edges on edges containerMethods in org.goplanit.graph that return EdgeFactory Modifier and Type Method Description EdgeFactory
EdgesImpl. getFactory()
Collect the edge factory to use for creating instancesConstructors in org.goplanit.graph with parameters of type EdgeFactory Constructor Description EdgesImpl(EdgeFactory edgeFactory)
Constructor -
Uses of EdgeFactory in org.goplanit.utils.graph
Methods in org.goplanit.utils.graph that return EdgeFactory Modifier and Type Method Description EdgeFactory
Edges. getFactory()
Collect the edge factory to use for creating instances
-