Uses of Class
sfc_a.Setup

Packages that use Setup
Package Description
sfc_a
The Genetic Algorithm that performs the SFC Embedding.
  • Uses of Setup in sfc_a

    Fields in sfc_a declared as Setup
    Modifier and Type Field Description
    (package private) Setup MainGA.defsetup
    default setup
    (package private) Setup Kdb.nosetup  
    (package private) Setup GA.setup
    Running parameter setup
    Fields in sfc_a with type parameters of type Setup
    Modifier and Type Field Description
    (package private) java.util.ArrayList<Setup> Kdb.kdb  
    Methods in sfc_a that return Setup
    Modifier and Type Method Description
    Setup Kdb.find​(int vnf, int netstat)
    Find and retrieve closest setup
    Methods in sfc_a with parameters of type Setup
    Modifier and Type Method Description
    void Kdb.addsetup​(Setup n)
    add setup to db
    void MainGA.initsim2​(Setup su)
    simulation stage 2
    void GA.loadSetup​(Setup s, java.lang.String dsetup)
    load GA setup
    void GA2.loadSetup​(Setup s, java.lang.String dsetup)
    load GA setup
    Constructors in sfc_a with parameters of type Setup
    Constructor Description
    MainGA​(network.Network net, Setup setup)
    initialize network object, setup database, delete old log files