Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph.Prefix
-
-
Uses of Prefix in org.opendaylight.graph
Methods in org.opendaylight.graph that return Prefix Modifier and Type Method Description PrefixConnectedGraph. getPrefix(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix ippfx)Returns the Prefix associated to the given IP prefix.Methods in org.opendaylight.graph that return types with arguments of type Prefix Modifier and Type Method Description List<Prefix>ConnectedGraph. getPrefixes()Returns the list of Prefix that are stored in this graph.List<Prefix>ConnectedVertex. getPrefixes()Return the list of prefix announced by this Connected Vertex.Methods in org.opendaylight.graph with parameters of type Prefix Modifier and Type Method Description voidConnectedGraph. addPrefix(Prefix prefix)Add Prefix in the Connected Graph. -
Uses of Prefix 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 types with arguments of type Prefix Modifier and Type Method Description @Nullable Map<PrefixKey,Prefix>Graph. getPrefix()Return prefix, ornullif it is not present.Map<PrefixKey,Prefix>GraphBuilder. getPrefix()Return current value associated with the property corresponding toGraph.getPrefix().default @NonNull Map<PrefixKey,Prefix>Graph. nonnullPrefix()Return prefix, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology with type arguments of type Prefix Modifier and Type Method Description GraphBuilderGraphBuilder. setPrefix(Map<PrefixKey,Prefix> values)Set the property corresponding toGraph.getPrefix()to the specified value. -
Uses of Prefix in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with type parameters of type Prefix Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Prefix>>
E$$PrefixBuilder. augmentation(Class<E$$> augmentationType)Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph that return Prefix Modifier and Type Method Description @NonNull PrefixPrefixBuilder. build()A newPrefixinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph that return types with arguments of type Prefix Modifier and Type Method Description default Class<Prefix>Prefix. implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type Prefix Modifier and Type Method Description static booleanPrefix. bindingEquals(@NonNull Prefix thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intPrefix. bindingHashCode(@NonNull Prefix obj)Default implementation ofObject.hashCode()contract for this interface.static StringPrefix. bindingToString(@NonNull Prefix obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with type arguments of type Prefix Modifier and Type Method Description PrefixBuilderPrefixBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Prefix> augmentation)Add an augmentation to this builder's product.PrefixBuilderPrefixBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Prefix>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.graph.topology.graph with parameters of type Prefix Constructor Description PrefixBuilder(Prefix base)Construct a builder initialized with state from specifiedPrefix.
-