Uses of Interface
org.goplanit.utils.network.layer.physical.LinkFactory
-
Packages that use LinkFactory Package Description org.goplanit.network.layer.macroscopic Macroscopic physical network component object classesorg.goplanit.network.layer.physical Physical network component object classesorg.goplanit.utils.network.layer.macroscopic org.goplanit.utils.network.layer.physical -
-
Uses of LinkFactory in org.goplanit.network.layer.macroscopic
Classes in org.goplanit.network.layer.macroscopic that implement LinkFactory Modifier and Type Class Description classMacroscopicLinkFactoryImplFactory for creating macroscopic links on macroscopic links container -
Uses of LinkFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement LinkFactory Modifier and Type Class Description classLinkFactoryImplFactory for creating links on links containerFields in org.goplanit.network.layer.physical declared as LinkFactory Modifier and Type Field Description protected LinkFactoryLinksImpl. linkFactoryfactory to useMethods in org.goplanit.network.layer.physical that return LinkFactory Modifier and Type Method Description LinkFactoryLinksImpl. getFactory()Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.physical with parameters of type LinkFactory Constructor Description LinksImpl(IdGroupingToken groupId, LinkFactory linkFactory)Constructor -
Uses of LinkFactory in org.goplanit.utils.network.layer.macroscopic
Subinterfaces of LinkFactory in org.goplanit.utils.network.layer.macroscopic Modifier and Type Interface Description interfaceMacroscopicLinkFactoryFactory interface for creating macroscopic links (that are mode aware via their macroscopic link segments). -
Uses of LinkFactory in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return LinkFactory Modifier and Type Method Description LinkFactoryLinks. getFactory()Factory to create instance of graph entity (for this container class)
-