Uses of Class
io.fluxzero.common.api.modeling.ModelGraphEdge
Packages that use ModelGraphEdge
Package
Description
-
Uses of ModelGraphEdge in io.fluxzero.common.api.modeling
Methods in io.fluxzero.common.api.modeling that return ModelGraphEdgeModifier and TypeMethodDescriptionReturns this edge with a projection-relative path.Constructor parameters in io.fluxzero.common.api.modeling with type arguments of type ModelGraphEdgeModifierConstructorDescriptionGetModelGraphResult(long requestId, List<ModelGraphEdge> edges, GetModelEventsResult events) -
Uses of ModelGraphEdge in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling that return ModelGraphEdgeModifier and TypeMethodDescriptiondefault ModelGraphEdgeModelRelationshipQueries.Relationship.edge()Methods in io.fluxzero.common.modeling that return types with arguments of type ModelGraphEdgeModifier and TypeMethodDescriptionModelRelationshipTraversal.Result.edges()Returns the value of theedgesrecord component. -
Uses of ModelGraphEdge in io.fluxzero.common.search
Methods in io.fluxzero.common.search that return types with arguments of type ModelGraphEdgeModifier and TypeMethodDescriptionstatic List<ModelGraphEdge> ModelGraphDocumentStitcher.applyPathOverrides(Collection<ModelGraphEdge> edges, Collection<ModelGraphPathOverride> overrides) Applies projection-local canonical path replacements to graph edges before composition.Method parameters in io.fluxzero.common.search with type arguments of type ModelGraphEdgeModifier and TypeMethodDescriptionstatic List<ModelGraphEdge> ModelGraphDocumentStitcher.applyPathOverrides(Collection<ModelGraphEdge> edges, Collection<ModelGraphPathOverride> overrides) Applies projection-local canonical path replacements to graph edges before composition.static List<SerializedDocument> ModelGraphDocumentStitcher.stitch(List<SerializedDocument> roots, Collection<ModelGraphEdge> edges, Map<String, SerializedDocument> documents, ModelGraphComposition composition) Composes every root document from the supplied current graph.static List<SerializedDocument> ModelGraphDocumentStitcher.stitch(List<SerializedDocument> roots, Collection<ModelGraphEdge> edges, Map<String, SerializedDocument> documents, ModelGraphComposition composition, long stateIndex) Composes every root document and records the exact model-state boundary in its hidden graph manifest.