edu.wis.jtlv.lib.games
Class GeneralizedReactivePair
java.lang.Object
edu.wis.jtlv.lib.games.GeneralizedReactivePair
public class GeneralizedReactivePair
- extends java.lang.Object
A pair of sets of BDD's representing a generalized reactive property where if
'assumption_{1...n}', and 'guarantee_{1...m}' are given, then the
specification is "([]<>assumption_1 /\ ... /\ []<>assumption_n) ->
([]<>guarantee_1 /\ ... /\ []<>guarantee_m)".
- Author:
- yaniv sa'ar
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneralizedReactivePair
public GeneralizedReactivePair(BDD[] assumption,
BDD[] guarantee)
getNumOfAssum
public int getNumOfAssum()
getAllAssum
public BDD[] getAllAssum()
getAssum
public BDD getAssum(int idx)
getNumOfGuarantee
public int getNumOfGuarantee()
getAllGuarantee
public BDD[] getAllGuarantee()
getGuarantee
public BDD getGuarantee(int idx)