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