Class/Object

lspace.structure

Ontology

Related Docs: object Ontology | package structure

Permalink

class Ontology extends ClassType[Node]

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

Instance Constructors

  1. new Ontology(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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. object comment

    Permalink
    Definition Classes
    ClassType
  14. var commentMap: Map[String, String]

    Permalink
    Attributes
    protected
    Definition Classes
    ClassType
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    OntologyIriResource → AnyRef → Any
  17. object extendedClasses

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    OntologyClassType
  18. var extendedClassesList: Coeval[List[Ontology]]

    Permalink
    Attributes
    protected
  19. 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
  20. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Ontology → AnyRef → Any
  23. 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
    OntologyIriResource
  24. val iris: Set[String]

    Permalink
    Definition Classes
    OntologyClassType
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. object label

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. object properties

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

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

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

    Permalink
    Definition Classes
    Ontology → AnyRef → Any
  35. final def wait(): Unit

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

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

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

Inherited from ClassType[Node]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped