public abstract class AbstractTemplateFactory extends Object implements TemplateFactory
| Modifier and Type | Field and Description |
|---|---|
protected TermFactory |
termFactory |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTemplateFactory(TermFactory termFactory) |
| Modifier and Type | Method and Description |
|---|---|
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> |
getComponents(String template) |
protected ImmutableFunctionalTerm |
getVariable(String id) |
protected NonVariableTerm |
templateComponentToTerm(Template.Component c) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetColumn, getConstant, getTemplateTerm, serializeTemplateTermprotected final TermFactory termFactory
protected AbstractTemplateFactory(TermFactory termFactory)
protected ImmutableFunctionalTerm getVariable(String id)
protected NonVariableTerm templateComponentToTerm(Template.Component c)
public it.unibz.inf.ontop.com.google.common.collect.ImmutableList<Template.Component> getComponents(String template)
getComponents in interface TemplateFactoryCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.