Packages

case class CPath(parent: ComponentParent, component: ComponentKey) extends Path with Product with Serializable

Source
Path.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CPath
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Path
  7. BaseType
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CPath(parent: ComponentParent, component: ComponentKey)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def <=(that: Path): Boolean

    checks whether this is a prefix of that

    checks whether this is a prefix of that

    Definition Classes
    Path
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def ^!: ComponentParent

    goes one step up, identity if URI-path already empty

    goes one step up, identity if URI-path already empty

    Definition Classes
    CPathPath
  6. def ancestors: List[Path]

    the list of ancestors paths starting with this path

    the list of ancestors paths starting with this path

    Definition Classes
    Path
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val component: ComponentKey
  10. def doc: DPath

    the document part of the path

    the document part of the path

    Definition Classes
    CPathPath
  11. def dropComp: ComponentParent

    remove the component, if any

    remove the component, if any

    Definition Classes
    Path
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def last: String

    the last components of the path, human-oriented (i.e., no escaping), useful for short displays

    the last components of the path, human-oriented (i.e., no escaping), useful for short displays

    Definition Classes
    CPathPath
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val parent: ComponentParent
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toPath: String

    as toPath(false)

    as toPath(false)

    Definition Classes
    Path
  23. def toPath(long: Boolean): String

    string representation of a Path

    string representation of a Path

    long

    add trailing ?

    returns

    the path as an MMT URI

    Definition Classes
    Path
  24. def toPathEscaped: String

    as toPath, but escapes XML-illegal characters

    as toPath, but escapes XML-illegal characters

    Definition Classes
    Path
  25. def toPathLong: String

    as toPath(true)

    as toPath(true)

    Definition Classes
    Path
  26. def toString(): String

    currently same as toPath, only toPath guarantees official string representation

    currently same as toPath, only toPath guarantees official string representation

    Definition Classes
    Path → AnyRef → Any
  27. def toTriple: (Option[DPath], Option[LocalName], Option[LocalName])

    breaks an MMT URI reference into its components, all of which are optional

    breaks an MMT URI reference into its components, all of which are optional

    Definition Classes
    Path
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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 Path

Inherited from BaseType

Inherited from AnyRef

Inherited from Any

Ungrouped