Class/Object

lspace.structure

Ontology

Related Docs: object Ontology | package structure

Permalink

class Ontology extends ClassType[Node]

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(), _properties: () ⇒ List[Property] = () => List(), label: Map[String, String] = Map(), comment: Map[String, String] = Map(), _extendedClasses: () ⇒ List[Ontology] = () => List(), base: Option[String] = None)

    Permalink

    _properties

    common meta-properties

    label

    a human-readable name

    comment

    a human-readable description

    _extendedClasses

    inherited ontologies

    base

    base-iri of the resource typed with this ontology

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val _extendedClasses: () ⇒ List[Ontology]

    Permalink

    inherited ontologies

    inherited ontologies

    Attributes
    protected
    Definition Classes
    OntologyClassType
  5. val _properties: () ⇒ List[Property]

    Permalink

    common meta-properties

    common meta-properties

    Attributes
    protected
    Definition Classes
    OntologyClassType
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val base: Option[String]

    Permalink

    base-iri of the resource typed with this ontology

    base-iri of the resource typed with this ontology

    Definition Classes
    OntologyClassType
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val comment: Map[String, String]

    Permalink

    a human-readable description

    a human-readable description

    Definition Classes
    OntologyClassType
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    OntologyIriResource → AnyRef → Any
  12. lazy val extendedClasses: List[Ontology]

    Permalink

    TODO: create hash-tree for faster evaluation

    TODO: create hash-tree for faster evaluation

    Definition Classes
    OntologyClassType
  13. 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
  14. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Any
  20. val label: Map[String, String]

    Permalink

    a human-readable name

    a human-readable name

    Definition Classes
    OntologyClassType
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. lazy val properties: Set[Property]

    Permalink
    Definition Classes
    ClassType
  25. def property(iri: String): Option[Property]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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