org.eclipse.palamedes.ui.utils
Class SFactory

java.lang.Object
  extended by org.eclipse.palamedes.ui.utils.SFactory

public class SFactory
extends java.lang.Object


Field Summary
static int FULL
          General Options
static int NO_NOOP
          Move Options
static int POSITIVE
           
static int POSITIVE_NEGATIVE
          GameState Options
 
Constructor Summary
SFactory()
           
 
Method Summary
static java.lang.String toString(IGameNode node)
           
static java.lang.String toString(IGameState state)
          Returns the string representation of a IGameState object.
static java.lang.String toString(IMove[] moves)
           
static java.lang.String toString(java.util.List<IMove> moves)
           
static java.lang.String toString(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SFactory

public SFactory()
Method Detail

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)