|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.algebra.IntAlgebraWrapper
edu.toronto.cs.algebra.IntBelnapAlgebraWrapper
public class IntBelnapAlgebraWrapper
Provides an int based wrapper methods to IAlgebra so that it can be used with C programs.
Constructor Summary | |
---|---|
IntBelnapAlgebraWrapper(BelnapAlgebra _algebra)
|
Method Summary | |
---|---|
int |
infoJoin(int v1,
int v2)
|
int |
infoMeet(int v1,
int v2)
|
int |
infoNeg(int v1)
|
Methods inherited from class edu.toronto.cs.algebra.IntAlgebraWrapper |
---|
bot, eq, geq, getAlgebra, impl, join, leq, meet, neg, noValue, top |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntBelnapAlgebraWrapper(BelnapAlgebra _algebra)
Method Detail |
---|
public int infoMeet(int v1, int v2)
infoMeet
in class IntAlgebraWrapper
public int infoJoin(int v1, int v2)
infoJoin
in class IntAlgebraWrapper
public int infoNeg(int v1)
infoNeg
in class IntAlgebraWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |