case class ActiveContext(@prefix: ListMap[String, String] = ListMap[String, String](), @vocab: List[String] = List(), @language: List[String] = List(), @base: Option[Option[String]] = None, definitions: Map[String, ActiveProperty] = Map[String, ActiveProperty]()) 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[String, String](), @vocab: List[String] = List(), @language: List[String] = List(), @base: Option[Option[String]] = None, definitions: Map[String, ActiveProperty] = Map[String, ActiveProperty]())
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]]
- val @language: List[String]
- val @prefix: ListMap[String, String]
- val @vocab: List[String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asJson[Json](implicit encoder: Aux[Json]): Option[Json]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def compactIri(iri: String): String
-
def
compactIri(key: ClassType[_], language: String = "en"): (String, ActiveContext)
- returns
the compacted iri and a new context with possible additional prefixes
- val definitions: Map[String, ActiveProperty]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expandIri(term: String): Identifier
- def expectedType(property: Property): Option[ClassType[_]]
-
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()
-
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( ... )