Class OpticalOduIntentCompiler
- java.lang.Object
-
- org.onosproject.net.optical.intent.impl.compiler.OpticalOduIntentCompiler
-
- All Implemented Interfaces:
org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalOduIntent>
public class OpticalOduIntentCompiler extends java.lang.Object implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalOduIntent>An intent compiler forOpticalOduIntent.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.onosproject.core.CoreServicecoreServiceprotected org.onosproject.net.device.DeviceServicedeviceServiceprotected org.onosproject.net.intent.IntentExtensionServiceintentManagerprotected org.onosproject.net.resource.ResourceServiceresourceServiceprotected org.onosproject.net.topology.TopologyServicetopologyService
-
Constructor Summary
Constructors Constructor Description OpticalOduIntentCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()java.util.List<org.onosproject.net.intent.Intent>compile(org.onosproject.net.intent.OpticalOduIntent intent, java.util.List<org.onosproject.net.intent.Intent> installable)voiddeactivate()
-
-
-
Field Detail
-
intentManager
protected org.onosproject.net.intent.IntentExtensionService intentManager
-
coreService
protected org.onosproject.core.CoreService coreService
-
topologyService
protected org.onosproject.net.topology.TopologyService topologyService
-
deviceService
protected org.onosproject.net.device.DeviceService deviceService
-
resourceService
protected org.onosproject.net.resource.ResourceService resourceService
-
-
Method Detail
-
activate
public void activate()
-
deactivate
public void deactivate()
-
compile
public java.util.List<org.onosproject.net.intent.Intent> compile(org.onosproject.net.intent.OpticalOduIntent intent, java.util.List<org.onosproject.net.intent.Intent> installable)- Specified by:
compilein interfaceorg.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalOduIntent>
-
-