Package graphql.schema.diffing
Class PossibleMappingsCalculator.VertexContextSegment
- java.lang.Object
-
- graphql.schema.diffing.PossibleMappingsCalculator.VertexContextSegment
-
- Enclosing class:
- PossibleMappingsCalculator
public abstract static class PossibleMappingsCalculator.VertexContextSegment extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VertexContextSegment()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description boolean
filter(Vertex vertex, SchemaGraph schemaGraph)
abstract java.lang.String
idForVertex(Vertex vertex, SchemaGraph schemaGraph)
-
-
-
Method Detail
-
idForVertex
public abstract java.lang.String idForVertex(Vertex vertex, SchemaGraph schemaGraph)
-
filter
public boolean filter(Vertex vertex, SchemaGraph schemaGraph)
-
-