Class/Object

org.opencypher.okapi.api.schema

LabelPropertyMap

Related Docs: object LabelPropertyMap | package schema

Permalink

final case class LabelPropertyMap(map: Map[Set[String], PropertyKeys]) extends Product with Serializable

Maps (a set of) labels to typed property keys.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LabelPropertyMap
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LabelPropertyMap(map: Map[Set[String], PropertyKeys])

    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 ++(other: LabelPropertyMap): LabelPropertyMap

    Permalink

    Merges this LabelPropertyMap with the given map.

    Merges this LabelPropertyMap with the given map. Property keys for label sets that exist in both maps are being merged, diverging types are being joined.

    other

    LabelPropertyMap to merge

    returns

    merged LabelPropertyMap

  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def filterForLabels(labels: String*): LabelPropertyMap

    Permalink
  9. def filterForLabels(knownLabels: Set[String]): LabelPropertyMap

    Permalink

    Returns a LabelPropertyMap that contains all label combinations which include one or more of the specified labels.

    Returns a LabelPropertyMap that contains all label combinations which include one or more of the specified labels.

    knownLabels

    labels for which the properties should be extracted

    returns

    extracted label property map

  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    Any
  13. def labelCombinations: Set[Set[String]]

    Permalink

    Returns all registered combinations of labels

    Returns all registered combinations of labels

    returns

    all registered label combinations.

  14. val map: Map[Set[String], PropertyKeys]

    Permalink
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def properties(label: String*): PropertyKeys

    Permalink
  19. def properties(labels: Set[String]): PropertyKeys

    Permalink

    Returns the property keys that are associated with the given set of labels.

    Returns the property keys that are associated with the given set of labels.

    labels

    set of labels

    returns

    associated property keys

  20. def register(label: String, properties: PropertyKeys): LabelPropertyMap

    Permalink
  21. def register(labels: String*)(keys: (String, CypherType)*): LabelPropertyMap

    Permalink
  22. def register(labels: Set[String], properties: PropertyKeys): LabelPropertyMap

    Permalink

    Registers the given property keys to the specified labels.

    Registers the given property keys to the specified labels.

    labels

    set of labels

    properties

    property keys for the given set of labels

    returns

    updated LabelPropertyMap

    Note

    This will override any previous binding for the label combination.

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped