AnyLogic
Expand
Font size
All Implemented Interfaces:
CraneProgram.Command, Serializable
Enclosing class:
CraneProgram

@AnyLogicInternalAPI
public static class CraneProgram.CommandMoveAtomic
extends Object
implements CraneProgram.Command
See Also:
Serialized Form

Method Summary

Modifier and TypeMethodDescription
doublegetBridgeOffset() 
doublegetHookOffset() 
PointgetOffsets() 
doublegetTrolleyOffset() 
CraneProgram.CommandTypegetType() 
StringtoString() 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Method Details

getBridgeOffset

public double getBridgeOffset()

getTrolleyOffset

public double getTrolleyOffset()

getHookOffset

public double getHookOffset()

getOffsets

public Point getOffsets()

getType

public CraneProgram.CommandType getType()
Specified by:
getType in interface CraneProgram.Command

toString

public String toString()
Overrides:
toString in class Object