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
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> Taccept(LogicSchemaVisitor<T> visitor) applySubstitution(Substitution substitution) booleantoString()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:
 applySubstitutionin classTerm
 - 
isVariable
public boolean isVariable()- Overrides:
 isVariablein classTerm
 - 
accept
 - 
toString
 
 -