case class ActiveContext(@prefix: ListMap[String, String] = ListMap(), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty] = Map()) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ActiveContext
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ActiveContext(@prefix: ListMap[String, String] = ListMap(), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty] = Map())
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val @base: Option[String]
- val @language: Option[String]
- val @prefix: ListMap[String, String]
- val @vocab: Option[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compactIri(iri: String): String
-
def
compactIri(key: ClassType[_]): (String, ActiveContext)
- returns
the compacted iri and a new context with possible additional prefixes
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expandIri(term: String): String
- def expandKeys(obj: JsonObject): Map[String, Json]
- def expectedType(property: Property): Option[ClassType[_]]
- def extractComments(obj: Map[String, Json]): Map[String, String]
- def extractContainer(obj: Map[String, Json]): Option[Json]
- def extractFrom(obj: Map[String, Json]): Option[Json]
- def extractId(obj: Map[String, Json]): Option[String]
- def extractIds(obj: Map[String, Json]): List[String]
- def extractLabels(obj: Map[String, Json]): Map[String, String]
- def extractTo(obj: Map[String, Json]): Option[Json]
- def extractValue[T](obj: Map[String, Json])(cb: (Json) ⇒ T): Option[T]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val properties: Map[Property, ActiveProperty]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )