java.lang.Object
edu.upc.fib.inlab.imp.kse.logics.logicschema.services.creation.spec.TermSpec
All Implemented Interfaces:
LogicElementSpec
Direct Known Subclasses:
ConstantSpec, VariableSpec

public abstract class TermSpec extends Object implements LogicElementSpec
Specification of a term. E.g., specification of a constant, or a term.
  • Constructor Details

    • TermSpec

      protected TermSpec(String name)
  • Method Details