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())

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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def @comment: comment.type
    Definition Classes
    ClassType
  8. def @extends(classType: ClassType[_]): Boolean
    Definition Classes
    ClassType
  9. 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
  10. def @ids: Set[String]
    Definition Classes
    ClassType
  11. def @label: label.type
    Definition Classes
    ClassType
  12. def @properties: properties.type
    Definition Classes
    ClassType
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  15. val commentMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(o: Any): Boolean
    Definition Classes
    OntologyIriResource → AnyRef → Any
  18. var extendedClassesList: Coeval[List[Ontology]]
    Attributes
    protected
  19. def extends(classType: ClassType[_]): Boolean

    TODO: deprecate this method by implementing Ontology hierarchy

    TODO: deprecate this method by implementing Ontology hierarchy

    Definition Classes
    ClassType
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    Ontology → AnyRef → Any
  23. 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
    OntologyIriResource
  24. val iris: Set[String]
    Definition Classes
    OntologyClassType
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val labelMap: Map[String, String]
    Attributes
    protected
    Definition Classes
    ClassType
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val propertiesList: Coeval[Set[Property]]
    Attributes
    protected
    Definition Classes
    ClassType
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    Ontology → AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  36. object extendedClasses

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    OntologyClassType

Inherited from ClassType[Node]

Inherited from IriResource

Inherited from AnyRef

Inherited from Any

Ungrouped