public class ImmutableHomomorphism extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ImmutableHomomorphism.Builder |
| Modifier and Type | Method and Description |
|---|---|
VariableOrGroundTerm |
apply(VariableOrGroundTerm term) |
ImmutableExpression |
applyToBooleanExpression(ImmutableExpression booleanExpression,
TermFactory termFactory) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,VariableOrGroundTerm> |
asMap() |
static ImmutableHomomorphism.Builder |
builder() |
static ImmutableHomomorphism.Builder |
builder(ImmutableHomomorphism homomorphism) |
boolean |
equals(Object other) |
String |
toString() |
public static ImmutableHomomorphism.Builder builder()
public static ImmutableHomomorphism.Builder builder(ImmutableHomomorphism homomorphism)
public VariableOrGroundTerm apply(VariableOrGroundTerm term)
public it.unibz.inf.ontop.com.google.common.collect.ImmutableMap<Variable,VariableOrGroundTerm> asMap()
public ImmutableExpression applyToBooleanExpression(ImmutableExpression booleanExpression, TermFactory termFactory)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.