|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Substitution
Class modelling a Substitution.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,Term> |
getSubstitution()
Returns the substitution as a mapping from variables to terms. |
void |
merge(Substitution newSubst)
Merges a given substitution with this substitution if they are compatible. |
| Method Detail |
|---|
java.util.Map<java.lang.String,Term> getSubstitution()
void merge(Substitution newSubst)
throws UnificationException
newSubst - The substitution to be merged.
UnificationException - In case the substitution cannot be merged into
this substitution.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||