Uses of Enum Class
io.fluxzero.common.api.modeling.GetModelGraph.TraversalDirection
Packages that use GetModelGraph.TraversalDirection
-
Uses of GetModelGraph.TraversalDirection in io.fluxzero.common.api.modeling
Subclasses with type arguments of type GetModelGraph.TraversalDirection in io.fluxzero.common.api.modelingMethods in io.fluxzero.common.api.modeling that return GetModelGraph.TraversalDirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GetModelGraph.TraversalDirection[]GetModelGraph.TraversalDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.fluxzero.common.api.modeling with parameters of type GetModelGraph.TraversalDirectionModifierConstructorDescriptionGetModelGraph(List<String> modelIds, ModelReadBoundary boundary, int maxDepth, int maxModels, int maxEventsPerModel, long maxBytes, GetModelGraph.TraversalDirection direction, boolean composableOnly)