| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.Builder.build() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
TemplateFactory.getComponents(String template) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.of(String prefix,
int index) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.of(String prefix,
int index0,
String separator,
int index1) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.replaceFirst(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String prefix) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.replaceLast(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
NonVariableTerm |
TemplateFactory.getTemplateTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.replaceFirst(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String prefix) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
Template.replaceLast(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
String suffix) |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
AbstractTemplateFactory.getComponents(String template) |
static it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
TemplateParser.getComponents(String template,
boolean emptyPlaceholders) |
| Modifier and Type | Method and Description |
|---|---|
protected NonVariableTerm |
AbstractTemplateFactory.templateComponentToTerm(Template.Component c) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TemplateParser.getEncodedTemplateString(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
NonVariableTerm |
BnodeTemplateFactory.getTemplateTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
NonVariableTerm |
LiteralTemplateFactory.getTemplateTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
NonVariableTerm |
IRITemplateFactory.getTemplateTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
protected it.unibz.inf.ontop.com.google.common.collect.ImmutableList<ImmutableTerm> |
ObjectTemplateFactory.getTemplateTerms(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFunctionalTerm |
TermFactory.getBnodeFunctionalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> bnodeTemplate,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments) |
ImmutableFunctionalTerm |
TermFactory.getIRIFunctionalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> iriTemplate,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments)
At least one argument for the IRI functional term with an IRI template is required
|
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
ObjectStringTemplateFunctionSymbol.getTemplateComponents() |
| Modifier and Type | Method and Description |
|---|---|
BnodeStringTemplateFunctionSymbol |
DBFunctionSymbolFactory.getBnodeStringTemplateFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> bnodeTemplate)
NB: a functional term using this symbol is producing a NULL or a DB string
|
IRIStringTemplateFunctionSymbol |
DBFunctionSymbolFactory.getIRIStringTemplateFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> iriTemplate)
NB: a functional term using this symbol is producing a NULL or a DB string
|
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
SafeSeparatorFragment.getComponents() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
ObjectStringTemplateFunctionSymbolImpl.getTemplateComponents() |
| Modifier and Type | Method and Description |
|---|---|
protected static IRIStringTemplateFunctionSymbol |
IRIStringTemplateFunctionSymbolImpl.createFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> template,
TypeFactory typeFactory) |
static BnodeStringTemplateFunctionSymbol |
BnodeStringTemplateFunctionSymbolImpl.createFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> template,
TypeFactory typeFactory) |
BnodeStringTemplateFunctionSymbol |
AbstractDBFunctionSymbolFactory.getBnodeStringTemplateFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> bnodeTemplate) |
IRIStringTemplateFunctionSymbol |
AbstractDBFunctionSymbolFactory.getIRIStringTemplateFunctionSymbol(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> iriTemplate) |
| Constructor and Description |
|---|
ObjectStringTemplateFunctionSymbolImpl(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> components,
TypeFactory typeFactory) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFunctionalTerm |
TermFactoryImpl.getBnodeFunctionalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> bnodeTemplate,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments) |
ImmutableFunctionalTerm |
TermFactoryImpl.getIRIFunctionalTerm(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> iriTemplate,
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends ImmutableTerm> arguments) |
Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.