|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.old_lib.games.RkGame
public class RkGame
Nir Piterman, Amir Pnueli. "Faster Solutions of Rabin and Streett Games".
Nested Class Summary | |
---|---|
static class |
RkGame.ImplicationEntity
|
Constructor Summary | |
---|---|
RkGame(Module env,
Module sys,
java.util.Set<RkGame.ImplicationEntity> pairs)
|
Method Summary | |
---|---|
BDD |
envWinningStates()
Getter for the system's winning states. |
BDD |
gameInitials()
|
Module |
getEnvPlayer()
Getter for the environment player. |
Module |
getSysPlayer()
Getter for the system player. |
BDD |
m_Streett(BDD seqng,
BDD rest)
|
BDD[] |
playersWinningStates()
|
void |
printWinningStrategy()
|
BDD |
sysWinningStates()
Getter for the environment's winning states. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RkGame(Module env, Module sys, java.util.Set<RkGame.ImplicationEntity> pairs) throws GameException
GameException
Method Detail |
---|
public BDD m_Streett(BDD seqng, BDD rest)
public void printWinningStrategy()
printWinningStrategy
in interface Game
public Module getEnvPlayer()
Getter for the environment player.
public Module getSysPlayer()
Getter for the system player.
public BDD sysWinningStates()
Getter for the environment's winning states.
public BDD envWinningStates()
Getter for the system's winning states.
public BDD gameInitials()
gameInitials
in interface Game
public BDD[] playersWinningStates()
playersWinningStates
in interface Game
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |