Interface Builder

All Known Subinterfaces:
BrokerBuilderInterface
All Known Implementing Classes:
BrokerBuilder, BrokerBuilderDecorator, CloudletBuilder, DatacenterBuilder, HostBuilder, PeBuilder, VmBuilder

public interface Builder
A Builder interface for creation of simulation objects, such as Datacenter, Host, Vm DatacenterBroker and Cloudlet. The builders helps in the creation of such objects, by allowing to set standard attribute's values in order to create several objects with the same characteristics.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Method Summary

    Modifier and Type Method Description
    default void validateAmount​(double amount)  
  • Method Details

    • validateAmount

      default void validateAmount​(double amount)