
it.unibz.inf.ontop.model.term.NonVariableTerm Maven / Gradle / Ivy
package it.unibz.inf.ontop.model.term;
/**
* Term that is not a variable (i.e. that is either function or constant)
*/
public interface NonVariableTerm extends ImmutableTerm {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy