Packages

object default

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val @boolean: BoolType[Boolean]
  5. val @class: IriType[structure.Ontology]
  6. val @color: ColorType[Any]
  7. val @datatype: IriType[DataType[Any]]
  8. val @date: LocalDateType[LocalDate]
  9. val @datetime: DateTimeType[Instant]
  10. val @double: DoubleType[Double]
  11. val @duration: DurationType
  12. val @edgeURL: EdgeURLType[structure.Edge[Any, Any]] { ... /* 2 definitions in type refinement */ }
  13. val @geo: GeometricType[Geometry]
  14. val @geoline: GeoLineType[Line]
  15. val @geomultigeo: GeoMultiGeometryType[MultiGeometry]
  16. val @geomultiline: GeoMultiLineType[MultiLine]
  17. val @geomultipoint: GeoMultipointType[MultiPoint]
  18. val @geomultipolygon: GeoMultiPolygonType[MultiPolygon]
  19. val @geopoint: GeopointType[Point]
  20. val @geopolygon: GeoPolygonType[Polygon]
  21. val @graph: GraphType[structure.Graph]
  22. val @int: IntType[Int]
  23. val @literal: LiteralType[Any]
  24. val @localdatetime: DateTimeType[LocalDateTime]
  25. val @long: LongType[Long]
  26. val @nodeURL: NodeURLType[structure.Node] { ... /* 3 definitions in type refinement */ }
  27. val @number: NumericType[AnyVal]
  28. val @property: IriType[structure.Property]
  29. val @quantity: QuantityType[Any]
  30. val @string: TextType[String]
  31. val @structured: StructuredType[Any]
  32. val @temporal: CalendarType[Any]
  33. val @time: LocalTimeType[LocalTime]
  34. val @url: IriType[IriResource] { ... /* 3 definitions in type refinement */ }
  35. val @valueURL: ValueURLType[Any] { ... /* 2 definitions in type refinement */ }
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  38. val default: DataType[Any] { ... /* 2 definitions in type refinement */ }
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. def listType(): ListType[Any]
  46. def listType[T](implicit tpe: ClassTypeable[T]): ListType[T]
  47. def listType[V](ct: structure.ClassType[V]): ListType[V]
  48. def listsetType(): ListSetType[Any]
  49. def listsetType[T](implicit tpe: ClassTypeable[T]): ListSetType[T]
  50. def listsetType[V](ct: structure.ClassType[V]): ListSetType[V]
  51. def mapType(): MapType[Any, Any]
  52. def mapType[K, V](implicit ktpe: ClassTypeable[K], vtpe: ClassTypeable[V]): MapType[K, V]
  53. def mapType[K, V](kct: structure.ClassType[K], vct: structure.ClassType[V]): MapType[K, V]
  54. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  57. def setType(): SetType[Any]
  58. def setType[T](implicit tpe: ClassTypeable[T]): SetType[T]
  59. def setType[V](ct: structure.ClassType[V]): SetType[V]
  60. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  61. def toString(): String
    Definition Classes
    AnyRef → Any
  62. def tupleType[T](ct: structure.ClassType[_]*): TupleType[T]
  63. def vectorType(): VectorType[Any]
  64. def vectorType[T](implicit tpe: ClassTypeable[T]): VectorType[T]
  65. def vectorType[V](ct: structure.ClassType[V]): VectorType[V]
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped