Uses of Interface
org.goplanit.utils.network.layer.service.ServiceLegSegmentFactory
-
Packages that use ServiceLegSegmentFactory Package Description org.goplanit.network.layer.service org.goplanit.utils.network.layer.service -
-
Uses of ServiceLegSegmentFactory in org.goplanit.network.layer.service
Classes in org.goplanit.network.layer.service that implement ServiceLegSegmentFactory Modifier and Type Class Description class
ServiceLegSegmentFactoryImpl
Factory for creating service leg segments on service leg segment containerMethods in org.goplanit.network.layer.service that return ServiceLegSegmentFactory Modifier and Type Method Description ServiceLegSegmentFactory
ServiceLegSegmentsImpl. getFactory()
Factory to create instance of graph entity (for this container class)Constructors in org.goplanit.network.layer.service with parameters of type ServiceLegSegmentFactory Constructor Description ServiceLegSegmentsImpl(IdGroupingToken groupId, ServiceLegSegmentFactory serviceLegSegmentFactory)
Constructor -
Uses of ServiceLegSegmentFactory in org.goplanit.utils.network.layer.service
Methods in org.goplanit.utils.network.layer.service that return ServiceLegSegmentFactory Modifier and Type Method Description ServiceLegSegmentFactory
ServiceLegSegments. getFactory()
Factory to create instance of graph entity (for this container class)
-