Package

org.opencypher.okapi.api

schema

Permalink

package schema

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

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

  2. final case class RelTypePropertyMap(map: Map[String, PropertyKeys]) extends Product with Serializable

    Permalink
  3. final case class Schema(labels: Set[String], relationshipTypes: Set[String], labelPropertyMap: LabelPropertyMap, relTypePropertyMap: RelTypePropertyMap) extends Product with Serializable

    Permalink

Value Members

  1. object LabelPropertyMap extends Serializable

    Permalink
  2. object PropertyKeys

    Permalink
  3. object RelTypePropertyMap extends Serializable

    Permalink
  4. object Schema extends Serializable

    Permalink

Ungrouped