Uses of Class
io.fluxzero.common.api.modeling.GetModelGraphResult
Packages that use GetModelGraphResult
-
Uses of GetModelGraphResult in io.fluxzero.common.modeling
Methods in io.fluxzero.common.modeling that return GetModelGraphResultModifier and TypeMethodDescriptionstatic <R extends ModelRelationshipQueries.Relationship>
GetModelGraphResultModelRelationshipQueries.graph(GetModelGraph request, long boundary, boolean exactBoundary, Function<Collection<String>, List<R>> relationships, Function<GetModelEvents, GetModelEventsResult> events) Resolves a graph while retaining evidence about the original selector that established its boundary.static <R extends ModelRelationshipQueries.Relationship>
GetModelGraphResultModelRelationshipQueries.graph(GetModelGraph request, long boundary, Function<Collection<String>, List<R>> relationships, Function<GetModelEvents, GetModelEventsResult> events) Resolves one bounded relationship graph and its first stream page.