Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720.GraphTopology
Packages that use GraphTopology
Package
Description
-
Uses of GraphTopology in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with type parameters of type GraphTopologyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology>>
E$$GraphTopologyBuilder.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.rev220720 that return GraphTopologyModifier and TypeMethodDescription@NonNull GraphTopologyGraphTopologyBuilder.build()A newGraphTopologyinstance.static @NonNull GraphTopologyGraphTopologyBuilder.empty()Get empty instance of GraphTopology.GraphData.getGraphTopology()Return graphTopology, ornullif it is not present.@NonNull GraphTopologyGraphData.nonnullGraphTopology()Return graphTopology, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 that return types with arguments of type GraphTopologyModifier and TypeMethodDescriptiondefault Class<GraphTopology>GraphTopology.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with parameters of type GraphTopologyModifier and TypeMethodDescriptionstatic booleanGraphTopology.bindingEquals(@NonNull GraphTopology thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intGraphTopology.bindingHashCode(@NonNull GraphTopology obj) Default implementation ofObject.hashCode()contract for this interface.static StringGraphTopology.bindingToString(@NonNull GraphTopology obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with type arguments of type GraphTopologyModifier and TypeMethodDescriptionGraphTopologyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology> augmentation) Add an augmentation to this builder's product.GraphTopologyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<GraphTopology>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev220720 with parameters of type GraphTopologyModifierConstructorDescriptionConstruct a builder initialized with state from specifiedGraphTopology.