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 ServiceLegSegmentImplServiceLegSegmentImpl. deepClone()An id entity should always support a deep copy, i.e., all "owned" members will be deep copied when a clone of this instance is created via this call.ServiceLegSegmentImplServiceLegSegmentFactoryImpl. 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 desiredServiceLegSegmentImplServiceLegSegmentFactoryImpl. registerNew(ServiceLeg parentLeg, boolean directionAb, List<LinkSegment> networkLayerLinkSegments, 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 desiredServiceLegSegmentImplServiceLegSegmentImpl. shallowClone()Create a shallow copy of this entityConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegSegmentImpl Constructor Description ServiceLegSegmentImpl(ServiceLegSegmentImpl other, boolean deepCopy)Copy constructor
-