class Property extends ClassType[Edge[Any, Any]]

//TODO: create inverse-link if any

Self Type
Property
Linear Supertypes
ClassType[Edge[Any, Any]], IriResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Property
  2. ClassType
  3. IriResource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Property(iri: String, iris: Set[String] = Set())

Value Members

  1. object comment
    Definition Classes
    ClassType
  2. object label
    Definition Classes
    ClassType
  3. object properties
    Definition Classes
    ClassType
  4. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def ##(): Int
    Definition Classes
    AnyRef → Any
  6. def +[T1](ct: ClassType[T1]): ClassType[Any]
    Definition Classes
    ClassType
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def @comment: comment.type
    Definition Classes
    ClassType
  9. def @extends(classType: ClassType[_]): Boolean
    Definition Classes
    ClassType
  10. 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
  11. def @ids: Set[String]
    Definition Classes
    ClassType
  12. def @label: label.type
    Definition Classes
    ClassType
  13. def @properties: properties.type
    Definition Classes
    ClassType
  14. def @range: range.type
  15. def as[T](range: ClassType[T]): TypedProperty[T]
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  18. lazy val commentMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(o: Any): Boolean
    Definition Classes
    PropertyIriResource → AnyRef → Any
  21. var extendedClassesList: Coeval[List[Property]]
    Attributes
    protected
  22. def extends(classType: ClassType[_]): Boolean

    TODO: deprecate this method by implementing Ontology hierarchy

    TODO: deprecate this method by implementing Ontology hierarchy

    Definition Classes
    ClassType
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def hashCode(): Int
    Definition Classes
    Property → AnyRef → Any
  25. var inverseOfOption: Coeval[Option[Property]]
    Attributes
    protected
  26. val iri: String

    An empty uri means that there is no URI assigned.

    An empty uri means that there is no URI assigned.

    Definition Classes
    PropertyIriResource
  27. val iris: Set[String]
    Definition Classes
    PropertyClassType
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. lazy val labelMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. val propertiesList: Coeval[Set[Property]]
    Attributes
    protected
    Definition Classes
    ClassType
  34. var rangeList: Coeval[List[ClassType[Any]]]
    Attributes
    protected
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    Property → AnyRef → Any
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. object extendedClasses

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    PropertyClassType
  41. object inverseOf
  42. object range

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 ClassType[Edge[Any, Any]]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped