Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
Package
Description
-
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers
Modifier and TypeMethodDescriptionstatic TermSpec
DependencySchemaToSpecHelper.buildTermSpec
(Term t) -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Modifier and TypeClassDescriptionclass
Implementation of a logic constant.class
Implementation of a logic variable.Modifier and TypeMethodDescriptionConstant.applySubstitution
(Substitution substitution) abstract Term
Term.applySubstitution
(Substitution substitution) Variable.applySubstitution
(Substitution substitution) ImmutableTermList.get
(int index) ComparisonBuiltInLiteral.getLeftTerm()
ComparisonBuiltInLiteral.getRightTerm()
ImmutableTermList.remove
(int index) Deprecated.This operation is not supportedDeprecated.This operation is not supportedModifier and TypeMethodDescriptionImmutableTermList.iterator()
ImmutableTermList.listIterator()
ImmutableTermList.listIterator
(int index) Modifier and TypeMethodDescriptionvoid
Deprecated.This operation is not supportedboolean
Deprecated.This operation is not supportedDeprecated.This operation is not supportedModifier and TypeMethodDescriptionboolean
ImmutableTermList.addAll
(int index, Collection<? extends Term> c) Deprecated.This operation is not supportedboolean
ImmutableTermList.addAll
(Collection<? extends Term> c) Deprecated.This operation is not supportedstatic ConjunctiveQuery
QueryFactory.createConjunctiveQuery
(List<Term> headTerms, List<Literal> body) static Query
QueryFactory.createQuery
(List<Term> headTerms, List<Literal> body) ModifierConstructorDescriptionComparisonBuiltInLiteral
(Term leftTerm, Term rightTerm, ComparisonOperator operator) EqualityComparisonBuiltInLiteral
(Term leftTerm, Term rightTerm) ImmutableTermList
(Term... terms) -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations
Modifier and TypeMethodDescriptionvoid
Substitution.addMapping
(Variable domainVariable, Term rangeTerm) Include in this substitution a new mapping from the domainVariable to the rangeTerm If such mapping already exists, it throws a SubstitutionException if the rangeTerm is different compared to the current image of the domainVariableModifierConstructorDescriptionSubstitution
(List<Term> domainTerms, List<Term> rangeTerms) Creates a Substitution that replaces each i-th term from domainTerms to unify with the i-th rangeTerm If such substitution does not exist, it throws a SubstitutionException. -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation
-
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.helpers