Packages

c

info.kwarc.mmt.api.objects

AnonymousTheory

case class AnonymousTheory(mt: Option[MPath], decls: List[OML]) extends AnonymousBody with Product with Serializable

a theory given by meta-theory and body

Source
AnonymousModules.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnonymousTheory
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnonymousBody
  7. ShortURIPrinter
  8. DefaultLookup
  9. ElementContainer
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnonymousTheory(mt: Option[MPath], decls: List[OML])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(d: OML): AnonymousTheory
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val decls: List[OML]
    Definition Classes
    AnonymousTheoryAnonymousBody
  8. def domain: List[LocalName]
    Definition Classes
    DefaultLookup
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(name: LocalName): OML
    Definition Classes
    ElementContainer
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getDeclarations: List[OML]
    Definition Classes
    AnonymousBodyElementContainer
  14. def getDeclarationsBefore(n: LocalName): List[OML]
    Definition Classes
    ElementContainer
  15. def getMostSpecific(name: LocalName): Option[(OML, LocalName)]
    Definition Classes
    DefaultLookup
  16. def getO(name: LocalName): Option[OML]
    Definition Classes
    DefaultLookup
  17. def getO(name: String): Option[OML]

    same as get(LocalName(name))

    same as get(LocalName(name))

    Definition Classes
    ElementContainer
  18. def isDeclared(name: LocalName): Boolean
    Definition Classes
    ElementContainer
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val mt: Option[MPath]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def rename(oldNew: (LocalName, Term)*): AnonymousTheory
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toStr(implicit shortURIs: Boolean): String

    configurable string representation

    configurable string representation

    shortURIs

    print OMS without namespace, theory

    Definition Classes
    AnonymousBodyShortURIPrinter
  27. def toString(): String

    defaults to toStr(false)

    defaults to toStr(false)

    Definition Classes
    AnonymousTheoryShortURIPrinter → AnyRef → Any
  28. def toSubstitution: Substitution
    Definition Classes
    AnonymousBody
  29. def toTerm: OMA
    Definition Classes
    AnonymousTheoryAnonymousBody
  30. def union(that: AnonymousTheory): AnonymousTheory
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnonymousBody

Inherited from ShortURIPrinter

Inherited from DefaultLookup[OML]

Inherited from ElementContainer[OML]

Inherited from AnyRef

Inherited from Any

Ungrouped