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