|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.toronto.cs.mvset.MvSetMvRelation
public class MvSetMvRelation
MvSetMvRelation.java Created: Thu Jun 10 22:57:42 2004
Constructor Summary | |
---|---|
MvSetMvRelation(MvSet _reln,
MvSet _preVariablesCube,
MvSet _postVariablesCube,
int[] _preToPostMap,
int[] _postToPreMap)
|
|
MvSetMvRelation(MvSet _reln,
MvSet _invariant,
MvSet _preVariablesCube,
MvSet _postVariablesCube,
int[] _preToPostMap,
int[] _postToPreMap)
Creates a new MvSetMvRelation instance. |
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 MvSetMvRelation(MvSet _reln, MvSet _preVariablesCube, MvSet _postVariablesCube, int[] _preToPostMap, int[] _postToPreMap)
public MvSetMvRelation(MvSet _reln, MvSet _invariant, MvSet _preVariablesCube, MvSet _postVariablesCube, int[] _preToPostMap, int[] _postToPreMap)
MvSetMvRelation
instance.
_reln
- a MvSet
value_invariant
- a MvSet
value_preVariablesCube
- a MvSet
value_postVariablesCube
- a MvSet
value_preToPostMap
- an int[]
value_postToPreMap
- an int[]
valueMethod Detail |
---|
public MvSet bwdImage(MvSet v)
MvRelation
bwdImage
method here.
computes backward image of v
bwdImage
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 fwdImage(MvSet v)
MvRelation
fwdImage
method here.
computes forward image of v
fwdImage
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 |