Uses of Class
org.eclipse.palamedes.gdl.core.simulation.Match

Packages that use Match
org.eclipse.palamedes.gdl.connection   
org.eclipse.palamedes.gdl.core.simulation   
org.eclipse.palamedes.gdl.core.simulation.strategies   
 

Uses of Match in org.eclipse.palamedes.gdl.connection
 

Subclasses of Match in org.eclipse.palamedes.gdl.connection
protected static class Player.RealMatch
           
 

Uses of Match in org.eclipse.palamedes.gdl.core.simulation
 

Methods in org.eclipse.palamedes.gdl.core.simulation that return Match
 Match[] SimulatorIntern.getMatchs()
           
 Match[] Simulator.getMatchs()
           
 

Methods in org.eclipse.palamedes.gdl.core.simulation with parameters of type Match
 void IStrategy.initMatch(Match match)
           
 

Uses of Match in org.eclipse.palamedes.gdl.core.simulation.strategies
 

Fields in org.eclipse.palamedes.gdl.core.simulation.strategies declared as Match
protected  Match AbstractStrategy.match
           
 

Methods in org.eclipse.palamedes.gdl.core.simulation.strategies with parameters of type Match
 void SDFS.initMatch(Match initMatch)
           
 void SMonteCarloUCT.initMatch(Match newMatch)
           
 void SMonteCarlo.initMatch(Match initMatch)
           
 void AbstractStrategy.initMatch(Match initMatch)