org.w3.banana

RDFPrefix

class RDFPrefix[Rdf <: RDF] extends PrefixBuilder[Rdf]

Linear Supertypes
PrefixBuilder[Rdf], Prefix[Rdf], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RDFPrefix
  2. PrefixBuilder
  3. Prefix
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RDFPrefix(ops: RDFOps[Rdf])

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to any2stringadd[RDFPrefix[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (RDFPrefix[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to ArrowAssoc[RDFPrefix[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val Alt: Rdf.URI

  7. val Bag: Rdf.URI

  8. val List: Rdf.URI

  9. val PlainLiteral: Rdf.URI

  10. val Property: Rdf.URI

  11. val Seq: Rdf.URI

  12. val Statement: Rdf.URI

  13. val XMLLiteral: Rdf.URI

  14. def apply(value: String): Rdf.URI

    Definition Classes
    PrefixBuilderPrefix
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. def ensuring(cond: (RDFPrefix[Rdf]) ⇒ Boolean, msg: ⇒ Any): RDFPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to Ensuring[RDFPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (RDFPrefix[Rdf]) ⇒ Boolean): RDFPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to Ensuring[RDFPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: ⇒ Any): RDFPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to Ensuring[RDFPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): RDFPrefix[Rdf]

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to Ensuring[RDFPrefix[Rdf]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. val first: Rdf.URI

  25. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to StringFormat[RDFPrefix[Rdf]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  27. def getLocalName(iri: Rdf.URI): Try[String]

    Definition Classes
    PrefixBuilder
  28. def hashCode(): Int

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

    Definition Classes
    Any
  30. val langRange: Rdf.URI

  31. val langString: Rdf.URI

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. val nil: Rdf.URI

  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. val obj: Rdf.URI

  37. val predicate: Rdf.URI

  38. val prefixIri: String

    Definition Classes
    PrefixBuilderPrefix
  39. val prefixName: String

    Definition Classes
    PrefixBuilderPrefix
  40. val rest: Rdf.URI

  41. val subject: Rdf.URI

  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    PrefixBuilder → AnyRef → Any
  44. val typ: Rdf.URI

  45. val type: Rdf.URI

  46. def unapply(iri: Rdf.URI): Option[String]

    Definition Classes
    PrefixBuilderPrefix
  47. val value: Rdf.URI

  48. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def [B](y: B): (RDFPrefix[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from RDFPrefix[Rdf] to ArrowAssoc[RDFPrefix[Rdf]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from PrefixBuilder[Rdf]

Inherited from Prefix[Rdf]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from RDFPrefix[Rdf] to any2stringadd[RDFPrefix[Rdf]]

Inherited by implicit conversion StringFormat from RDFPrefix[Rdf] to StringFormat[RDFPrefix[Rdf]]

Inherited by implicit conversion Ensuring from RDFPrefix[Rdf] to Ensuring[RDFPrefix[Rdf]]

Inherited by implicit conversion ArrowAssoc from RDFPrefix[Rdf] to ArrowAssoc[RDFPrefix[Rdf]]

Ungrouped