Interface VariableGenerator
- All Superinterfaces:
TermGenerator
- All Known Implementing Classes:
DefaultVariableGenerator, StoredVariableGenerator
Generates fresh variables.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Modifier and TypeMethodDescriptionGenerate a fresh variable, i.e. a variable that does not already exist.
-
Method Details
-
getFreshSymbol
Variable getFreshSymbol()Generate a fresh variable, i.e. a variable that does not already exist.- Specified by:
getFreshSymbolin interfaceTermGenerator- Returns:
- a fresh variable.
-