Uses of Interface
org.goplanit.utils.graph.directed.EdgeSegmentFactory
-
Packages that use EdgeSegmentFactory Package Description org.goplanit.graph.directed org.goplanit.utils.graph.directed -
-
Uses of EdgeSegmentFactory in org.goplanit.graph.directed
Classes in org.goplanit.graph.directed that implement EdgeSegmentFactory Modifier and Type Class Description class
EdgeSegmentFactoryImpl
Factory for creating edge segments on edge segments containerMethods in org.goplanit.graph.directed that return EdgeSegmentFactory Modifier and Type Method Description EdgeSegmentFactory
EdgeSegmentsImpl. getFactory()
Collect the edge segment factory to use for creating instancesConstructors in org.goplanit.graph.directed with parameters of type EdgeSegmentFactory Constructor Description EdgeSegmentsImpl(IdGroupingToken groupId, EdgeSegmentFactory edgeSegmentFactory)
Constructor -
Uses of EdgeSegmentFactory in org.goplanit.utils.graph.directed
Methods in org.goplanit.utils.graph.directed that return EdgeSegmentFactory Modifier and Type Method Description default EdgeSegmentFactory
EdgeSegments. getFactory()
Collect the edge segment factory to use for creating instances
-