Class MM1Model.Entity

java.lang.Object
nl.tudelft.simulation.dsol.demo.event.mm1.MM1Model.Entity
Enclosing class:
MM1Model

protected class MM1Model.Entity extends Object
  • Constructor Details

    • Entity

      public Entity(int id, double createTime)
      Parameters:
      id - int; entity id number
      createTime - double; time of creation for statistics
  • Method Details

    • getCreateTime

      public double getCreateTime()
      Returns:
      time of creation for statistics
    • getId

      public int getId()
      Returns:
      entity id number
    • toString

      public String toString()
      Overrides:
      toString in class Object