org.eclipse.palamedes.gdl.connection
Class Player.RealMatch

java.lang.Object
  extended by org.eclipse.palamedes.gdl.core.simulation.Match
      extended by org.eclipse.palamedes.gdl.connection.Player.RealMatch
Enclosing class:
Player

protected static class Player.RealMatch
extends Match


Constructor Summary
Player.RealMatch(java.lang.String matchId, IGame game, IStrategy strategy, java.lang.String role, int start, int play)
           
 
Method Summary
 
Methods inherited from class org.eclipse.palamedes.gdl.core.simulation.Match
getCurrentNode, getGame, getGoalValue, getHistory, getMove, getPlayTime, getReliabilityValue, getRole, getStartTime, getStrategy, getTimer, makeTurn, makeTurn, setCurrentNode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Player.RealMatch

public Player.RealMatch(java.lang.String matchId,
                        IGame game,
                        IStrategy strategy,
                        java.lang.String role,
                        int start,
                        int play)