Class StaticModel

All Implemented Interfaces:
Domain, ModelEntity

public final class StaticModel extends BasicDomain
Part of the static elevator example
See Also:
  • Constructor Details

    • StaticModel

      public StaticModel()
  • Method Details

    • getElevator

      public StaticElevator getElevator()
    • 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