class ActiveContext extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActiveContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- def ++(activeContext: ActiveContext): ActiveContext
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val @base: Option[Option[String]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def compactIn(property: structure.Property): (String, ActiveContext)
compacts by incoming (reverse) property definition
- def compactIri(iri: String): String
- def compactIri(key: structure.ClassType[_], language: String = "en"): (String, ActiveContext)
- returns
the compacted iri and a new context with possible additional prefixes
- def compactOut(property: structure.Property): (String, ActiveContext)
compacts by outgoing property definition
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(o: Any): Boolean
- Definition Classes
- ActiveContext → AnyRef → Any
- def expandIri(term: String): Identifier
- def expectedType(iri: String): Option[ClassType[_]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val remotes: List[NamedActiveContext]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object @language
- object @prefix
- object @vocab
- object definitions
Deprecated Value Members
- 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.