Packages

c

info.kwarc.mmt.api.objects

AnonymousMorphism

case class AnonymousMorphism(decls: List[OML]) extends AnonymousBody with Product with Serializable

a morphism given by domain, codomain, and body

Source
AnonymousModules.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AnonymousMorphism
  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 AnonymousMorphism(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): AnonymousMorphism
  5. def applier: OMLReplacer

    creates a traverser for morphism application (more efficient if multiple applications are needed)

  6. def apply(t: Term): Term

    applies this morphism to a term

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def compose(that: AnonymousMorphism): AnonymousMorphism

    diagram-order composition: this ; that

  10. val decls: List[OML]
    Definition Classes
    AnonymousMorphismAnonymousBody
  11. def domain: List[LocalName]
    Definition Classes
    DefaultLookup
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def get(name: LocalName): OML
    Definition Classes
    ElementContainer
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getDeclarations: List[OML]
    Definition Classes
    AnonymousBodyElementContainer
  17. def getDeclarationsBefore(n: LocalName): List[OML]
    Definition Classes
    ElementContainer
  18. def getMostSpecific(name: LocalName): Option[(OML, LocalName)]
    Definition Classes
    DefaultLookup
  19. def getO(name: LocalName): Option[OML]
    Definition Classes
    DefaultLookup
  20. def getO(name: String): Option[OML]

    same as get(LocalName(name))

    same as get(LocalName(name))

    Definition Classes
    ElementContainer
  21. def isDeclared(name: LocalName): Boolean
    Definition Classes
    ElementContainer
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toStr(implicit shortURIs: Boolean): String

    configurable string representation

    configurable string representation

    shortURIs

    print OMS without namespace, theory

    Definition Classes
    AnonymousBodyShortURIPrinter
  28. def toString(): String

    defaults to toStr(false)

    defaults to toStr(false)

    Definition Classes
    ShortURIPrinter → AnyRef → Any
  29. def toSubstitution: Substitution
    Definition Classes
    AnonymousBody
  30. def toTerm: OMA
    Definition Classes
    AnonymousMorphismAnonymousBody
  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