| Package | Description |
|---|---|
| it.unibz.inf.ontop.substitution.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SingletonSubstitution
An atomic substitution accepts only one variable in its domain.
|
class |
SubstitutionImpl
Mutable reference implementation of a Substitution.
|
| Modifier and Type | Method and Description |
|---|---|
Substitution |
UnifierUtilities.getMGU(Function first,
Function second)
Computes the Most General Unifier (MGU) for two n-ary atoms.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
SubstitutionUtilities.applySubstitution(Function atom,
Substitution unifier)
Applies the substitution to all the terms in the list.
|
static void |
SubstitutionUtilities.applySubstitution(Function atom,
Substitution unifier,
int fromIndex) |
ImmutableSubstitution<ImmutableTerm> |
ImmutableSubstitutionTools.convertMutableSubstitution(Substitution substitution) |
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.