ATOMIC PDEVS am_dock_undock_server

stored in DEVS_PATH/01-modelbase/orange_juice_canning/am_dock_undock_server.m

Contents

Description

Class definition file for an atomic PDEVS model that models a server for the docking and undocking process, service time is uniformly distributed

constructor call: obj = am_dock_undock_server(name,inistates,elapsed,service_time,random_seed)

Superclass

atomic (superclass acts as associated simulator)

Class Methods

characteristic functions:

display functions:

Inherited Properties

inherited from atomic:

Ports

has one input x: p1 for incoming trucks

has two outputs y: out1 and out2, first to send jobs to next process step, other for signaling

States in s

s.sigma: for time advance

s.rand_state: random number generator settings

System Parameters in sysparams

sysparams.service_time : interval for uniform distribution of service time

sysparams.random_seed : seed for random number generator

More

global SIMUSTOP : can be used to stop allover simulation





DEVS Tbx Home      Examples      Modelbase           << Back