Uses of Interface
org.goplanit.utils.network.layer.macroscopic.MacroscopicLinkSegmentFactory
-
Packages that use MacroscopicLinkSegmentFactory Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.utils.network.layer.macroscopic -
-
Uses of MacroscopicLinkSegmentFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement MacroscopicLinkSegmentFactory Modifier and Type Class Description class
MacroscopicLinkSegmentFactoryImpl
Factory for creating link segments on link segments containerMethods in org.goplanit.network.layer.macroscopic that return MacroscopicLinkSegmentFactory Modifier and Type Method Description MacroscopicLinkSegmentFactory
MacroscopicLinkSegmentsImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.macroscopic with parameters of type MacroscopicLinkSegmentFactory Constructor Description MacroscopicLinkSegmentsImpl(IdGroupingToken groupId, MacroscopicLinkSegmentFactory linkSegmentFactory)
Constructor -
Uses of MacroscopicLinkSegmentFactory in org.goplanit.utils.network.layer.macroscopic
Methods in org.goplanit.utils.network.layer.macroscopic that return MacroscopicLinkSegmentFactory Modifier and Type Method Description MacroscopicLinkSegmentFactory
MacroscopicLinkSegments. getFactory()
Factory to create instance of graph entity (for this container class)
-