You are on page 1of 8

1.

Main class
i) Source

Arrival rate by percentage 50% (from 500) per minutes;


Location by node;

For agent, create Container Agent


ii) Point Node

Inbound container points;


Drop off point from crane;

iii)
iv)
2. Container class
i) POD (parameter)

Name, label : POD;


Type : Integer;
Control type : text;
ii) Weight (parameter)

Name, type, label : weight;


Control type : text;
iii) Id (parameter)

Name, label : id;


Type : int;
Control type : text;
Color (parameter)

Name, label : color;


Type : other-> color;
Control Type : color picker;
iv) Initial state pointer
v) State

name : Loading;
vi) Transition

name : trantition;
triggered by : condition;
condition : randomTrue(0.5);
vii) Connection (link to agents)

name : connections;
agent type : agent;
message type : object;
3. InboundContainer

name : Inbound Container;


initial speed : 10 m/s;
Extend other agent:container;
create datasets for dynamic variables;
use model time -> recurrence time : 1 minute;
i) Coord – parameter

name : coord;
type : other -> int [] [] //integer with 2 input field;

ii)
4.

You might also like