Uses of Interface
org.goplanit.utils.network.layer.service.ServiceLegFactory
-
Packages that use ServiceLegFactory Package Description org.goplanit.network.layer.service org.goplanit.utils.network.layer.service -
-
Uses of ServiceLegFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceLegFactory Modifier and Type Class Description class
ServiceLegFactoryImpl
Factory for creating service legs on service leg containerMethods in org.goplanit.network.layer.service that return ServiceLegFactory Modifier and Type Method Description ServiceLegFactory
ServiceLegsImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.service with parameters of type ServiceLegFactory Constructor Description ServiceLegsImpl(IdGroupingToken groupId, ServiceLegFactory serviceLegFactory)
Constructor -
Uses of ServiceLegFactory in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceLegFactory Modifier and Type Method Description ServiceLegFactory
ServiceLegs. getFactory()
Factory to create instance of graph entity (for this container class)
-