Uses of Enum
com.azure.resourcemanager.resources.fluentcore.dag.Graph.EdgeType
Packages that use Graph.EdgeType
Package
Description
This package contains the graph related classes that are useful
for performing cloud requests in parallel.
-
Uses of Graph.EdgeType in com.azure.resourcemanager.resources.fluentcore.dag
Methods in com.azure.resourcemanager.resources.fluentcore.dag that return Graph.EdgeTypeModifier and TypeMethodDescriptionstatic Graph.EdgeTypeReturns the enum constant of this type with the specified name.static Graph.EdgeType[]Graph.EdgeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.resources.fluentcore.dag with parameters of type Graph.EdgeTypeModifier and TypeMethodDescriptionvoidGraph.Visitor.visitEdge(String fromKey, String toKey, Graph.EdgeType edgeType) visit an edge.