public interface DataAtom<P extends AtomPredicate>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsGroundTerms() |
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends VariableOrGroundTerm> |
getArguments() |
int |
getArity() |
int |
getEffectiveArity()
Effective arity (number of sub-terms).
|
P |
getPredicate() |
VariableOrGroundTerm |
getTerm(int index) |
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Variable> |
getVariables() |
P getPredicate()
int getArity()
int getEffectiveArity()
VariableOrGroundTerm getTerm(int index)
it.unibz.inf.ontop.com.google.common.collect.ImmutableList<? extends VariableOrGroundTerm> getArguments()
it.unibz.inf.ontop.com.google.common.collect.ImmutableSet<Variable> getVariables()
boolean containsGroundTerms()
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.