|
||||||||||
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.AlgebraDefine
public class SMVModule.AlgebraDefine
Constructor Summary | |
---|---|
SMVModule.AlgebraDefine(java.lang.String _name)
|
Method Summary | |
---|---|
MvSet |
and(MvSet v)
|
MvSet |
and(SMVModule.AlgebraVariable v)
|
MvSet |
not()
|
MvSet |
or(MvSet v)
|
MvSet |
or(SMVModule.AlgebraVariable v)
|
int |
size()
|
Methods inherited from class edu.toronto.cs.smv.SMVModule.Variable |
---|
eq, eq, getName, getNext, mvSet, setMvSet, setNext, toCTL, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SMVModule.AlgebraDefine(java.lang.String _name)
Method Detail |
---|
public int size()
public MvSet and(MvSet v)
public MvSet or(MvSet v)
public MvSet not()
public MvSet and(SMVModule.AlgebraVariable v)
public MvSet or(SMVModule.AlgebraVariable v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |