Trait/Object

lspace.datatype

CollectionType

Related Docs: object CollectionType | package datatype

Permalink

trait CollectionType[+T] extends StructuredType[T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CollectionType
  2. StructuredType
  3. DataType
  4. ClassType
  5. IriResource
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def iri: String

    Permalink

    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

    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. def @comment: comment.type

    Permalink
    Definition Classes
    ClassType
  5. def @extends(classType: structure.ClassType[_]): Boolean

    Permalink
    Definition Classes
    ClassType
  6. def @id: String

    Permalink

    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
  7. def @ids: Set[String]

    Permalink
    Definition Classes
    ClassType
  8. def @label: label.type

    Permalink
    Definition Classes
    ClassType
  9. def @properties: properties.type

    Permalink
    Definition Classes
    ClassType
  10. val _extendedClasses: () ⇒ List[_ <: DataType[_]]

    Permalink
    Definition Classes
    CollectionTypeDataType
  11. val _properties: () ⇒ List[structure.Property]

    Permalink
    Definition Classes
    CollectionTypeDataType
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. object comment

    Permalink
    Definition Classes
    ClassType
  15. var commentMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ClassType
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    IriResource → AnyRef → Any
  18. object extendedClasses

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    DataTypeClassType
  19. var extendedClassesList: Coeval[List[DataType[Any]]]

    Permalink
    Attributes
    protected
    Definition Classes
    DataType
  20. def extends(classType: structure.ClassType[_]): Boolean

    Permalink

    TODO: deprecate this method by implementing Ontology hierarchy

    TODO: deprecate this method by implementing Ontology hierarchy

    Definition Classes
    ClassType
  21. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def iris: Set[String]

    Permalink
    Definition Classes
    DataTypeClassType
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. object label

    Permalink
    Definition Classes
    ClassType
  27. var labelMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ClassType
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. object properties

    Permalink
    Definition Classes
    ClassType
  32. var propertiesList: Coeval[Set[structure.Property]]

    Permalink
    Attributes
    protected
    Definition Classes
    ClassType
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from StructuredType[T]

Inherited from DataType[T]

Inherited from structure.ClassType[T]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped