Class/Object

lspace.structure

Property

Related Docs: object Property | package structure

Permalink

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

//TODO: create inverse-link if any

Self Type
Property
Linear Supertypes
ClassType[Edge[_, _]], IriResource, AnyRef, Any
Known Subclasses
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())

    Permalink

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: ClassType[T1]): 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: 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. def @range: range.type

    Permalink
  12. def as[T](range: ClassType[T]): TypedProperty[T]

    Permalink
  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
    PropertyIriResource → AnyRef → Any
  19. object extendedClasses

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    PropertyClassType
  20. var extendedClassesList: Coeval[List[Property]]

    Permalink
    Attributes
    protected
  21. 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
  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
    Property → AnyRef → Any
  25. object inverseOf

    Permalink
  26. var inverseOfOption: Coeval[Option[Property]]

    Permalink
    Attributes
    protected
  27. 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
    PropertyIriResource
  28. val iris: Set[String]

    Permalink
    Definition Classes
    PropertyClassType
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. object label

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. object properties

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

    Permalink
    Attributes
    protected
    Definition Classes
    ClassType
  37. object range

    Permalink
  38. var rangeList: Coeval[List[ClassType[Any]]]

    Permalink
    Attributes
    protected
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Property → AnyRef → Any
  41. final def wait(): Unit

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

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

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

Inherited from ClassType[Edge[_, _]]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped