public interface Substitution
| Modifier and Type | Method and Description |
|---|---|
boolean |
composeFunctions(Function term1,
Function term2)
Composes two functional terms.
|
boolean |
composeTerms(Term term1,
Term term2)
Creates a singleton substitution out of term1 and term2.
|
Term |
get(Variable var) |
Map<Variable,Term> |
getMap()
Map representation of this function.
|
boolean |
isEmpty() |
boolean isEmpty()
boolean composeTerms(Term term1, Term term2)
term1 - term2 - Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.