Trait

gov.nasa.jpl.omf.scala.core

IRIOps

Related Doc: package core

Permalink

trait IRIOps[omf <: OMF[omf]] extends AnyRef

Linear Supertypes
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IRIOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def fromIRI(iri: omf.IRI): String

    Permalink
  2. abstract def getFragment(iri: omf.IRI): \/[Throwables, String]

    Permalink
  3. abstract def isBackboneIRI(iri: omf.IRI): Boolean

    Permalink

    iri

    of the form: <scheme><userInfo><host><port><path><query><fragment>

    returns

    true if <host> == imce.jpl.nasa.gov and <path> starts with /backbone

  4. abstract def lastSegment(iri: omf.IRI): \/[Throwables, LocalName]

    Permalink

    Extract the last segment of a fragment-less IRI

    Extract the last segment of a fragment-less IRI

    iri

    An IRI without a fragment

    returns

    The last segment of the IRI (i.e., the name after the last '/')

  5. abstract def makeIRI(s: String): \/[Throwables, omf.IRI]

    Permalink
  6. abstract def splitIRI(iri: omf.IRI): (omf.IRI, Option[LocalName])

    Permalink

    Split the IRI in two components: the IRI without the fragment, the IRI fragment

  7. abstract def toAbbreviatedName(iri: omf.IRI, lowercaseFragmentInitial: Boolean): Option[AbbrevIRI]

    Permalink

    If the IRI has a fragment, returns "n:f" where "n" is the last segment of the IRI and "f" is the fragment of the IRI

  8. abstract def toBackboneIRI(iri: omf.IRI): omf.IRI

    Permalink

    iri

    of the form: <scheme><userInfo><host><port><path><query><fragment>

    returns

    a new IRI of the form: <scheme><userInfo><host'><port><path'><query><fragment> where: <host'> = imce.jpl.nasa.gov <path'> = /backbone/<host><path>

  9. abstract def toSourceIRI(iri: omf.IRI): omf.IRI

    Permalink

    Produces the canonical "has...Source" IRI from the IRI of an entity relationship or data relationship to a structure

    Produces the canonical "has...Source" IRI from the IRI of an entity relationship or data relationship to a structure

    iri

    of a reified object property class the form: <scheme><userInfo><host><port><path><query><fragment>

    returns

    a new IRI of the form: <scheme><userInfo><host><port><path><query><fragment'> where: <fragment'> = has<fragment>Source

  10. abstract def toTargetIRI(iri: omf.IRI): omf.IRI

    Permalink

    Produces the canonical "has...Target" IRI for the IRI of an entity relationship or data relationship to a structure

    Produces the canonical "has...Target" IRI for the IRI of an entity relationship or data relationship to a structure

    iri

    of a reified object property class the form: <scheme><userInfo><host><port><path><query><fragment>

    returns

    a new IRI of the form: <scheme><userInfo><host><port><path><query><fragment'> where: <fragment'> = has<fragment>Target

  11. abstract def withFragment(iri: omf.IRI, fragment: LocalName): \/[Throwables, omf.IRI]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped