Class WorkStation

    • Constructor Detail

      • WorkStation

        public WorkStation​(ModelElement parent,
                           java.lang.String name)
      • WorkStation

        public WorkStation​(ModelElement parent,
                           java.lang.String name,
                           int numServers)
    • Method Detail

      • setServiceTimeInitialRandomSource

        public final void setServiceTimeInitialRandomSource​(RandomIfc d)
        Parameters:
        d -
      • receive

        protected void receive​(Entity entity)
        Description copied from class: EntityReceiver
        Represents logic to correctly receive the entity and process it accordingly
        Specified by:
        receive in class EntityReceiver