Package sfc_a

Class MainGA.tuningthread

java.lang.Object
sfc_a.MainGA.tuningthread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
MainGA

class MainGA.tuningthread
extends java.lang.Object
implements java.lang.Runnable
thread that runs tuning procedure (PAGA)
  • Field Summary

    Fields
    Modifier and Type Field Description
    (package private) network.VNFgraph cnet2  
    (package private) network.Network pnet2  
    private java.lang.Thread t  
    private java.lang.String threadName  
  • Constructor Summary

    Constructors
    Constructor Description
    tuningthread()  
  • Method Summary

    Modifier and Type Method Description
    void run()  
    void start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • t

      private java.lang.Thread t
    • threadName

      private java.lang.String threadName
    • pnet2

      network.Network pnet2
    • cnet2

      network.VNFgraph cnet2
  • Constructor Details

    • tuningthread

      tuningthread()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • start

      public void start()