Uses of Class
com.azure.resourcemanager.resources.fluentcore.dag.Graph.EdgeType
-
Packages that use Graph.EdgeType Package Description com.azure.resourcemanager.resources.fluentcore.dag 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.EdgeType Modifier and Type Method Description static Graph.EdgeTypeGraph.EdgeType. valueOf(String name)Returns 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.EdgeType Modifier and Type Method Description voidGraph.Visitor. visitEdge(String fromKey, String toKey, Graph.EdgeType edgeType)visit an edge.
-