Class/Object

lspace.datatype

OptionType

Related Docs: object OptionType | package datatype

Permalink

abstract class OptionType[+V] extends CollectionType[V]

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

Instance Constructors

  1. new OptionType(valueRange: Option[structure.ClassType[Any]])

    Permalink

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. def +[T1](ct: structure.ClassType[T1]): structure.ClassType[Any]

    Permalink
    Definition Classes
    ClassType
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def @comment: comment.type

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

    Permalink
    Definition Classes
    ClassType
  7. 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
  8. def @ids: Set[String]

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

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

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

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

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

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

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

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

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

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

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

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

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

    Permalink
    Attributes
    protected
    Definition Classes
    DataType
  21. 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
  22. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Any
  27. object label

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  32. object properties

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

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

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

    Permalink
    Definition Classes
    DataType → AnyRef → Any
  36. val valueRange: Option[structure.ClassType[Any]]

    Permalink
  37. final def wait(): Unit

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

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

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

Inherited from CollectionType[V]

Inherited from StructuredType[V]

Inherited from DataType[V]

Inherited from structure.ClassType[V]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped