object TheoryExp
- Source
- ModuleOperators.scala
- Alphabetic
- By Inheritance
- TheoryExp
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val empty: Term
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equal(s: Term, t: Term): Boolean
checks equality of two theory expression using simplify
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDomain(t: Term)(implicit lib: Lookup): List[DomainElement]
- t
a theory
- returns
the list of elements in the domain of t (not flattened)
-
def
getSupport(t: Term): List[MPath]
all inherently included named theories
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metas(thy: Term, all: Boolean = true)(implicit lib: Lookup): List[MPath]
computes the meta-theories of a theory (non-reflexive), nearest one first
computes the meta-theories of a theory (non-reflexive), nearest one first
- all
if false, stop after the first meta-theory, true by default
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
simplify(thy: Term): Term
simplifies a theory expression using basic algebraic laws, e.g., commutativity of union
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(t: Term): String
returns a human-oriented (short) String representation of a theory expression
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
union(l: Term, r: Term): Term
- l
left theory
- r
right theory
- returns
the union of l and r (formed by concatenating contexts)
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()