org.opencypher.okapi.api.schema
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.
LabelPropertyMap to merge
merged LabelPropertyMap
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.
labels for which the properties should be extracted
extracted label property map
Returns all registered combinations of labels
Returns all registered combinations of labels
all registered label combinations.
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.
set of labels
associated property keys
Registers the given property keys to the specified labels.
Registers the given property keys to the specified labels.
set of labels
property keys for the given set of labels
updated LabelPropertyMap
This will override any previous binding for the label combination.
Maps (a set of) labels to typed property keys.