public class MultitypedInputUnarySPARQLFunctionSymbolImpl extends ReduciblePositiveAritySPARQLFunctionSymbolImpl
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultitypedInputUnarySPARQLFunctionSymbolImpl.TriFunction<T,U,V,R> |
FunctionSymbol.FunctionalTermNullability| Modifier | Constructor and Description |
|---|---|
protected |
MultitypedInputUnarySPARQLFunctionSymbolImpl(String functionSymbolName,
org.apache.commons.rdf.api.IRI functionIRI,
RDFTermType inputBaseType,
RDFTermType targetType,
boolean isAlwaysInjective,
DBTypeFactory dbTypeFactory,
Function<DBTermType,DBFunctionSymbol> dbFunctionSymbolFct) |
protected |
MultitypedInputUnarySPARQLFunctionSymbolImpl(String functionSymbolName,
org.apache.commons.rdf.api.IRI functionIRI,
RDFTermType inputBaseType,
RDFTermType targetType,
boolean isAlwaysInjective,
MultitypedInputUnarySPARQLFunctionSymbolImpl.TriFunction<TermFactory,ImmutableTerm,ImmutableTerm,ImmutableFunctionalTerm> lexicalTermFct) |
protected |
MultitypedInputUnarySPARQLFunctionSymbolImpl(String functionSymbolName,
String officialName,
RDFTermType inputBaseType,
RDFTermType targetType,
boolean isAlwaysInjective,
DBTypeFactory dbTypeFactory,
Function<DBTermType,DBFunctionSymbol> dbFunctionSymbolFct) |
protected |
MultitypedInputUnarySPARQLFunctionSymbolImpl(String functionSymbolName,
String officialName,
RDFTermType inputBaseType,
RDFTermType targetType,
boolean isAlwaysInjective,
MultitypedInputUnarySPARQLFunctionSymbolImpl.TriFunction<TermFactory,ImmutableTerm,ImmutableTerm,ImmutableFunctionalTerm> lexicalTermFct) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBePostProcessed(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
1.
|
protected ImmutableTerm |
computeLexicalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> subLexicalTerms,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> typeTerms,
TermFactory termFactory,
ImmutableTerm returnedTypeTerm)
Compute the lexical term when there is no input type error
|
protected ImmutableTerm |
computeTypeTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> subLexicalTerms,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> typeTerms,
TermFactory termFactory,
VariableNullability variableNullability) |
Optional<TermTypeInference> |
inferType(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms) |
boolean |
isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms()
When the function symbol is, in the absence of non-injective functional sub-terms, sometimes but not always injective,
please override isInjective(...)
|
buildTermAfterEvaluation, evaluateInputTypeError, tolerateNullsgetIRI, getOfficialNameextractLexicalTerm, extractRDFTermTypeTerm, isRDFFunctionalTerm, mayReturnNullWithoutNullArgumentsanalyzeInjectivity, canBeSafelyDecomposedIntoConjunction, decomposeInjectiveTopFunctionalTerm, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isAggregation, isDeterministic, isInjective, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNull, transformIntoRegularArguments, tryToLiftMagicNumbersequals, getArity, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitanalyzeInjectivity, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNullprotected MultitypedInputUnarySPARQLFunctionSymbolImpl(@Nonnull String functionSymbolName, @Nonnull org.apache.commons.rdf.api.IRI functionIRI, @Nonnull RDFTermType inputBaseType, @Nonnull RDFTermType targetType, boolean isAlwaysInjective, MultitypedInputUnarySPARQLFunctionSymbolImpl.TriFunction<TermFactory,ImmutableTerm,ImmutableTerm,ImmutableFunctionalTerm> lexicalTermFct)
protected MultitypedInputUnarySPARQLFunctionSymbolImpl(@Nonnull String functionSymbolName, @Nonnull org.apache.commons.rdf.api.IRI functionIRI, @Nonnull RDFTermType inputBaseType, @Nonnull RDFTermType targetType, boolean isAlwaysInjective, DBTypeFactory dbTypeFactory, Function<DBTermType,DBFunctionSymbol> dbFunctionSymbolFct)
protected MultitypedInputUnarySPARQLFunctionSymbolImpl(@Nonnull String functionSymbolName, @Nonnull String officialName, @Nonnull RDFTermType inputBaseType, @Nonnull RDFTermType targetType, boolean isAlwaysInjective, MultitypedInputUnarySPARQLFunctionSymbolImpl.TriFunction<TermFactory,ImmutableTerm,ImmutableTerm,ImmutableFunctionalTerm> lexicalTermFct)
protected MultitypedInputUnarySPARQLFunctionSymbolImpl(@Nonnull String functionSymbolName, @Nonnull String officialName, @Nonnull RDFTermType inputBaseType, @Nonnull RDFTermType targetType, boolean isAlwaysInjective, DBTypeFactory dbTypeFactory, Function<DBTermType,DBFunctionSymbol> dbFunctionSymbolFct)
protected ImmutableTerm computeLexicalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> subLexicalTerms, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> typeTerms, TermFactory termFactory, ImmutableTerm returnedTypeTerm)
ReduciblePositiveAritySPARQLFunctionSymbolImplcomputeLexicalTerm in class ReduciblePositiveAritySPARQLFunctionSymbolImplprotected ImmutableTerm computeTypeTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> subLexicalTerms, it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> typeTerms, TermFactory termFactory, VariableNullability variableNullability)
computeTypeTerm in class ReduciblePositiveAritySPARQLFunctionSymbolImplpublic boolean isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms()
FunctionSymbolImplisAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms in class FunctionSymbolImplpublic Optional<TermTypeInference> inferType(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> terms)
public boolean canBePostProcessed(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
FunctionSymbolCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.