trait DataType[+T] extends structure.ClassType[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataType
  2. ClassType
  3. IriResource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def iri: String

    An empty uri means that there is no URI assigned.

    An empty uri means that there is no URI assigned.

    Definition Classes
    IriResource

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +[T1](ct: structure.ClassType[T1]): structure.ClassType[Any]
    Definition Classes
    ClassType
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def @comment: comment.type
    Definition Classes
    ClassType
  6. def @extends(classType: structure.ClassType[_]): Boolean
    Definition Classes
    ClassType
  7. def @id: String

    The @id is a IRI/URI identifier

    The @id is a IRI/URI identifier

    returns

    a String which is empty if no @id is assigned, TODO: should this be an Option[String]?

    Definition Classes
    IriResource
  8. def @ids: Set[String]
    Definition Classes
    ClassType
  9. def @label: label.type
    Definition Classes
    ClassType
  10. def @properties: properties.type
    Definition Classes
    ClassType
  11. def _extendedClasses: () ⇒ List[DataType[Any]]
  12. def _properties: () ⇒ List[structure.Property]
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  15. val commentMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(o: Any): Boolean
    Definition Classes
    IriResource → AnyRef → Any
  18. val extendedClassesList: Coeval[List[DataType[Any]]]
    Attributes
    protected
  19. def extends(classType: structure.ClassType[_]): Boolean

    TODO: deprecate this method by implementing Ontology hierarchy

    TODO: deprecate this method by implementing Ontology hierarchy

    Definition Classes
    ClassType
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def iris: Set[String]
    Definition Classes
    DataTypeClassType
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val labelMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val propertiesList: Coeval[Set[structure.Property]]
    Attributes
    protected
    Definition Classes
    ClassType
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    DataType → AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. object extendedClasses

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    DataTypeClassType
  35. object comment
    Definition Classes
    ClassType
  36. object label
    Definition Classes
    ClassType
  37. object properties
    Definition Classes
    ClassType

Deprecated Value Members

  1. 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.

Inherited from structure.ClassType[T]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped