Interface Sizeable

All Known Subinterfaces:
Datacenter
All Known Implementing Classes:
DatacenterSimple, NetworkDatacenter

public interface Sizeable
Since:
CloudSim Plus 6.0.2
Author:
Manoel Campos da Silva Filho
  • Method Summary

    Modifier and Type Method Description
    long size()
    Gets the size of the entity, represented by the number of internal other entities/elements it holds.
  • Method Details

    • size

      long size()
      Gets the size of the entity, represented by the number of internal other entities/elements it holds.
      Returns: