Interface SubstitutionFactory
- All Known Implementing Classes:
DefaultSubstitutionFactory
public interface SubstitutionFactory
Factory for creating substitutions.
- Author:
- Clément Sipieter (INRIA) <clement@6pi.fr>
-
Method Summary
Modifier and TypeMethodDescriptionCreates an empty substitution.Creates a copy of the provided substitution.
-
Method Details
-
createSubstitution
-
createSubstitution
Creates a copy of the provided substitution.- Parameters:
s- the substitution to copy- Returns:
- the created substitution
-