Uses of Class
ons.Core

Packages that use Core 
Package Description
ons  
  • Uses of Core in ons

    Fields in ons declared as Core 
    Modifier and Type Field Description
    protected Core[] EONLink.cores  
    Fields in ons with type parameters of type Core 
    Modifier and Type Field Description
    protected java.util.ArrayList<Core> Core.neighbors  
    Methods in ons that return Core 
    Modifier and Type Method Description
    Core[] EONLink.getCores()  
    Methods in ons that return types with arguments of type Core 
    Modifier and Type Method Description
    java.util.ArrayList<Core> Core.getNeighbors()  
    Methods in ons with parameters of type Core 
    Modifier and Type Method Description
    protected void Core.addNeighbors​(Core core)  
    void EONLink.changeCore​(int firstSlot, int lastSlot, Core oldCore, Core newCore)
    Change the spectrum core
    int[] EONLink.getAvailableCore​(int firstSlot, int lastSlot, Core core)
    Retrieves the Cores in this link has the same spectrum available of this core
    boolean EONLink.hasAvailableCore​(int firstSlot, int lastSlot, Core core)
    Retrieves if another Core in this link has the same spectrum available of this core