Class OpticalConnectivityIntentCompiler

  • All Implemented Interfaces:
    org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalConnectivityIntent>

    public class OpticalConnectivityIntentCompiler
    extends Object
    implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalConnectivityIntent>
    An intent compiler for OpticalConnectivityIntent.
    • Field Detail

      • intentManager

        protected org.onosproject.net.intent.IntentExtensionService intentManager
      • topologyService

        protected org.onosproject.net.topology.TopologyService topologyService
      • deviceService

        protected org.onosproject.net.device.DeviceService deviceService
      • resourceService

        protected org.onosproject.net.resource.ResourceService resourceService
    • Constructor Detail

      • OpticalConnectivityIntentCompiler

        public OpticalConnectivityIntentCompiler()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • compile

        public List<org.onosproject.net.intent.Intent> compile​(org.onosproject.net.intent.OpticalConnectivityIntent intent,
                                                               List<org.onosproject.net.intent.Intent> installable)
        Specified by:
        compile in interface org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalConnectivityIntent>