trait TextType[+T] extends LiteralType[T]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TextType
  2. LiteralType
  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

    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. object extendedClasses

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    DataTypeClassType
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. def +[T1](ct: structure.ClassType[T1]): structure.ClassType[Any]
    Definition Classes
    ClassType
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def @comment: comment.type
    Definition Classes
    ClassType
  7. def @extends(classType: structure.ClassType[_]): Boolean
    Definition Classes
    ClassType
  8. 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
  9. def @ids: Set[String]
    Definition Classes
    ClassType
  10. def @label: label.type
    Definition Classes
    ClassType
  11. def @properties: properties.type
    Definition Classes
    ClassType
  12. def _extendedClasses: () ⇒ List[DataType[Any]]
    Definition Classes
    DataType
  13. def _properties: () ⇒ List[structure.Property]
    Definition Classes
    DataType
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. val commentMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(o: Any): Boolean
    Definition Classes
    IriResource → AnyRef → Any
  19. val extendedClassesList: Coeval[List[DataType[Any]]]
    Attributes
    protected
    Definition Classes
    DataType
  20. 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
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def iris: Set[String]
    Definition Classes
    DataTypeClassType
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val labelMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val propertiesList: Coeval[Set[structure.Property]]
    Attributes
    protected
    Definition Classes
    ClassType
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    DataType → AnyRef → Any
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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 LiteralType[T]

Inherited from DataType[T]

Inherited from structure.ClassType[T]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped