Interface Resourceful

All Known Subinterfaces:
AbstractMachine<T>, Host, Machine, Vm
All Known Implementing Classes:
HostSimple, NetworkHost, NetworkVm, VmGroup, VmSimple

public interface Resourceful
An interface to be implemented by a machine such as a Host or Vm, that provides a polymorphic way to access a given resource like Ram, Bandwidth, SimpleStorage or Pe from a List containing such different resources.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho