|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.yasm.pprogram.SkipMvRelation
public class SkipMvRelation
Constructor Summary | |
---|---|
SkipMvRelation(MvSet _invariant)
|
Method Summary | |
---|---|
MvSet |
bwdImage(MvSet v)
Describe bwdImage method here. |
MvSet |
dualBwdImage(MvSet v)
Dual of bwdImage dualBwdImage (v) == ! bwdImage (! v) |
MvSet |
fwdImage(MvSet v)
Describe fwdImage method here. |
MvSet |
toMvSet()
Describe toMvSet method here. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SkipMvRelation(MvSet _invariant)
Method Detail |
---|
public MvSet fwdImage(MvSet v)
MvRelation
fwdImage
method here.
computes forward image of v
fwdImage
in interface MvRelation
v
- a MvSet
value
MvSet
valuepublic MvSet dualBwdImage(MvSet v)
MvRelation
dualBwdImage
in interface MvRelation
v
- a MvSet
value
MvSet
valuepublic MvSet bwdImage(MvSet v)
MvRelation
bwdImage
method here.
computes backward image of v
bwdImage
in interface MvRelation
v
- a MvSet
value
MvSet
valuepublic MvSet toMvSet()
MvRelation
toMvSet
method here.
toMvSet
in interface MvRelation
MvSet
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |