Package | Description |
---|---|
desmoj.extensions.visualization2d.engine.model |
Properties of Entities, EntityTypes, Lists, Processes, Stations and Routes... required for 2D animation.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundElement
The class describe background elements to give a structure of animation.
|
class |
BackgroundLine
The class describe background elements to give a structure of animation.
|
class |
Bin
describes a unbounded stock
|
class |
Container<E>
Basis-implementation of an container of entities
It's a hashtable.
|
class |
Entity
An entity is a basic-object of animation.
|
class |
List
A list of entities, entities are sorted by priority.
|
class |
Process
Working-station with a line of resource-entities and a line of processed entities
|
class |
ProcessNew
Working-station with a line of resource-entities and a line of processed entities.
|
class |
Resource
Resource-station with waiting queue and process station.
|
class |
Route
A route is a polyline between a start- and a end-station.
|
class |
Station
A station is a start- or end-point of a route
|
class |
Statistic
Class to store a time series(typeData = DATA_TimeSeries) or
a observation series (typeData = DATA_Observations).
|
class |
Stock
Stock with capacity
|
class |
WaitingQueue
Waiting Queue for master slave cooperation
|