Package | Description |
---|---|
desmoj.extensions.visualization2d.animation.core.advancedModellingFeatures |
Animated version of components from
package desmoj.core.advancedModellingFeatures . |
desmoj.extensions.visualization2d.animation.core.simulator |
This package is the animated version of
package desmoj.core.simulator
|
desmoj.extensions.visualization2d.animation.internalTools |
To this package exist no desmoj analogon.
|
desmoj.extensions.visualization2d.animation.processStation |
Process station animation.
|
desmoj.extensions.visualization2d.animation.transport |
Animated movement of entities and processes on routes.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResourcePoolAnimation.provide(EntityBasicAnimation proc,
int needRes)
Entity proc need needRes resources to process.
|
void |
ResourcePoolAnimation.takeBack(EntityBasicAnimation proc,
int takeBackRes)
proc is in processing and gives resources back.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityAnimation
Animation of an Entity.
|
class |
SimProcessAnimation
Animation of a SimProcess.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryAnimation<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
Class to manage return values of:
ProcessStationNonAbstrResAnimation.remove(EntityBasicAnimation e)
ProcessStationAbstrResAnimation.remove(EntityBasicAnimation e)
ProcessStationNoResAnimation.remove(EntityBasicAnimation e)
This methods remove the entry which contains e.
|
class |
EntryAnimation<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
Class to manage return values of:
ProcessStationNonAbstrResAnimation.remove(EntityBasicAnimation e)
ProcessStationAbstrResAnimation.remove(EntityBasicAnimation e)
ProcessStationNoResAnimation.remove(EntityBasicAnimation e)
This methods remove the entry which contains e.
|
class |
EntryAnimationVector<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
used in:
ProcessStationNonAbstrResAnimation
ProcessStationAbstrResAnimation
ProcessStationNoResAnimation
|
class |
EntryAnimationVector<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
used in:
ProcessStationNonAbstrResAnimation
ProcessStationAbstrResAnimation
ProcessStationNoResAnimation
|
Modifier and Type | Method and Description |
---|---|
EntityBasicAnimation |
EntryAnimation.getOneEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
EntryAnimation.contains(EntityBasicAnimation entity) |
boolean |
EntryAnimationVector.contains(EntityBasicAnimation entity) |
EntryAnimation<Proc,Res> |
EntryAnimationVector.remove(EntityBasicAnimation entity) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessStationAnimation<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
Animation of ProcessStation,
there are some SimProcesses as Resource
and some as processed Entities
|
class |
ProcessStationAnimation<Proc extends EntityBasicAnimation,Res extends EntityBasicAnimation>
Animation of ProcessStation,
there are some SimProcesses as Resource
and some as processed Entities
|
class |
ProcessStationOldAnimation<Res extends EntityBasicAnimation,Proc extends EntityBasicAnimation>
Deprecated.
|
class |
ProcessStationOldAnimation<Res extends EntityBasicAnimation,Proc extends EntityBasicAnimation>
Deprecated.
|
class |
ProcessStationResAbstrAnimation<Proc extends EntityBasicAnimation>
Animation of ProcessStation, there are some SimProcesses as Resource and some as processed Entities
|
class |
ProcessStationResNoAnimation<Proc extends EntityBasicAnimation>
Animation of ProcessStation with no resources,
there are some SimProcesses processed Entities
|
Modifier and Type | Method and Description |
---|---|
EntryAnimation<Proc,EntityBasicAnimation> |
ProcessStationResAbstrAnimation.remove(Proc e)
Remove the process entry which contains the process entity e.
|
EntryAnimation<Proc,EntityBasicAnimation> |
ProcessStationResNoAnimation.remove(Proc e)
Remove the process entry which contains the process entity e.
|
Modifier and Type | Method and Description |
---|---|
EntryAnimation<Proc,Res> |
ProcessStationAnimation.remove(EntityBasicAnimation e)
Remove the process entry which contains the entity e.
|
Modifier and Type | Class and Description |
---|---|
class |
TransportRouteAnimation<E extends EntityBasicAnimation>
Creates a RouteAnimation for EntityAnimations or SimProcessAnimations
|