Package graphql.schema.diffing
Class DiffImpl.MappingEntry
java.lang.Object
graphql.schema.diffing.DiffImpl.MappingEntry
- Enclosing class:
DiffImpl
-
Field Summary
FieldsModifier and TypeFieldDescriptionint[]
These are the available vertices, relative to the parent mapping.(package private) int
(package private) double
(package private) Mapping
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mappingEntriesSiblings
-
assignments
public int[] assignments -
availableTargetVertices
These are the available vertices, relative to the parent mapping. Meaning the last mapped element is NOT contained in it. -
partialMapping
Mapping partialMapping -
level
int level -
lowerBoundCost
double lowerBoundCost
-
-
Constructor Details
-
MappingEntry
-