Package | Description |
---|---|
desmoj.extensions.space3D |
Objects in a 3D space and relevant motion operations.
|
Modifier and Type | Class and Description |
---|---|
class |
MovableSpatialEntity
The class represents the movable DESMO-J Entities which should be visualized.
|
class |
MovableSpatialSimProcess
The class represents the movable DESMO-J SimProcess which should be visualized.
|
Modifier and Type | Method and Description |
---|---|
void |
MovableSpatialEntity.attach(MovableSpatialObject host) |
void |
MovableSpatialObject.attach(MovableSpatialObject host)
Snaps to another MovableSpatialObject.
|
void |
MovableSpatialSimProcess.attach(MovableSpatialObject host) |
Track |
SpatialLayoutManager.getTrack(MovableSpatialObject mover,
SpatialObject destination)
Gets a registered track which leads the moving object to the destiny.
|
SimpleTrack |
SpatialLayoutManager.getTrackStraightTo(MovableSpatialObject mover,
java.lang.String exitPoint,
Length x,
Length y,
Length z)
Generates a SimpleTrack which leads directly to the given position.
|
SimpleTrack |
SpatialLayoutManager.getTrackStraightTo(MovableSpatialObject mover,
java.lang.String exitPoint,
SpatialObject destination,
java.lang.String entryPoint)
Generates a SimpleTrack which leads directly to the given destination.
|
Constructor and Description |
---|
MovingDoneEvent(Model owner,
java.lang.String name,
boolean showInTrace,
MovableSpatialObject targetObject)
Constructs a MovingDoneEvent and checks whether the caller is a
instance of the MovableSpatialObject.
|
RotatingDoneEvent(Model owner,
java.lang.String name,
boolean showInTrace,
MovableSpatialObject targetObject)
Constructs a RotatingDoneEvent and checks whether the caller is a
instance of the MovableSpatialObject.
|