public abstract class AbstractMove extends Object implements Move
Move
Move
Constructor and Description |
---|
AbstractMove() |
Modifier and Type | Method and Description |
---|---|
String |
getSimpleMoveTypeDescription()
Describes the move type for statistical purposes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createUndoMove, doMove, getPlanningEntities, getPlanningValues, isMoveDoable
public String getSimpleMoveTypeDescription()
Move
The format is not formalized. Never parse the String
returned by this method.
getSimpleMoveTypeDescription
in interface Move
Copyright © 2006–2015 JBoss by Red Hat. All rights reserved.