Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain
Methods in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain that return types with arguments of type VariableModifier and TypeMethodDescriptionTGD.getExistentialVariables()
TGD.getFrontierVariables()
Dependency.getUniversalVariables()
-
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return VariableModifier and TypeMethodDescriptionstatic Variable
NewFreshVariableFactory.createEnumeratedNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) static Variable
NewFreshVariableFactory.createNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain that return types with arguments of type VariableModifier and TypeMethodDescriptionDerivationRule.getExistentialVariables()
DerivationRule.getUniversalVariables()
ImmutableLiteralsList.getUsedVariables()
ImmutableTermList.getUsedVariables()
Literal.getUsedVariables()
Returns used variables of literals.Atom.getVariables()
ImmutableLiteralsList.getVariablesInBuiltInLiterals()
ImmutableLiteralsList.getVariablesInNegativeOrdinaryLiterals()
ImmutableLiteralsList.getVariablesInPositiveOrdinaryLiterals()
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with parameters of type VariableModifier and TypeMethodDescriptionImmutableLiteralsList.getLiteralPositionWithVariable
(Variable variable) ImmutableAtomList.getPredicatePositionsWithVar
(Variable variable) ImmutableLiteralsList.getPredicatePositionsWithVar
(Variable variable) Method parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain with type arguments of type VariableModifier and TypeMethodDescriptionstatic Variable
NewFreshVariableFactory.createEnumeratedNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) static Variable
NewFreshVariableFactory.createNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) -
Uses of Variable 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 VariableModifier and TypeMethodDescriptionSubstitution.getUsedVariables()
Returns all the variables appearing in the mappings (either in the domain or the range).Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations with parameters of type VariableModifier and TypeMethodDescriptionvoid
Substitution.addMapping
(Variable domainVariable, Term rangeTerm) Modifies theSubstitution
adding a new mapping from the domainVariable to the rangeTerm.Returns the image of theVariable
.Method parameters in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.operations with type arguments of type VariableModifier and TypeMethodDescriptionboolean
Substitution.replacesSomeVariableOf
(Set<Variable> variables) Returnstrue
if any of the variable from the input appear as the domain of a mapping. -
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor with parameters of type Variable -
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer
Methods in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer with parameters of type Variable