|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wis.jtlv.lib.games.ReactivePair
public class ReactivePair
A pair of BDD's representing a reactive property where if 'assumption', and 'guarantee' are given, then the specification is "[]<>assumption -> []<>guarantee".
Constructor Summary | |
---|---|
ReactivePair(BDD assumption,
BDD guarantee)
|
Method Summary | |
---|---|
BDD |
getAssum()
|
BDD |
getGuarantee()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReactivePair(BDD assumption, BDD guarantee)
Method Detail |
---|
public BDD getAssum()
public BDD getGuarantee()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |