Class DynamicModel

All Implemented Interfaces:
Domain, ModelEntity

public class DynamicModel extends RoutingDomain
Part of the dynamic elevator example
See Also:
  • Constructor Details

    • DynamicModel

      public DynamicModel()
  • Method Details

    • getElevator

      public DynamicElevator getElevator()
    • getFloor

      public Floor getFloor(int i)
    • getLobby

      public Floor getLobby()
    • getName

      public String getName()
      Description copied from interface: ModelEntity
      Returns the name of this model entity

      Returns an empty string as default, may be overridden in derived classes.

      Specified by:
      getName in interface ModelEntity
      Overrides:
      getName in class BasicModelEntity
      Returns:
      the name of this model entity, may be an empty string but not null