Uses of Class
com.semedy.reasoner.api.logic.Variable
Packages that use Variable
Package
Description
-
Uses of Variable in com.semedy.reasoner.api.logic
Methods in com.semedy.reasoner.api.logic that return VariableMethods in com.semedy.reasoner.api.logic that return types with arguments of type VariableModifier and TypeMethodDescriptionCompound.getVariableOccurrences()
returns for each variable how often it occurs in compoundRule.getVariableOccurrences()
returns for each variable how often it occurs in ruleCompound.getVariables()
Return all variables in compoundRule.getVariables()
returns a list of all rule variablesMethods in com.semedy.reasoner.api.logic with parameters of type VariableModifier and TypeMethodDescriptionRule.getOriginalVariableName
(Variable v) return a variable renamingvoid
Rule.variableRenamedTo
(Variable oldVariable, Variable newVariable) Add a variable renaming. -
Uses of Variable in com.semedy.reasoner.api.symboltable
Method parameters in com.semedy.reasoner.api.symboltable with type arguments of type VariableModifier and TypeMethodDescriptionSymbolTable.substitute
(Object t, Map<Variable, Object> substitutions) boolean
Unifies two structures (variables, terms, functions or literals).boolean
SymbolTable.unify
(Object t, Object f, Map<Variable, Object> substitutions, Map<Variable, Set<Variable>> equivalentVariables) Unifies two structures (variables, terms, functions or literals). -
Uses of Variable in com.semedy.reasoner.reasoning.processes
Method parameters in com.semedy.reasoner.reasoning.processes with type arguments of type Variable -
Uses of Variable in com.semedy.reasoner.rewriter
Method parameters in com.semedy.reasoner.rewriter with type arguments of type Variable -
Uses of Variable in com.semedy.reasoner.symboltable
Method parameters in com.semedy.reasoner.symboltable with type arguments of type VariableModifier and TypeMethodDescriptionAbstractSymbolTable.substitute
(Object t, Map<Variable, Object> subs) AbstractSymbolTable.substituteFunction
(Function f, Map<Variable, Object> subs) boolean
boolean
AbstractSymbolTable.unify
(Object t, Object f, Map<Variable, Object> substitutions, Map<Variable, Set<Variable>> equivalences) -
Uses of Variable in com.semedy.reasoner.utils
Methods in com.semedy.reasoner.utils with parameters of type Variable