Object/Trait

lspace.librarian.datatype

DataType

Related Docs: trait DataType | package datatype

Permalink

object DataType extends OntologyDef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataType
  2. OntologyDef
  3. ClassTypeDef
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Properties extends AnyRef

    Permalink
    Definition Classes
    OntologyDef

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object allDataTypes

    Permalink

    imcomplete...

  5. def apply(node: Node): DataType[_]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def classtype: Ontology

    Permalink
    Definition Classes
    OntologyDefClassTypeDef
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. implicit def clsDatatype[T]: Aux[DataType[T], T, DataType[T]]

    Permalink
  10. lazy val datatype: DataType[Any]

    Permalink
  11. object default

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getConstructed(iri: String): Option[Coeval[DataType[_]]]

    Permalink
  17. def getOrConstructed(iri: String)(constructTask: Coeval[DataType[_]]): Coeval[DataType[_]]

    Permalink
  18. def getOrConstructing(iri: String)(constructTask: Task[DataType[_]]): Task[DataType[_]]

    Permalink
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. object keys

    Permalink
    Definition Classes
    DataTypeOntologyDef
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. lazy val ontology: Ontology

    Permalink
    Definition Classes
    OntologyDef
  26. def properties: List[Property]

    Permalink
    Definition Classes
    OntologyDef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def urlType[T]: IriType[T]

    Permalink
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from OntologyDef

Inherited from ClassTypeDef[Ontology]

Inherited from AnyRef

Inherited from Any

Ungrouped