Interface Nameable

All Superinterfaces:
Identifiable
All Known Subinterfaces:
Datacenter, DatacenterBroker, SimEntity, SimEntityNullBase, Switch
All Known Implementing Classes:
AbstractSwitch, AggregateSwitch, CloudInformationService, CloudSimEntity, DatacenterBrokerAbstract, DatacenterBrokerBestFit, DatacenterBrokerFirstFit, DatacenterBrokerHeuristic, DatacenterBrokerSimple, DatacenterSimple, EdgeSwitch, HostFaultInjection, NetworkDatacenter, PowerMeter, RootSwitch

public interface Nameable extends Identifiable
An interface for objects that have to be identified by an id and that also have a name.
Since:
CloudSim Plus 1.0
Author:
Manoel Campos da Silva Filho
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface org.cloudbus.cloudsim.core.Identifiable

    getId
  • Method Details