public class SingletonSubstitution extends Object implements Substitution
| Constructor and Description |
|---|
SingletonSubstitution(Variable var,
Term term) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
composeFunctions(Function term1,
Function term2)
Deprecated.
|
boolean |
composeTerms(Term term1,
Term term2)
Deprecated.
|
Term |
get(Variable var) |
com.google.common.collect.ImmutableMap<Variable,Term> |
getMap()
Map representation of this function.
|
Term |
getTerm() |
Variable |
getVariable() |
boolean |
isEmpty() |
public Term getTerm()
public Variable getVariable()
public Term get(Variable var)
get in interface Substitutionpublic com.google.common.collect.ImmutableMap<Variable,Term> getMap()
SubstitutiongetMap in interface Substitutionpublic boolean isEmpty()
isEmpty in interface Substitution@Deprecated public boolean composeTerms(Term term1, Term term2)
SubstitutioncomposeTerms in interface Substitution@Deprecated public boolean composeFunctions(Function term1, Function term2)
SubstitutioncomposeFunctions in interface SubstitutionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.