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 TermSpecDependencySchemaToSpecHelper.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 TypeClassDescriptionclassImplementation of a logic constant.classImplementation of a logic variable.Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return TermModifier and TypeMethodDescriptionConstant.applySubstitution(Substitution substitution) abstract TermTerm.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 TypeMethodDescriptionvoidDeprecated.This operation is not supportedbooleanDeprecated.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 TypeMethodDescriptionbooleanImmutableTermList.addAll(int index, Collection<? extends Term> c) Deprecated.This operation is not supportedbooleanImmutableTermList.addAll(Collection<? extends Term> c) Deprecated.This operation is not supportedstatic ConjunctiveQueryQueryFactory.createConjunctiveQuery(List<Term> headTerms, List<Literal> body) static QueryQueryFactory.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 TypeMethodDescriptionvoidSubstitution.addMapping(Variable domainVariable, Term rangeTerm) Modifies theSubstitutionadding 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 newSubstitutionthat 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