org.eclipse.palamedes.ui.utils
Class SFactory
java.lang.Object
org.eclipse.palamedes.ui.utils.SFactory
public class SFactory
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FULL
public static final int FULL
- General Options
- See Also:
- Constant Field Values
POSITIVE_NEGATIVE
public static final int POSITIVE_NEGATIVE
- GameState Options
- See Also:
- Constant Field Values
POSITIVE
public static final int POSITIVE
- See Also:
- Constant Field Values
NO_NOOP
public static final int NO_NOOP
- Move Options
- See Also:
- Constant Field Values
SFactory
public SFactory()
toString
public static java.lang.String toString(IGameNode node)
toString
public static java.lang.String toString(IGameState state)
- Returns the string representation of a IGameState object.
Example: (fluent1 arg1 arg2) (fluent2 arg1 arg2) ...
toString
public static java.lang.String toString(java.util.List<IMove> moves)
toString
public static java.lang.String toString(IMove[] moves)
toString
public static java.lang.String toString(java.lang.Object obj)