Class/Object

lspace.librarian.datatype

Tuple4Type

Related Docs: object Tuple4Type | package datatype

Permalink

class Tuple4Type[A, B, C, D] extends TupleType[(A, B, C, D)]

Linear Supertypes
TupleType[(A, B, C, D)], StructuredValue[(A, B, C, D)], DataType[(A, B, C, D)], ClassType[(A, B, C, D)], IriResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tuple4Type
  2. TupleType
  3. StructuredValue
  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 Tuple4Type(_1stRange: List[ClassType[A]], _2ndRange: List[ClassType[B]], _3ndRange: List[ClassType[C]], _4ndRange: List[ClassType[D]])

    Permalink

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. val _1stRange: List[ClassType[A]]

    Permalink
  5. val _2ndRange: List[ClassType[B]]

    Permalink
  6. val _3ndRange: List[ClassType[C]]

    Permalink
  7. val _4ndRange: List[ClassType[D]]

    Permalink
  8. val _extendedClasses: () ⇒ List[_ <: DataType[_]]

    Permalink
    Definition Classes
    DataTypeClassType
  9. val _properties: () ⇒ List[Property]

    Permalink
    Definition Classes
    DataTypeClassType
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val base: Option[String]

    Permalink
    Definition Classes
    DataTypeClassType
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val comment: Map[String, String]

    Permalink
    Definition Classes
    DataTypeClassType
  14. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    IriResource → AnyRef → Any
  16. lazy val extendedClasses: List[_ <: DataType[_]]

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    DataTypeClassType
  17. def extends(classType: ClassType[_]): Boolean

    Permalink

    TODO: deprecate this method by implementing Ontology hierarchy

    TODO: deprecate this method by implementing Ontology hierarchy

    Definition Classes
    ClassType
  18. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. val 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
    Tuple4TypeIriResource
  22. val iris: Set[String]

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

    Permalink
    Definition Classes
    Any
  24. val label: Map[String, String]

    Permalink
    Definition Classes
    DataTypeClassType
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. lazy val properties: Set[Property]

    Permalink
    Definition Classes
    ClassType
  29. def property(iri: String): Option[Property]

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

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

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

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

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

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

Inherited from TupleType[(A, B, C, D)]

Inherited from StructuredValue[(A, B, C, D)]

Inherited from DataType[(A, B, C, D)]

Inherited from ClassType[(A, B, C, D)]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped