Package | Description |
---|---|
desmoj.extensions.visualization2d.engine.model |
Properties of Entities, EntityTypes, Lists, Processes, Stations and Routes... required for 2D animation.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Attribute> |
Entity.getAttributeHistory(java.lang.String key)
get history vector of attribute
|
java.util.List<Attribute> |
Entity.getContainerHistory()
get vector of containerHistory
|
java.util.List<Attribute> |
Entity.getNameAttribute()
get vector with all historical name-keys
|
java.util.List<Attribute> |
Entity.getPriorityAttribute()
get historical vector of priorities
|
java.util.List<Attribute> |
Entity.getStateHistory()
get vector of state history
|
java.util.List<Attribute> |
Entity.getVelocityAttribute()
get historical vector of velocity
|
Constructor and Description |
---|
EntityType(java.lang.String id,
Model model,
int width,
int height,
Attribute[] posStates,
java.lang.String[] posAttr,
int show) |