|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.smv.SMVModule.Variable
edu.toronto.cs.smv.SMVModule.IntDefine
edu.toronto.cs.smv.SMVModule.IntVariable
public class SMVModule.IntVariable
Constructor Summary | |
---|---|
SMVModule.IntVariable(java.lang.String _name,
int start,
int stop)
|
Method Summary | |
---|---|
int |
bitSize()
|
MvSet |
buildMvSet()
|
java.lang.Integer[] |
getValues()
|
void |
setBits(int[] v)
|
int |
size()
|
CTLNode |
toCTL(AlgebraValue[] state)
|
Methods inherited from class edu.toronto.cs.smv.SMVModule.IntDefine |
---|
eq, geq, gt, leq, lt, minus, plus |
Methods inherited from class edu.toronto.cs.smv.SMVModule.Variable |
---|
eq, eq, getName, getNext, mvSet, setMvSet, setNext, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SMVModule.IntVariable(java.lang.String _name, int start, int stop)
Method Detail |
---|
public java.lang.Integer[] getValues()
public int size()
size
in class SMVModule.IntDefine
public int bitSize()
public void setBits(int[] v)
public MvSet buildMvSet()
buildMvSet
in class SMVModule.IntDefine
public CTLNode toCTL(AlgebraValue[] state)
toCTL
in class SMVModule.Variable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |