Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.Graph.DomainScope
-
Packages that use Graph.DomainScope Package Description org.opendaylight.graph org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology -
-
Uses of Graph.DomainScope in org.opendaylight.graph
Methods in org.opendaylight.graph with parameters of type Graph.DomainScope Modifier and Type Method Description ConnectedGraphConnectedGraphProvider. createConnectedGraph(String name, Graph.DomainScope scope)Create Connected Graph and associated Graph for given name and Graph Type. -
Uses of Graph.DomainScope in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return Graph.DomainScope Modifier and Type Method Description static Graph.DomainScopeGraph.DomainScope. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.Graph.DomainScopeGraph. getDomainScope()Return domainScope, ornullif it is not present.Graph.DomainScopeGraphBuilder. getDomainScope()Return current value associated with the property corresponding toGraph.getDomainScope().default @NonNull Graph.DomainScopeGraph. requireDomainScope()Return domainScope, guaranteed to be non-null.static Graph.DomainScopeGraph.DomainScope. valueOf(String name)Returns the enum constant of this type with the specified name.static Graph.DomainScope[]Graph.DomainScope. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology that return types with arguments of type Graph.DomainScope Modifier and Type Method Description static Optional<Graph.DomainScope>Graph.DomainScope. forName(String name)Return the enumeration member whosegetName()matches specified value.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with parameters of type Graph.DomainScope Modifier and Type Method Description GraphBuilderGraphBuilder. setDomainScope(Graph.DomainScope value)Set the property corresponding toGraph.getDomainScope()to the specified value.
-