Class

lspace.structure

UnknownProperty

Related Doc: package structure

Permalink

case class UnknownProperty(iri: String) extends Property with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Property, ClassType[Edge[_, _]], IriResource, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnknownProperty
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Property
  7. ClassType
  8. IriResource
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UnknownProperty(iri: String)

    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
    Definition Classes
    Property
  12. def as[T](range: ClassType[T]): TypedProperty[T]

    Permalink
    Definition Classes
    Property
  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
    Definition Classes
    Property
  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
    Definition Classes
    Property
  26. var inverseOfOption: Coeval[Option[Property]]

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  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
    UnknownPropertyPropertyIriResource
  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
    Definition Classes
    Property
  38. var rangeList: Coeval[List[ClassType[Any]]]

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Property

Inherited from ClassType[Edge[_, _]]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped