Uses of Interface
org.goplanit.utils.network.layer.service.ServiceNodeFactory
-
Packages that use ServiceNodeFactory Package Description org.goplanit.network.layer.service org.goplanit.utils.network.layer.service -
-
Uses of ServiceNodeFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceNodeFactory Modifier and Type Class Description class
ServiceNodeFactoryImpl
Factory for creating nodes on nodes containerMethods in org.goplanit.network.layer.service that return ServiceNodeFactory Modifier and Type Method Description ServiceNodeFactory
ServiceNodesImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.service with parameters of type ServiceNodeFactory Constructor Description ServiceNodesImpl(IdGroupingToken groupId, ServiceNodeFactory serviceNodeFactory)
Constructor -
Uses of ServiceNodeFactory in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceNodeFactory Modifier and Type Method Description ServiceNodeFactory
ServiceNodes. getFactory()
Factory to create instance of graph entity (for this container class)
-