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

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

Method Summary

Modifier and TypeMethodDescription
doublegetSafeHeight() 
CraneProgram.CommandTypegetType() 
PointgetXYZ() 
StringtoString() 

Methods inherited from class java.lang.Object

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

Method Details

getSafeHeight

public double getSafeHeight()

getXYZ

public Point getXYZ()

getType

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

toString

public String toString()
Overrides:
toString in class Object