public class OpticalConnectivityIntentCompiler
extends java.lang.Object
implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalConnectivityIntent>
OpticalConnectivityIntent.| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.net.device.DeviceService |
deviceService |
protected org.onosproject.net.intent.IntentExtensionService |
intentManager |
protected static org.slf4j.Logger |
log |
protected org.onosproject.net.resource.ResourceService |
resourceService |
protected org.onosproject.net.topology.TopologyService |
topologyService |
| Constructor and Description |
|---|
OpticalConnectivityIntentCompiler() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
java.util.List<org.onosproject.net.intent.Intent> |
compile(org.onosproject.net.intent.OpticalConnectivityIntent intent,
java.util.List<org.onosproject.net.intent.Intent> installable) |
void |
deactivate() |
protected static final org.slf4j.Logger log
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.intent.IntentExtensionService intentManager
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.topology.TopologyService topologyService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.device.DeviceService deviceService
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.net.resource.ResourceService resourceService
@Activate public void activate()
@Deactivate public void deactivate()
public java.util.List<org.onosproject.net.intent.Intent> compile(org.onosproject.net.intent.OpticalConnectivityIntent intent,
java.util.List<org.onosproject.net.intent.Intent> installable)
compile in interface org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalConnectivityIntent>