Class OpticalPathIntentCompiler

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

    public class OpticalPathIntentCompiler
    extends Object
    implements org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalPathIntent>
    • Field Detail

      • intentManager

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

        protected org.onosproject.core.CoreService coreService
      • deviceService

        protected org.onosproject.net.device.DeviceService deviceService
    • Constructor Detail

      • OpticalPathIntentCompiler

        public OpticalPathIntentCompiler()
    • Method Detail

      • activate

        public void activate()
      • deactivate

        public void deactivate()
      • compile

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