public abstract class Command extends Object
Command()
Command(boolean relative)
abstract char
getAbsoluteCommand()
getRelativeCommand()
boolean
isRelative()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Command()
public Command(boolean relative)
public boolean isRelative()
public abstract char getAbsoluteCommand()
public abstract char getRelativeCommand()
Copyright © 2018 Xalys. All rights reserved.