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