Class Constant
java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Term
edu.upc.fib.inlab.imp.kse.logics.logicschema.domain.Constant
Implementation of a logic constant. E.g.: `Socrates`, 4, etc.
- 
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, isVariable 
- 
Constructor Details
- 
Constant
 
 - 
 - 
Method Details
- 
applySubstitution
- Specified by:
 applySubstitutionin classTerm
 - 
isConstant
public boolean isConstant()- Overrides:
 isConstantin classTerm
 - 
accept
 - 
toString
 
 -