Packages

class ActiveContext extends AnyRef

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

Instance Constructors

  1. new ActiveContext(@prefix0: ListMap[String, String] = ListMap[String, String](), @vocab0: List[String] = List(), @language0: List[String] = List(), @base: Option[Option[String]] = None, definitions0: Map[String, ActiveProperty] = Map[String, ActiveProperty](), remotes: List[NamedActiveContext])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++(activeContext: ActiveContext): ActiveContext
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val @base: Option[Option[String]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def compactIn(property: structure.Property): (String, ActiveContext)

    compacts by incoming (reverse) property definition

  9. def compactIri(iri: String): String
  10. def compactIri(key: structure.ClassType[_], language: String = "en"): (String, ActiveContext)

    returns

    the compacted iri and a new context with possible additional prefixes

  11. def compactOut(property: structure.Property): (String, ActiveContext)

    compacts by outgoing property definition

  12. def copy(@prefix: ListMap[String, String] = this.`@prefix`(), @vocab: List[String] = this.`@vocab`(), @language: List[String] = this.`@language`(), @base: Option[Option[String]] = `@base`, definitions: Map[String, ActiveProperty] = this.definitions(), remotes: List[NamedActiveContext] = remotes): ActiveContext
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(o: Any): Boolean
    Definition Classes
    ActiveContext → AnyRef → Any
  15. def expandIri(term: String): Identifier

  16. def expectedType(iri: String): Option[ClassType[_]]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. val remotes: List[NamedActiveContext]
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. object @language
  30. object @prefix
  31. object @vocab
  32. object definitions

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped