Uses of Class
org.goplanit.network.layer.service.ServiceLegSegmentImpl
-
Packages that use ServiceLegSegmentImpl Package Description org.goplanit.network.layer.service -
-
Uses of ServiceLegSegmentImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceLegSegmentImpl Modifier and Type Method Description ServiceLegSegmentImpl
ServiceLegSegmentFactoryImpl. registerNew(ServiceLeg parentLeg, boolean directionAb, boolean registerOnServiceNodeAndLeg)
create a new service leg segment and register it on the underlying container and allow the user to let the factory register the newly create segment on both the parent leg and service nodes in the correct direction if desiredConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegSegmentImpl Constructor Description ServiceLegSegmentImpl(ServiceLegSegmentImpl serviceLegSegment)
Copy constructor
-