Uses of Class
org.goplanit.network.layer.service.ServiceLegImpl
-
Packages that use ServiceLegImpl Package Description org.goplanit.network.layer.service -
-
Uses of ServiceLegImpl in org.goplanit.network.layer.service
Methods in org.goplanit.network.layer.service that return ServiceLegImpl Modifier and Type Method Description ServiceLegImpl
ServiceLegFactoryImpl. registerNew(ServiceNode nodeA, ServiceNode nodeB, boolean registerOnNodes)
Create new service leg on containerMethods in org.goplanit.network.layer.service with parameters of type ServiceLegImpl Modifier and Type Method Description protected void
ServiceLegFactoryImpl. registerOnNodes(ServiceLegImpl leg)
Register the leg on its nodesConstructors in org.goplanit.network.layer.service with parameters of type ServiceLegImpl Constructor Description ServiceLegImpl(ServiceLegImpl serviceLeg)
Copy Constructor.
-