Class NewFreshVariableFactory
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.NewFreshVariableFactory
Utils class for generating new Variables.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Variable
createEnumeratedNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) static Variable
createNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables)
-
Method Details
-
createNewFreshVariable
-
createEnumeratedNewFreshVariable
-