Uses of Class
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Variable
Package
Description
-
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.dependencyschema.domain
Modifier and TypeMethodDescriptionTGD.getExistentialVariables()
TGD.getFrontierVariables()
Dependency.getUniversalVariables()
-
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain
Modifier and TypeMethodDescriptionstatic Variable
NewFreshVariableFactory.createEnumeratedNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) static Variable
NewFreshVariableFactory.createNewFreshVariable
(String variableNamePrefix, Set<Variable> usedVariables) Modifier and TypeMethodDescriptionDerivationRule.getExistentialVariables()
DerivationRule.getUniversalVariables()
ImmutableLiteralsList.getUsedVariables()
ImmutableTermList.getUsedVariables()
Literal.getUsedVariables()
Atom.getVariables()
ImmutableLiteralsList.getVariablesInBuiltInLiterals()
ImmutableLiteralsList.getVariablesInNegativeOrdinaryLiterals()
ImmutableLiteralsList.getVariablesInPositiveOrdinaryLiterals()
Modifier and TypeMethodDescriptionImmutableLiteralsList.getLiteralPositionWithVariable
(Variable variable) ImmutableAtomList.getPredicatePositionsWithVar
(Variable variable) ImmutableLiteralsList.getPredicatePositionsWithVar
(Variable variable) Modifier 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
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 domainVariableModifier and TypeMethodDescriptionboolean
Substitution.replacesSomeVariableOf
(Set<Variable> variables) -
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.visitor
-
Uses of Variable in edu.upc.fib.inlab.imp.kse.logics.logicschema.services.printer