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