public abstract class SPARQLFunctionSymbolImpl extends SPARQLLikeFunctionSymbolImpl implements SPARQLFunctionSymbol
FunctionSymbol.FunctionalTermNullability| Modifier | Constructor and Description |
|---|---|
protected |
SPARQLFunctionSymbolImpl(String functionSymbolName,
org.apache.commons.rdf.api.IRI functionIRI,
com.google.common.collect.ImmutableList<TermType> expectedBaseTypes) |
protected |
SPARQLFunctionSymbolImpl(String functionSymbolName,
String officialName,
com.google.common.collect.ImmutableList<TermType> expectedBaseTypes) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.commons.rdf.api.IRI> |
getIRI() |
String |
getOfficialName()
Either the string of an IRI or a regular string if such an IRI does not exist.
|
extractLexicalTerm, extractRDFTermTypeTerm, isRDFFunctionalTerm, mayReturnNullWithoutNullArgumentsanalyzeInjectivity, buildTermAfterEvaluation, canBeSafelyDecomposedIntoConjunction, decomposeInjectiveTopFunctionalTerm, enableIfElseNullLifting, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, evaluateStrictEqWithFunctionalTerm, evaluateStrictEqWithNonNullConstant, getExpectedBaseType, getExpectedBaseTypes, isAggregation, isAlwaysInjectiveInTheAbsenceOfNonInjectiveFunctionalTerms, isDeterministic, isInjective, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNull, tolerateNulls, transformIntoRegularArguments, tryToLiftMagicNumbersequals, getArity, getName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitanalyzeInjectivity, canBePostProcessed, evaluateIsNotNull, evaluateNullability, evaluateStrictEq, getExpectedBaseType, inferType, isAggregation, isDeterministic, isNullable, proposeProvenanceVariables, simplify, simplifyAsGuaranteedToBeNonNullprotected SPARQLFunctionSymbolImpl(@Nonnull String functionSymbolName, @Nonnull org.apache.commons.rdf.api.IRI functionIRI, @Nonnull com.google.common.collect.ImmutableList<TermType> expectedBaseTypes)
public Optional<org.apache.commons.rdf.api.IRI> getIRI()
getIRI in interface SPARQLFunctionSymbolpublic String getOfficialName()
SPARQLFunctionSymbolgetOfficialName in interface SPARQLFunctionSymbolCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.