Class NarrowingFlags
java.lang.Object
es.ucm.maude.bindings.NarrowingFlags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final NarrowingFlags
Whether variant unifiers are filtered before using the first one for narrowing (delay
option in the command).static final NarrowingFlags
Whether to activate filtered variant unification (filter
option in the command).static final NarrowingFlags
Whether to activate folding (fold
option orfvu-narrow
command).static final NarrowingFlags
Whether to allow for narrowing trace reconstruction (expensive).static final NarrowingFlags
Whether to activate variant folding (vfold
option). -
Method Summary
Modifier and TypeMethodDescriptionstatic NarrowingFlags
swigToEnum
(int swigValue) final int
toString()
-
Field Details
-
FOLD
Whether to activate folding (fold
option orfvu-narrow
command). -
VFOLD
Whether to activate variant folding (vfold
option). -
PATH
Whether to allow for narrowing trace reconstruction (expensive). -
DELAY
Whether variant unifiers are filtered before using the first one for narrowing (delay
option in the command). -
FILTER
Whether to activate filtered variant unification (filter
option in the command).
-
-
Method Details
-
swigValue
public final int swigValue() -
toString
-
swigToEnum
-