Package jsl.modeling.elements.spatial
Interface PositionIfc
-
- All Known Subinterfaces:
MoverIfc
,SpatialElementIfc
- All Known Implementing Classes:
AbstractMover
,AbstractRG2DMover
,MobileResource
,Mover
,RandomMover
,ResourceLocation
,RG2DMover
,SpatialElement
,SpatialModelElement
,SpatialResource
,Transporter
public interface PositionIfc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CoordinateIfc
getPosition()
-
-
-
Method Detail
-
getPosition
CoordinateIfc getPosition()
- Returns:
- Returns the current Position.
-
-