Class OpticalPathIntentCompiler

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

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

      Fields 
      Modifier and Type Field Description
      protected org.onosproject.core.CoreService coreService  
      protected org.onosproject.net.device.DeviceService deviceService  
      protected org.onosproject.net.intent.IntentExtensionService intentManager  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void activate()  
      java.util.List<org.onosproject.net.intent.Intent> compile​(org.onosproject.net.intent.OpticalPathIntent intent, java.util.List<org.onosproject.net.intent.Intent> installable)  
      void deactivate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.util.List<org.onosproject.net.intent.Intent> compile​(org.onosproject.net.intent.OpticalPathIntent intent,
                                                                         java.util.List<org.onosproject.net.intent.Intent> installable)
        Specified by:
        compile in interface org.onosproject.net.intent.IntentCompiler<org.onosproject.net.intent.OpticalPathIntent>