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

Type Members

  1. abstract class PropertyDef extends AnyRef

    Permalink

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. lazy val allProperties: AnyRef { ... /* 4 definitions in type refinement */ }

    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 hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. lazy val ontology: Ontology

    Permalink
  23. implicit def pDefToProperty(df: PropertyDef): Property

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

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

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

    Permalink
  27. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped