Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.GlobalStorage
Packages that use NamespaceStorage.GlobalStorage
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of NamespaceStorage.GlobalStorage in org.opendaylight.yangtools.yang.parser.spi.meta
Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type NamespaceStorage.GlobalStorageModifier and TypeMethodDescriptionabstract voidNamespaceBehaviour.addTo(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, K key, V value) Adds a key/value to corresponding namespace storage according to param class.NamespaceBehaviour.getAllFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage) Returns all values of a keys of param class from model namespace storage.abstract VNamespaceBehaviour.getFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, K key) Returns a value from model namespace storage according to key param class.NamespaceBehaviour.getFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, NamespaceKeyCriterion<K> criterion) Returns the key/value mapping best matching specified criterion.