Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
Packages that use Term
Package
Description
-
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers with parameters of type TermModifier and TypeMethodDescriptionstatic TermSpec
DependencySchemaToSpecHelper.buildTermSpec
(Term t) Method parameters in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.services.creation.spec.helpers with type arguments of type Term -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Subclasses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.domainModifier and TypeClassDescriptionclass
Implementation of a logic constant.class
Implementation of a logic variable.Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return TermModifier 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 supportedMethods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return types with arguments of type TermModifier and TypeMethodDescriptionImmutableTermList.iterator()
ImmutableTermList.listIterator()
ImmutableTermList.listIterator
(int index) Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with parameters of type TermModifier and TypeMethodDescriptionvoid
Deprecated.This operation is not supportedboolean
Deprecated.This operation is not supportedDeprecated.This operation is not supportedMethod parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with type arguments of type TermModifier 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) Constructors in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with parameters of type TermModifierConstructorDescriptionComparisonBuiltInLiteral
(Term leftTerm, Term rightTerm, ComparisonOperator operator) Constructs a newComparisonBuiltInLiteral
.EqualityComparisonBuiltInLiteral
(Term leftTerm, Term rightTerm) ImmutableTermList
(Term... terms) Constructor parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with type arguments of type Term -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations that return types with arguments of type TermModifier and TypeMethodDescriptionReturns the image of theVariable
.Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations with parameters of type TermModifier and TypeMethodDescriptionvoid
Substitution.addMapping
(Variable domainVariable, Term rangeTerm) Modifies theSubstitution
adding a new mapping from the domainVariable to the rangeTerm.Constructor parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations with type arguments of type TermModifierConstructorDescriptionSubstitution
(List<Term> domainTerms, List<Term> rangeTerms) Constructs a newSubstitution
that maps each i-th term from domainTerms with the i-th rangeTerm. -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation that return Term -
Uses of Term in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.helpers
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.helpers with parameters of type TermMethod parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.helpers with type arguments of type Term