Object/Class

lspace.librarian.structure

Property

Related Docs: class Property | package structure

Permalink

object Property

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Property
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def _Property(iri: String)(implicit iris: Set[String] = Set(), _range: () ⇒ List[ClassType[_]] = () => List(), containers: List[String] = List(), label: Map[String, String] = Map(), comment: Map[String, String] = Map(), _extendedClasses: () ⇒ List[Property] = () => List(), _properties: () ⇒ List[Property] = () => List(), base: Option[String] = None): Property

    Permalink
  5. object allProperties

    Permalink
  6. lazy val allTypedProperties: Map[String, TypedProperty[_]]

    Permalink
  7. def apply(iri: String, iris: Set[String] = Set(), range: List[ClassType[_]] = List(), containers: List[String] = List(), label: Map[String, String] = Map(), comment: Map[String, String] = Map(), extendedClasses: List[Property] = List(), properties: List[Property] = List()): Property

    Permalink
  8. def apply(node: Node): Property

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

    Permalink
  12. implicit val defaultString: Aux[Property, Edge[Any, Any], EdgeURLType[Edge[Any, Any]]]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getConstructed(iri: String): Option[Coeval[Property]]

    Permalink
  18. def getConstructing(iri: String): Option[Task[Property]]

    Permalink
  19. def getOrConstructed(iri: String)(constructTask: Coeval[Property]): Coeval[Property]

    Permalink
  20. def getOrConstructing(iri: String)(constructTask: Task[Property]): Task[Property]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. lazy val ontology: Ontology

    Permalink
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  29. implicit lazy val urlType: IriType[Property]

    Permalink
  30. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped