Class Variable
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Variable
Implementation of a logic variable. E.g.: x, y, z, ...
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
accept
(LogicSchemaVisitor<T> visitor) applySubstitution
(Substitution substitution) boolean
toString()
Methods inherited from class edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
equals, getName, hashCode, isConstant
-
Constructor Details
-
Variable
-
-
Method Details
-
applySubstitution
- Specified by:
applySubstitution
in classTerm
-
toString
-
isVariable
public boolean isVariable()- Overrides:
isVariable
in classTerm
-
accept
-