Uses of Interface
org.goplanit.utils.network.layer.physical.ConjugateNodeFactory
-
Packages that use ConjugateNodeFactory Package Description org.goplanit.network.layer.physical Physical network component object classesorg.goplanit.utils.network.layer.physical -
-
Uses of ConjugateNodeFactory in org.goplanit.network.layer.physical
Classes in org.goplanit.network.layer.physical that implement ConjugateNodeFactory Modifier and Type Class Description class
ConjugateNodeFactoryImpl
Factory for creating nodes on conjugate nodes container.Methods in org.goplanit.network.layer.physical that return ConjugateNodeFactory Modifier and Type Method Description ConjugateNodeFactory
ConjugateNodesImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.physical with parameters of type ConjugateNodeFactory Constructor Description ConjugateNodesImpl(IdGroupingToken groupId, ConjugateNodeFactory nodeFactory)
Constructor -
Uses of ConjugateNodeFactory in org.goplanit.utils.network.layer.physical
Methods in org.goplanit.utils.network.layer.physical that return ConjugateNodeFactory Modifier and Type Method Description ConjugateNodeFactory
ConjugateNodes. getFactory()
Factory to create instance of graph entity (for this container class)
-