org.w3.banana

WebACLPrefix

Related Docs: object WebACLPrefix | package banana

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

Linear Supertypes
PrefixBuilder[Rdf], Prefix[Rdf], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. WebACLPrefix
  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 WebACLPrefix(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 WebACLPrefix[Rdf] to any2stringadd[WebACLPrefix[Rdf]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (WebACLPrefix[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from WebACLPrefix[Rdf] to ArrowAssoc[WebACLPrefix[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 Access: Rdf.URI

  7. val Append: Rdf.URI

  8. val Authorization: Rdf.URI

  9. val Control: Rdf.URI

  10. val Read: Rdf.URI

  11. val WebIDAgent: Rdf.URI

  12. val Write: Rdf.URI

  13. val accessControl: Rdf.URI

  14. val accessTo: Rdf.URI

  15. val accessToClass: Rdf.URI

  16. val agent: Rdf.URI

  17. val agentClass: Rdf.URI

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

    Definition Classes
    PrefixBuilder → Prefix
  19. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. val defaultForNew: Rdf.URI

  22. def ensuring(cond: (WebACLPrefix[Rdf]) ⇒ Boolean, msg: ⇒ Any): WebACLPrefix[Rdf]

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  29. def formatted(fmtstr: String): String

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

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

    Definition Classes
    PrefixBuilder
  32. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  33. val include: Rdf.URI

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. val mode: Rdf.URI

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

    Definition Classes
    AnyRef
  37. final def notify(): Unit

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

    Definition Classes
    AnyRef
  39. val owner: Rdf.URI

  40. val prefixIri: String

    Definition Classes
    PrefixBuilder → Prefix
  41. val prefixName: String

    Definition Classes
    PrefixBuilder → Prefix
  42. val regex: Rdf.URI

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

    Definition Classes
    AnyRef
  44. def toString(): String

    Definition Classes
    PrefixBuilder → AnyRef → Any
  45. def unapply(iri: Rdf.URI): Option[String]

    Definition Classes
    PrefixBuilder → Prefix
  46. final def wait(): Unit

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

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

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

    Implicit information
    This member is added by an implicit conversion from WebACLPrefix[Rdf] to ArrowAssoc[WebACLPrefix[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 WebACLPrefix[Rdf] to any2stringadd[WebACLPrefix[Rdf]]

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

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

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

Ungrouped