- cachedReference() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
Return a cached reference to an object equal to this object.
- CachedThreadPoolExecutor - Class in org.opendaylight.yangtools.util.concurrent
-
A ThreadPoolExecutor with a specified bounded queue capacity that favors reusing previously
constructed threads, when they are available, over creating new threads.
- CachedThreadPoolExecutor(int, int, String, Class<?>) - Constructor for class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
Constructs an instance.
- CachedThreadPoolExecutor(int, int, String) - Constructor for class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- CachingDerivedString<T extends CachingDerivedString<T>> - Class in org.opendaylight.yangtools.yang.common
-
- CachingDerivedString() - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
-
- CachingDerivedString(String) - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
-
- CallsRealOrExceptionAnswer - Class in org.opendaylight.yangtools.testutils.mockito
-
Mockito Answer which for un-stubbed methods forwards the call to the real
method if it is implemented on the mocked object (i.e.
- callWithClassLoader(ClassLoader, Callable<V>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
- CanonicalValue<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
-
A typed value in its internal Java representation.
- CanonicalValueSupport<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
-
- CanonicalValueValidator<T extends CanonicalValue<T>,V extends T> - Interface in org.opendaylight.yangtools.yang.common
-
- CanonicalValueViolation - Class in org.opendaylight.yangtools.yang.common
-
- CanonicalValueViolation() - Constructor for class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- CanonicalValueViolation.Regular - Class in org.opendaylight.yangtools.yang.common
-
- CanonicalValueViolation.WithException - Class in org.opendaylight.yangtools.yang.common
-
- CaseEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- CaseEffectiveStatementNamespace - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
Namespace of available cases in a choice node.
- CaseSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.
- CaseStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- CaseStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_
-
- CaseStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_
-
Class providing necessary support for processing YANG 1.1 Case statement.
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- channelNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- check() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg
-
- check() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- CheckedBuilder<P,E extends Exception> - Interface in org.opendaylight.yangtools.concepts
-
Builder object which produces a product.
- CheckedValue<T,E extends Exception> - Class in org.opendaylight.yangtools.concepts
-
Utility holder similar to
Optional
, except the empty case contains an Exception, which should be
reported, for example via throwing it.
- CheckedValue(T) - Constructor for class org.opendaylight.yangtools.concepts.CheckedValue
-
- CheckedValue(E, Void) - Constructor for class org.opendaylight.yangtools.concepts.CheckedValue
-
- checkFeatureSupport(StmtContext<?, ?, ?>, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- checkLegalChild(boolean, YangInstanceIdentifier.PathArgument, DataNodeContainer, Set<QName>, Set<YangInstanceIdentifier.AugmentationIdentifier>) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkLegalChild(boolean, YangInstanceIdentifier.PathArgument, DataSchemaNode, Set<QName>) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkLegalChild(boolean, YangInstanceIdentifier.PathArgument, ChoiceSchemaNode) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkLegalData(boolean, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkListKey(YangInstanceIdentifier.NodeIdentifierWithPredicates, QName, Object, Object) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkListKey(DataContainerChild<?, ?>, Map<QName, Object>, QName, YangInstanceIdentifier.NodeIdentifierWithPredicates) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkListKey(DataContainerChild<?, ?>, QName, YangInstanceIdentifier.NodeIdentifierWithPredicates) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
-
- checkLocalNamespaceAllowed(Class<? extends IdentifierNamespace<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- CheckLoggingUtil - Class in org.opendaylight.yangtools.checkstyle
-
- checkNamespaceAllowed(Class<? extends IdentifierNamespace<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- childCopyOf(StmtContext<X, Y, Z>, CopyType, QNameModule) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
- childCopyOf(StmtContext<X, Y, Z>, CopyType) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified
child and recording copy type.
- childCopyOf(StmtContext<X, Y, Z>, CopyType, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- childrenQNamesToPaths - Variable in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- ChildSchemaNodeNamespace<D extends DeclaredStatement<QName>,E extends EffectiveStatement<QName,D>> - Class in org.opendaylight.yangtools.yang.parser.rfc7950.namespace
-
Statement local namespace, which holds direct schema node descendants.
- ChildSchemaNodeNamespace() - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ChildSchemaNodeNamespace
-
- childSizeHint(Iterable<?>) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
Emit a best guess of a hint for a particular set of children.
- childSizeHint() - Method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
-
Return a hint about how may children we are going to generate.
- choiceBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- choiceBuilder(ChoiceSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- ChoiceCaseNodeBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
Builds instances of type AbstractChoiceCaseNode
.
- ChoiceCaseNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Creates a builder for AbstractChoiceCaseNode
instances.
- ChoiceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ChoiceNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Node representing data instance of choice
.
- choiceNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable choice node.
- ChoiceSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
A ChoiceSchemaNode defines a set of alternatives.
- ChoiceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ChoiceStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice
-
- ChoiceStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice
-
Class providing necessary support for processing YANG 1.1 Choice statement.
- ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> - Interface in org.opendaylight.yangtools.concepts
-
- ClassLoaderUtils - Class in org.opendaylight.yangtools.util
-
Utility methods for working with ClassLoaders and classes.
- cleanStateForCurrentThread() - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Remove the state which may have attached to the calling thread.
- cleanStateForCurrentThread() - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
Remove the state this instance may have attached to the calling thread.
- cleanup() - Static method in class org.opendaylight.yangtools.util.RecursiveObjectLeaker
-
- clear() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- clear() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- clear() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- clear() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- clear() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- clear() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- clone() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- CloneableMap<K,V> - Interface in org.opendaylight.yangtools.yang.data.impl.schema.nodes
-
- close() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
- close() - Method in interface org.opendaylight.yangtools.concepts.ListenerRegistration
-
Unregister the listener.
- close() - Method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
-
- close() - Method in interface org.opendaylight.yangtools.concepts.Registration
-
Unregisters the object.
- close() - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- close() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- close() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- close() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
- close() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
- close() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshotCursor
-
Close this cursor.
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- close() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- close() - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistration
-
- close() - Method in class org.opendaylight.yangtools.yang.model.repo.util.InMemorySchemaSourceCache
-
- close() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
- close() - Method in interface org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaSourceRegistration
-
- Codec<P,I> - Interface in org.opendaylight.yangtools.concepts
-
- CodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Abstract cache for codecs.
- CodecCache() - Constructor for class org.opendaylight.yangtools.yang.data.util.codec.CodecCache
-
- codecFor(TypeDefinition<?>) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
-
- codecFor(TypedDataSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- CodeGeneratorArg() - Constructor for class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- CodeGeneratorArg(String) - Constructor for class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- CodeGeneratorArg(String, String) - Constructor for class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- CodeGeneratorArg(String, String, String) - Constructor for class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- coerceParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the parent statement context, forcing a VerifyException if this is the root statement.
- coerceParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
- coerceRawStatementArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the statement argument in literal format.
- coerceStatementArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the statement argument in literal format.
- CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>> - Interface in org.opendaylight.yangtools.yang.data.impl.schema.builder.api
-
- CollectionWrappers - Class in org.opendaylight.yangtools.util
-
- COLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- COLON() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.Identifier_ref_argContext
-
- COLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- COLON() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.KeywordContext
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- COLON() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- COLON() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- commit(DataTreeCandidate) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree
-
Commit a data tree candidate.
- compare(Optional<Revision>, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Compare two
Optional
s wrapping Revisions.
- compare(Revision, Revision) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Compare two explicitly nullable Revisions.
- compareNumbers(Number, Number) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
-
- compareTo(SemVer) - Method in class org.opendaylight.yangtools.concepts.SemVer
-
- compareTo(T) - Method in class org.opendaylight.yangtools.util.AbstractStringIdentifier
-
- compareTo(T) - Method in class org.opendaylight.yangtools.util.AbstractUUIDIdentifier
-
- compareTo(Decimal64) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- compareTo(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
-
- compareTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
- compareTo(Revision) - Method in class org.opendaylight.yangtools.yang.common.Revision
-
- compareTo(Uint16) - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
- compareTo(Uint32) - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
- compareTo(Uint64) - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
- compareTo(Uint8) - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
- compareTo(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier
-
- compatLeafType(LeafSchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.util.type.CompatUtils
-
Deprecated.
- compatType(TypedDataSchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.util.type.CompatUtils
-
Deprecated.
This package's type hierarchy model generates a type which encapsulates the default value and units for leaves.
- CompatUtils - Class in org.opendaylight.yangtools.yang.model.util.type
-
- compileExpression(SchemaPath, Converter<String, QNameModule>, String) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathSchemaContext
-
Compile an XPath expression for execution on
XPathDocument
s produced by this context.
- completeFuture(CompletableFuture<T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Complete target
CompletableFuture
either successfully or exceptionally based on the state of this object.
- completeFuture(SettableFuture<T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Complete target SettableFuture
either successfully or exceptionally based on the state of this object.
- complexSize() - Method in class org.opendaylight.yangtools.yang.data.util.codec.PrecomputedCodecCache
-
- CompositeNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- CompositeNodeDataWithSchema(DataSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- computeCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
-
Return the canonical string representation of this object's value.
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- ConcreteTypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.util.type
-
- concreteTypeBuilder(TypeDefinition<?>, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.model.util.type.ConcreteTypes
-
- ConcreteTypes - Class in org.opendaylight.yangtools.yang.model.util.type
-
Support for creating
TypeDefinition
instances defined by leaf and leaf-list statements.
- ConditionalDataDefinition - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Deprecated.
- ConditionalFeature - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Deprecated.
- ConfigArg - Class in org.opendaylight.yangtools.yang2sources.plugin
-
Base complex configuration arguments.
- ConfigArg(String) - Constructor for class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg
-
- ConfigArg.CodeGeneratorArg - Class in org.opendaylight.yangtools.yang2sources.plugin
-
Configuration argument for code generator class and output directory.
- ConfigEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConfigEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config
-
- ConfigEffectiveStatementImpl(StmtContext<Boolean, ConfigStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigEffectiveStatementImpl
-
- ConfigStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConfigStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConfigStatementContainer - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConfigStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config
-
- ConflictingModificationAppliedException - Exception in org.opendaylight.yangtools.yang.data.api.schema.tree
-
Exception thrown when a proposed change fails validation before being
applied into the Data Tree because the Data Tree has been modified
in way that a conflicting node is present.
- ConflictingModificationAppliedException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.ConflictingModificationAppliedException
-
- ConflictingModificationAppliedException(YangInstanceIdentifier, String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.ConflictingModificationAppliedException
-
- ConstrainedDocumentedDeclaredStatement<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface for statements which contain either a description/reference or a description/reference/status combo.
- ConstrainedDocumentedDeclaredStatement.WithStatus<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConstraintMetaDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains methods which retrieve values for description, error message, error app tag and reference (to some external
definition, resource or similar).
- construct(Constructor<?>, List<Object>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
- constructQName(String) - Static method in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
Construct QName for Built-in base Yang type.
- contact(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Initializes the optional value
contact
to contact.
- contact(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Initializes the optional value
contact
to contact.
- ContactEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ContactStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ContactStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact
-
- containerBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- containerBuilder(ContainerNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- containerBuilder(ContainerSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- containerBuilder(ContainerSchemaNode, ContainerNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
-
- containerDelta(NormalizedNodeContainer<?, YangInstanceIdentifier.PathArgument, NormalizedNode<?, ?>>, NormalizedNodeContainer<?, YangInstanceIdentifier.PathArgument, NormalizedNode<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNodes
-
- containerDelta(NormalizedNodeContainer<?, YangInstanceIdentifier.PathArgument, NormalizedNode<?, ?>>, NormalizedNodeContainer<?, YangInstanceIdentifier.PathArgument, NormalizedNode<?, ?>>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNodes
-
- ContainerEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ContainerEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container
-
- ContainerNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Data subtree with cardinality 0..1 in the context of parent node.
- containerNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable container node.
- ContainerNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- ContainerNodeDataWithSchema(DataSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.util.ContainerNodeDataWithSchema
-
- ContainerSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The ContainerSchemaNode is used to define an interior data node in the schema
tree.
- ContainerSchemaNodeBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
Builds instances of type AbstractContainerSchemaNode
.
- ContainerSchemaNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Creates a builder for AbstractContainerSchemaNode
instances.
- ContainerSchemaNodes - Class in org.opendaylight.yangtools.yang.data.util
-
yang-data-util
org.opendaylight.yangtools.yang.data.util
Utility class for taking notification or rpc as ContainerSchemaNode.
- ContainerStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ContainerStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container
-
- ContainerStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container
-
Class providing necessary support for processing YANG 1.1 Container statement.
- contains(P) - Method in interface org.opendaylight.yangtools.concepts.Path
-
Check if this path contains some other.
- contains(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- contains(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
- contains(CopyType) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.CopyHistory
-
- containsAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- containsAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- containsKey(Object) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- containsValue(Object) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- containsValue(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- containsValue(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- context - Variable in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
-
- COPY_MAX_ITEMS_MAX_PROP - Static variable in class org.opendaylight.yangtools.util.MapAdaptor
-
- CopyableNode - Interface in org.opendaylight.yangtools.yang.model.api
-
- copyBuilder() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- CopyHistory - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- copyOf(ThreadFactoryProvider) - Static method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
- CopyType - Enum in org.opendaylight.yangtools.yang.parser.spi.meta
-
- CountingRejectedExecutionHandler - Class in org.opendaylight.yangtools.util.concurrent
-
A RejectedExecutionHandler that delegates to a backing RejectedExecutionHandler and counts the
number of rejected tasks.
- CountingRejectedExecutionHandler(RejectedExecutionHandler) - Constructor for class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Constructor.
- create(int) - Static method in class org.opendaylight.yangtools.concepts.SemVer
-
- create(int, int) - Static method in class org.opendaylight.yangtools.concepts.SemVer
-
- create(int, int, int) - Static method in class org.opendaylight.yangtools.concepts.SemVer
-
- create() - Static method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- create(Callable<V>, Executor) - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Creates an AsyncListenableFutureTask
that will upon running, execute the given
Callable
.
- create(Runnable, V, Executor) - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Creates a AsyncListenableFutureTask
that will upon running, execute the
given Runnable
, and arrange that get
will return the
given result on successful completion.
- create(Executor, QueuedNotificationManager.BatchedInvoker<L, N>, int, String) - Static method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Create a new notification manager.
- create(String, Class<X>) - Static method in class org.opendaylight.yangtools.util.concurrent.ReflectiveExceptionMapper
-
Create a new instance of the reflective exception mapper.
- create() - Static method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- create(String) - Static method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- create(Collection<T>) - Static method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
Create an unmodifiable view of the target collection.
- create(String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
- create(QName, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
- create(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(URI, Revision, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(URI, Optional<Revision>, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(String, String, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(String, String, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(String, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(URI, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(URI, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace/revision.
- create(URI) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace and no revision.
- create(URI, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace/revision.
- create(DataTreeConfiguration) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeFactory
-
Create a new data tree based on specified configuration, with a best-guess root.
- create(DataTreeConfiguration, SchemaContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeFactory
-
Create a new data tree based on specified configuration, with a root node derived from the schema context lookup
of the configuration.
- create(DataTreeConfiguration, SchemaContext, NormalizedNodeContainer<?, ?, ?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeFactory
-
Create a new data tree based on specified configuration, with the specified node.
- create(DataTreeModification) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.SynchronizedDataTreeModification
-
- create(SchemaContext, Module) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.xpath.PrefixConverters
-
Create a prefix
Converter
for
XPathExpressionException
defined in a particular YANG
Module
.Instantiation requires establishing how a module's imports are mapped to actual modules
and their namespaces.
- create(Iterable<? extends YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
- create(YangInstanceIdentifier.PathArgument...) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
- create(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier
-
Return a NodeIdentifier for a particular QName.
- create(NormalizedNodeStreamWriter, JSONCodecFactory) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- create(NormalizedNodeStreamWriter, JSONCodecFactory, SchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- create(NormalizedNodeStreamWriter, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- create(NormalizedNodeStreamWriter, SchemaContext, SchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- create(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
Instantiate a new codec factory attached to a particular context.
- create(NormalizedNodeStreamWriter, XmlCodecFactory, SchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
- create(NormalizedNodeStreamWriter, XmlCodecFactory, SchemaNode, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
- create(NormalizedNodeStreamWriter, SchemaContext, SchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
- create(NormalizedNodeStreamWriter, SchemaContext, SchemaNode, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
- create(XMLStreamWriter, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new writer with the specified context as its root.
- create(XMLStreamWriter, SchemaContext, DataNodeContainer) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new writer with the specified context and rooted at the specified node.
- create(XMLStreamWriter, SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new writer with the specified context and rooted in the specified schema path.
- create(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
Create a new writer with the specified context as its root.
- create(DataNodeContainer) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
Create a new writer with the specified node as its root.
- create(SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
Create a new writer with the specified context and rooted in the specified schema path.
- create(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- create(Iterable<QNameWithPredicate>, boolean) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Constructs new instance of this class with the concrete path.
- create(boolean, QNameWithPredicate...) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Constructs new instance of this class with the concrete path.
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeBuilder
-
- create(AnyXmlSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- create(AugmentationNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- create(AugmentationSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- create(ChoiceNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- create(ChoiceSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- create(ContainerNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- create(ContainerSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeSchemaAwareBuilder
-
- create(ContainerSchemaNode, ContainerNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeBuilder
-
- create(LeafSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
-
- create(LeafListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- create(LeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- create(LeafListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeSchemaAwareBuilder
-
- create(LeafListSchemaNode, LeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- create(MapEntryNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- create(ListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- create(MapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- create(ListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeSchemaAwareBuilder
-
- create(ListSchemaNode, MapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder
-
- create(LeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder
-
- create(LeafListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeSchemaAwareBuilder
-
- create(LeafListSchemaNode, LeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- create(MapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- create(ListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeSchemaAwareBuilder
-
- create(ListSchemaNode, MapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeSchemaAwareBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- create(UnkeyedListEntryNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- create(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- create(UnkeyedListNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- create(YangModeledAnyXmlSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableYangModeledAnyXmlNodeBuilder
-
- create(YangModeledAnyXmlSchemaNode, int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableYangModeledAnyXmlNodeBuilder
-
- create(DataTreeConfiguration) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
- create(DataTreeConfiguration, SchemaContext) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
- create(DataTreeConfiguration, SchemaContext, NormalizedNodeContainer<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
- create(Iterable<QName>, boolean) - Static method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Constructs new instance of this class with the concrete path.
- create(boolean, QName...) - Static method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Constructs new instance of this class with the concrete path.
- create(Iterable<QName>, boolean) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Constructs new instance of this class with the concrete path.
- create(boolean, QName...) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Constructs new instance of this class with the concrete path.
- create(String, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier
-
Creates new YANG Schema revision source identifier.
- create(String, Revision) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier
-
Creates new YANG Schema revision source identifier.
- create(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier
-
Creates new YANG Schema revision source identifier for sources without
a revision.
- create(String, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Creates new YANG Schema semVer source identifier.
- create(String, Revision, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Creates new YANG Schema semVer source identifier.
- create(String, Optional<Revision>, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Creates new YANG Schema semVer source identifier.
- create(SourceIdentifier, DOMSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
- create(SourceIdentifier, Class<? extends T>, int) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- create(AugmentationSchemaNode, DataNodeContainer) - Static method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Returns an AugmentationSchemaNode as effective in a parent node.
- create(SchemaPath, Long) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- create(String, Integer) - Static method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- create(String) - Static method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.TextToASTTransformer
-
- create(YangTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
- create(ASTSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
- create(SourceIdentifier, YangStatementParser.StatementContext, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
- create(YinXmlSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
-
- create(YinDomSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
-
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinTextToDomTransformer
-
- createAbsoluteLeafRefPath(LeafRefPath, SchemaPath, Module) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefUtils
-
Create an absolute leafref path.
- createChild(Iterable<QNameWithPredicate>) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Create a child path based on concatenation of this path and a relative path.
- createChild(LeafRefPath) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Create a child path based on concatenation of this path and a relative path.
- createChild(QNameWithPredicate...) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Create a child path based on concatenation of this path and additional path elements.
- createChild(Iterable<QName>) - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Create a child path based on concatenation of this path and a relative path.
- createChild(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Create a child path based on concatenation of this path and a relative path.
- createChild(QName) - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Create a child path based on concatenation of this path and an additional path element.
- createChild(QName...) - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Create a child path based on concatenation of this path and additional
path elements.
- createChild(QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
- createChild(Iterable<QName>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Create a child path based on concatenation of this path and a relative path.
- createChild(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Create a child path based on concatenation of this path and a relative path.
- createChild(QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Create a child path based on concatenation of this path and an additional path element.
- createChild(QName...) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Create a child path based on concatenation of this path and additional
path elements.
- createChild(QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Relative
-
- createConcurrent() - Static method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
- createConcurrent(String) - Static method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- createConstraints(A) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- createConstraints(List<T>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractListConstraintEffectiveStatement
-
- createContext(SchemaContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathSchemaContextFactory
-
- createContext(SchemaContext) - Method in class org.opendaylight.yangtools.yang.data.jaxen.JaxenSchemaContextFactory
-
- createCursor(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.CursorAwareDataTreeModification
-
- createCursor(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.CursorAwareDataTreeSnapshot
-
- createDeclared(StmtContext<SchemaNodeIdentifier, AnyxmlSchemaLocationStatement, ?>) - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationStatementSupport
-
- createDeclared(StmtContext<Void, DefaultDenyAllStatement, ?>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
-
- createDeclared(StmtContext<Void, DefaultDenyWriteStatement, ?>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- createDeclared(StmtContext<String, AnnotationStatement, ?>) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
-
- createDeclared(StmtContext<String, YangDataStatement, ?>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- createDeclared(StmtContext<SemVer, OpenConfigVersionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.openconfig.stmt.OpenConfigVersionSupport
-
- createDeclared(StmtContext<QName, ActionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.action.ActionStatementSupport
-
- createDeclared(StmtContext<QName, AnydataStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.AnydataStatementSupport
-
- createDeclared(StmtContext<QName, AnyxmlStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlStatementSupport
-
- createDeclared(StmtContext<QName, ArgumentStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.argument.ArgumentStatementSupport
-
- createDeclared(StmtContext<QName, BaseStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.base.BaseStatementSupport
-
- createDeclared(StmtContext<String, BelongsToStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.belongs_to.BelongsToStatementSupport
-
- createDeclared(StmtContext<Boolean, ConfigStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- createDeclared(StmtContext<String, ContactStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact.ContactStatementSupport
-
- createDeclared(StmtContext<String, DefaultStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.default_.DefaultStatementSupport
-
- createDeclared(StmtContext<String, DescriptionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.description.DescriptionStatementSupport
-
- createDeclared(StmtContext<SchemaNodeIdentifier, DeviationStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviation.DeviationStatementSupport
-
- createDeclared(StmtContext<String, ErrorAppTagStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_app_tag.ErrorAppTagStatementSupport
-
- createDeclared(StmtContext<String, ErrorMessageStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_message.ErrorMessageStatementSupport
-
- createDeclared(StmtContext<QName, ExtensionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
-
- createDeclared(StmtContext<QName, FeatureStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.feature.FeatureStatementSupport
-
- createDeclared(StmtContext<Integer, FractionDigitsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.fraction_digits.FractionDigitsStatementSupport
-
- createDeclared(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementSupport
-
- createDeclared(StmtContext<Collection<SchemaNodeIdentifier>, KeyStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.key.KeyStatementSupport
-
- createDeclared(StmtContext<QName, LeafStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafStatementSupport
-
- createDeclared(StmtContext<List<ValueRange>, LengthStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.length.LengthStatementSupport
-
- createDeclared(StmtContext<Boolean, MandatoryStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- createDeclared(StmtContext<String, MaxElementsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- createDeclared(StmtContext<Integer, MinElementsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.min_elements.MinElementsStatementSupport
-
- createDeclared(StmtContext<ModifierKind, ModifierStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- createDeclared(StmtContext<RevisionAwareXPath, MustStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must.MustStatementSupport
-
- createDeclared(StmtContext<URI, NamespaceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.namespace.NamespaceStatementSupport
-
- createDeclared(StmtContext<String, OrderedByStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- createDeclared(StmtContext<String, OrganizationStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.organization.OrganizationStatementSupport
-
- createDeclared(StmtContext<RevisionAwareXPath, PathStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
-
- createDeclared(StmtContext<Long, PositionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position.PositionStatementSupport
-
- createDeclared(StmtContext<String, PrefixStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix.PrefixStatementSupport
-
- createDeclared(StmtContext<String, PresenceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence.PresenceStatementSupport
-
- createDeclared(StmtContext<List<ValueRange>, RangeStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range.RangeStatementSupport
-
- createDeclared(StmtContext<String, ReferenceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference.ReferenceStatementSupport
-
- createDeclared(StmtContext<Boolean, RequireInstanceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- createDeclared(StmtContext<Revision, RevisionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision.RevisionStatementSupport
-
- createDeclared(StmtContext<Revision, RevisionDateStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date.RevisionDateStatementSupport
-
- createDeclared(StmtContext<Status, StatusStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- createDeclared(StmtContext<QName, TypedefStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.typedef.TypedefStatementSupport
-
- createDeclared(StmtContext<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.unique.UniqueStatementSupport
-
- createDeclared(StmtContext<String, UnitsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.units.UnitsStatementSupport
-
- createDeclared(StmtContext<QName, UsesStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
-
- createDeclared(StmtContext<Integer, ValueStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value.ValueStatementSupport
-
- createDeclared(StmtContext<RevisionAwareXPath, WhenStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when.WhenStatementSupport
-
- createDeclared(StmtContext<YangVersion, YangVersionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yang_version.YangVersionStatementSupport
-
- createDeclared(StmtContext<Boolean, YinElementStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- createDeclared(StmtContext<A, D, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- createDeclared(StmtContext<A, D, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
- createDocument(NormalizedNode<?, ?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathSchemaContext
-
Create a new document context.
- createEffective(StmtContext<SchemaNodeIdentifier, AnyxmlSchemaLocationStatement, EffectiveStatement<SchemaNodeIdentifier, AnyxmlSchemaLocationStatement>>) - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationStatementSupport
-
- createEffective(StmtContext<QName, AnyxmlStatement, AnyxmlEffectiveStatement>) - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlStatementSupportOverride
-
- createEffective(StmtContext<Void, DefaultDenyAllStatement, DefaultDenyAllEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
-
- createEffective(StmtContext<Void, DefaultDenyWriteStatement, DefaultDenyWriteEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- createEffective(StmtContext<String, AnnotationStatement, AnnotationEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
-
- createEffective(StmtContext<String, YangDataStatement, EffectiveStatement<String, YangDataStatement>>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- createEffective(StmtContext<SemVer, OpenConfigVersionStatement, EffectiveStatement<SemVer, OpenConfigVersionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.openconfig.stmt.OpenConfigVersionSupport
-
- createEffective(StmtContext<QName, ActionStatement, EffectiveStatement<QName, ActionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.action.ActionStatementSupport
-
- createEffective(StmtContext<QName, AnydataStatement, EffectiveStatement<QName, AnydataStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.AnydataStatementSupport
-
- createEffective(StmtContext<QName, AnyxmlStatement, AnyxmlEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlStatementSupport
-
- createEffective(StmtContext<QName, ArgumentStatement, EffectiveStatement<QName, ArgumentStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.argument.ArgumentStatementSupport
-
- createEffective(StmtContext<QName, BaseStatement, EffectiveStatement<QName, BaseStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.base.BaseStatementSupport
-
- createEffective(StmtContext<String, BelongsToStatement, EffectiveStatement<String, BelongsToStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.belongs_to.BelongsToStatementSupport
-
- createEffective(StmtContext<Boolean, ConfigStatement, EffectiveStatement<Boolean, ConfigStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- createEffective(StmtContext<String, ContactStatement, EffectiveStatement<String, ContactStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact.ContactStatementSupport
-
- createEffective(StmtContext<String, DefaultStatement, EffectiveStatement<String, DefaultStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.default_.DefaultStatementSupport
-
- createEffective(StmtContext<String, DescriptionStatement, EffectiveStatement<String, DescriptionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.description.DescriptionStatementSupport
-
- createEffective(StmtContext<SchemaNodeIdentifier, DeviationStatement, EffectiveStatement<SchemaNodeIdentifier, DeviationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviation.DeviationStatementSupport
-
- createEffective(StmtContext<String, ErrorAppTagStatement, EffectiveStatement<String, ErrorAppTagStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_app_tag.ErrorAppTagStatementSupport
-
- createEffective(StmtContext<String, ErrorMessageStatement, EffectiveStatement<String, ErrorMessageStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_message.ErrorMessageStatementSupport
-
- createEffective(StmtContext<QName, ExtensionStatement, EffectiveStatement<QName, ExtensionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
-
- createEffective(StmtContext<QName, FeatureStatement, EffectiveStatement<QName, FeatureStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.feature.FeatureStatementSupport
-
- createEffective(StmtContext<Integer, FractionDigitsStatement, EffectiveStatement<Integer, FractionDigitsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.fraction_digits.FractionDigitsStatementSupport
-
- createEffective(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, EffectiveStatement<Predicate<Set<QName>>, IfFeatureStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementSupport
-
- createEffective(StmtContext<Collection<SchemaNodeIdentifier>, KeyStatement, EffectiveStatement<Collection<SchemaNodeIdentifier>, KeyStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.key.KeyStatementSupport
-
- createEffective(StmtContext<QName, LeafStatement, EffectiveStatement<QName, LeafStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafStatementSupport
-
- createEffective(StmtContext<List<ValueRange>, LengthStatement, EffectiveStatement<List<ValueRange>, LengthStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.length.LengthStatementSupport
-
- createEffective(StmtContext<Boolean, MandatoryStatement, EffectiveStatement<Boolean, MandatoryStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- createEffective(StmtContext<String, MaxElementsStatement, EffectiveStatement<String, MaxElementsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- createEffective(StmtContext<Integer, MinElementsStatement, EffectiveStatement<Integer, MinElementsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.min_elements.MinElementsStatementSupport
-
- createEffective(StmtContext<ModifierKind, ModifierStatement, EffectiveStatement<ModifierKind, ModifierStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- createEffective(StmtContext<RevisionAwareXPath, MustStatement, EffectiveStatement<RevisionAwareXPath, MustStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must.MustStatementSupport
-
- createEffective(StmtContext<URI, NamespaceStatement, EffectiveStatement<URI, NamespaceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.namespace.NamespaceStatementSupport
-
- createEffective(StmtContext<QName, NotificationStatement, EffectiveStatement<QName, NotificationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC6020Support
-
- createEffective(StmtContext<QName, NotificationStatement, EffectiveStatement<QName, NotificationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
-
- createEffective(StmtContext<String, OrderedByStatement, EffectiveStatement<String, OrderedByStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- createEffective(StmtContext<String, OrganizationStatement, EffectiveStatement<String, OrganizationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.organization.OrganizationStatementSupport
-
- createEffective(StmtContext<RevisionAwareXPath, PathStatement, EffectiveStatement<RevisionAwareXPath, PathStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
-
- createEffective(StmtContext<Long, PositionStatement, EffectiveStatement<Long, PositionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position.PositionStatementSupport
-
- createEffective(StmtContext<String, PrefixStatement, EffectiveStatement<String, PrefixStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix.PrefixStatementSupport
-
- createEffective(StmtContext<String, PresenceStatement, EffectiveStatement<String, PresenceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence.PresenceStatementSupport
-
- createEffective(StmtContext<List<ValueRange>, RangeStatement, EffectiveStatement<List<ValueRange>, RangeStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range.RangeStatementSupport
-
- createEffective(StmtContext<String, ReferenceStatement, EffectiveStatement<String, ReferenceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference.ReferenceStatementSupport
-
- createEffective(StmtContext<Boolean, RequireInstanceStatement, EffectiveStatement<Boolean, RequireInstanceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- createEffective(StmtContext<Revision, RevisionStatement, EffectiveStatement<Revision, RevisionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision.RevisionStatementSupport
-
- createEffective(StmtContext<Revision, RevisionDateStatement, EffectiveStatement<Revision, RevisionDateStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date.RevisionDateStatementSupport
-
- createEffective(StmtContext<Status, StatusStatement, EffectiveStatement<Status, StatusStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- createEffective(StmtContext<QName, TypedefStatement, EffectiveStatement<QName, TypedefStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.typedef.TypedefStatementSupport
-
- createEffective(StmtContext<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement, EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.unique.UniqueStatementSupport
-
- createEffective(StmtContext<String, UnitsStatement, EffectiveStatement<String, UnitsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.units.UnitsStatementSupport
-
- createEffective(StmtContext<QName, UsesStatement, EffectiveStatement<QName, UsesStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
-
- createEffective(StmtContext<Integer, ValueStatement, EffectiveStatement<Integer, ValueStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value.ValueStatementSupport
-
- createEffective(StmtContext<RevisionAwareXPath, WhenStatement, EffectiveStatement<RevisionAwareXPath, WhenStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when.WhenStatementSupport
-
- createEffective(StmtContext<YangVersion, YangVersionStatement, EffectiveStatement<YangVersion, YangVersionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yang_version.YangVersionStatementSupport
-
- createEffective(StmtContext<Boolean, YinElementStatement, EffectiveStatement<Boolean, YinElementStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- createEffective(StmtContext<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- createEffective(StmtContext<A, D, E>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
- createElementCountConstraint(EffectiveStatement<?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
-
- createException(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
-
- createExclusiveWriter(JSONCodecFactory, SchemaPath, URI, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createExclusiveWriter(JSONCodecFactory, DataNodeContainer, URI, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createInstance(LeafRefPath, QNameWithPredicate) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Create a new instance.
- createJsonWriter(Writer) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonWriterFactory
-
Create a new JsonWriter, which writes to the specified output writer.
- createJsonWriter(Writer, int) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonWriterFactory
-
Create a new JsonWriter, which writes to the specified output writer.
- createLazy(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- createLazy(SchemaContext) - Method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Create a new thread-unsafe, lazily-caching
JSONCodecFactory
for a SchemaContext.
- createModuleSet() - Static method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- createMutableClone() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.nodes.CloneableMap
-
Create a clone of this map's contents.
- createNameCollisionSourceException(StmtContext<?, ?, ?>, EffectiveStatement<?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
-
- createNestedWriter(JSONCodecFactory, SchemaPath, URI, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createNestedWriter(JSONCodecFactory, DataNodeContainer, URI, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createParser() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
-
Create a
YangParser
instance operating in default import resolution mode.
- createParser(StatementParserMode) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
-
Create a
YangParser
instance operating in specified import resolution mode.
- createParser(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.parser.impl.YangParserFactoryImpl
-
- createQName(String, String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringIdentityrefCodec
-
- createQName(String, String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringInstanceIdentifierCodec
-
- createQName(QNameModule, String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
Create QName from unprefixed name, potentially taking last QNameModule encountered into account.
- createQNameModuleReplacing(NormalizedNodeStreamWriter, Map<QNameModule, QNameModule>) - Static method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
Returns decorator, which uses supplied map to transform QNameModules.
- createQNameReplacing(NormalizedNodeStreamWriter, Map<QName, QName>) - Static method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
Returns decorator, which uses supplied map to transform QNames.
- createSchemaContext(Collection<SourceIdentifier>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactory
-
Create a new schema context containing specified sources, pulling in any dependencies they may have.
- createSchemaContext(Collection<SourceIdentifier>, StatementParserMode) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactory
-
- createSchemaContext(Collection<SourceIdentifier>, Set<QName>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactory
-
- createSchemaContext(Collection<SourceIdentifier>, StatementParserMode, Set<QName>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactory
-
- createSchemaContextFactory(SchemaSourceFilter) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
- createSchemaContextFactory(SchemaContextFactoryConfiguration) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
- createSchemaContextFactory(SchemaSourceFilter) - Method in class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
-
Deprecated.
- createSchemaContextFactory(SchemaContextFactoryConfiguration) - Method in class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
-
- createSchemaless(XMLStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new schema-less writer.
- createSimple(String) - Static method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- createSimple(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- createSimple(SchemaContext) - Method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
- createSoftCache(SchemaSourceRegistry, Class<R>) - Static method in class org.opendaylight.yangtools.yang.model.repo.util.InMemorySchemaSourceCache
-
- createSoftCache(SchemaSourceRegistry, Class<R>, long, TimeUnit) - Static method in class org.opendaylight.yangtools.yang.model.repo.util.InMemorySchemaSourceCache
-
- createSourceIdentifier(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- createSubstatement(int, StatementDefinitionContext<X, Y, Z>, StatementSourceReference, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
Create a new substatement at the specified offset.
- createSynchronized() - Static method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
- createTreeNode(NormalizedNode<?, ?>, Version) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNodeFactory
-
Create a new AbstractTreeNode from a data node.
- createXMLEventReader(ModuleEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
-
Create a new XMLEventReader iterating of the YIN document equivalent of an effective module.
- createXMLEventReader(ModuleEffectiveStatement, SubmoduleEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
-
Create a new XMLEventReader iterating of the YIN document equivalent of an effective submodule.
- createXMLStreamReader(InputStream) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
- createXMLStreamReader(InputStream, Charset) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
- createXMLStreamReader(Reader) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
- CrossSourceStatementReactor - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- CrossSourceStatementReactor.BuildAction - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- CrossSourceStatementReactor.Builder - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- Current_function_invocationContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- Current_function_invocationContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- CursorAwareDataTreeModification - Interface in org.opendaylight.yangtools.yang.data.api.schema.tree
-
- CursorAwareDataTreeSnapshot - Interface in org.opendaylight.yangtools.yang.data.api.schema.tree
-
- CustomCrossSourceStatementReactorBuilder - Class in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
-
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- generateSources(SchemaContext, File, Set<Module>, Function<Module, Optional<String>>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
- get() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
- get(Class<V>) - Method in interface org.opendaylight.yangtools.concepts.ClassBasedPropertyBuilder
-
Gets a value of property based on its type.
- get(Object) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- get() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
- get(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- get(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- get(byte) - Static method in class org.opendaylight.yangtools.util.OptionalBoolean
-
- get(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- get(Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns value associated with supplied identifier.
- get(Class<N>, K) - Method in class org.opendaylight.yangtools.yang.model.api.meta.ForwardingEffectiveStatement
-
- get(K) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.IdentifierNamespace
-
Returns value associated with supplied identifier.
- get(QName) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ChildSchemaNodeNamespace
-
- get(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.SchemaNodeIdentifierBuildNamespace
-
Deprecated.
- get(Class<N>, K) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase
-
- get(QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- get(K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace
-
- get(String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModule
-
Returns QNameModule (namespace + revision) associated with supplied
prefix.
- get(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
- get(QName) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinition
-
Returns StatementDefinition with specified QName.
- get(QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
- getAbsoluteLeafRefTargetPath() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.AbstractLogMessageCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerDeclarationsCountCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerFactoryClassParameterCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerMustBeSlf4jCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableModifiersCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableNameCheck
-
- getAcceptableTokens() - Method in class org.opendaylight.yangtools.checkstyle.LogMessageConcatenationCheck
-
- getActions() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
-
Return the set of actions.
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatementAwareDeclaredStatement
-
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatementContainer
-
Deprecated.
Return actions in this container.
- getActions() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationContainerSchemaNode
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerEffectiveStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getActualCount() - Method in exception org.opendaylight.yangtools.yang.data.api.schema.tree.RequiredElementCountException
-
- getAdditionalConfiguration() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- getAll(Class<N>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns all local values from supplied namespace.
- getAll(Class<N>) - Method in class org.opendaylight.yangtools.yang.model.api.meta.ForwardingEffectiveStatement
-
- getAll(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase
-
- getAllFrom(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ChildSchemaNodeNamespace
-
- getAllFrom(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.DerivedNamespaceBehaviour
-
- getAllFrom(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns all values of a keys of param class from model namespace storage.
- getAllFrom(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- getAllFromCurrentStmtCtxNamespace(Class<N>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getAllFromLocalStorage(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
- getAllFromLocalStorage(Class<N>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
- getAllFromLocalStorage(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getAllFromLocalStorage(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getAllFromNamespace(Class<N>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getAllLeafRefsReferencingThisNode(SchemaNode, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getAllLeafRefsReferencingThisNode(SchemaPath, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getAllLeafRefsReferencingThisNode(Iterable<QName>, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getAllowedRanges() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Return allowed length ranges.
- getAllowedRanges() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Return allowed length ranges.
- getAllReferencedByLeafRefCtxs() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getAllVersionSpecificDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
Returns all version specific statement definitions.
- getAncestor(int) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
- getApexPath() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathExpression
-
Return the SchemaPath of the topmost node which affects the result of evaluation of this expression.
- getApplicationTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a short string that identifies the specific type of error condition as
determined by the application reporting the error.
- getAppTag() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.ExtensionDefinition
-
Returns the String
that is the name of argument to the
Keyword.
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ExtensionStatement
-
- getArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnknownStatement
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
- getArgumentName() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
-
- getArgumentName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of statement argument or null, if statement does not have argument.
- getArgumentName() - Method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
- getArgumentName() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- getArgumentName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getArguments() - Method in class org.mockito.configuration.ArgumentsExtractorVerifier
-
- getArguments() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
-
- getAST() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
Return the underlying abstract syntax tree.
- getATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- getATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getAttributes() - Method in interface org.opendaylight.yangtools.yang.data.api.AttributesContainer
-
Returns immutable map of QName and value of the attribute.
- getAttributes() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerAttrNode
-
- getAttributes() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueAttrNode
-
- getAttributes() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Return the associated attributes.
- getAttributeValue(QName) - Method in interface org.opendaylight.yangtools.yang.data.api.AttributesContainer
-
Returns attribute value by supplied QName.
- getAttributeValue(QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerAttrNode
-
- getAttributeValue(QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueAttrNode
-
- getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns AugmentationSchema
instances which contain data from
augment statements defined in the module.
- getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns augmentations which were specified in this uses node.
- getAugmentations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
-
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getAvailableAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationTarget
-
Returns augmentations targeting this element.
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getAvailableSources() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Return the set of sources currently available in this resolved.
- getAverageDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the average duration in nanoseconds.
- getAxis() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
-
- getBaseIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
Return base identities of this identity.
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
Returns the base identities of this identity.
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.IdentityRefSpecification
-
Returns the base statements.
- getBaseType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the base type from which this type is derived.
- getBaseTypeForLeafRef(LeafrefTypeDefinition, SchemaContext, SchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Extracts the base type of node on which schema node points to.
- getBaseTypeForLeafRef(LeafrefTypeDefinition, SchemaContext, QName) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Returns base type for typeDefinition
which belongs to module specified via qname
.
- getBehaviourRegistry() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getBelongsTo() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BitsSpecification
-
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
-
Returns all bit values.
- getBuilders() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- getByNamespace(String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModule
-
Returns QNameModule (namespace + revision) associated with XML namespace (URI).
- getByNamespace(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
- getByNamespaceAndLocalName(URI, String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinition
-
Returns StatementDefinition with specified namespace and localName.
- getByNamespaceAndLocalName(URI, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
- getCaseNodeByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentStatement
-
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getCause() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation.WithException
-
- getCause() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns an exception cause.
- getChannelNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getCharPositionInLine() - Method in exception org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefYangSyntaxErrorException
-
- getCharPositionInLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
-
- getChild(K) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer
-
Returns child node identified by provided key.
- getChild(int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderedNodeContainer
-
Returns child node by position.
- getChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNode
-
Returns a direct child of the node.
- getChild(Optional<T>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes
-
- getChild(YangInstanceIdentifier.NodeWithValue) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
-
- getChild(YangInstanceIdentifier.NodeIdentifierWithPredicates) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
-
- getChild(YangInstanceIdentifier.NodeWithValue) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- getChild(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- getChild(YangInstanceIdentifier.NodeIdentifierWithPredicates) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- getChild(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- getChild(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
-
- getChild(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
-
- getChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
- getChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getChild(QName) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getChild(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
-
- getChildNodes() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Get an unmodifiable collection of modified child nodes.
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getChildNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all child nodes defined within this DataNodeContainer.
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedDataNodeContainer
-
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getChildNodesRecursive(DataNodeContainer) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
Recursively list all child nodes.
- getChildren() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
DO NOT USE THIS METHOD.
- getClassName(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
Returns the name of the closest enclosing class of the point by the passed-in abstract syntax
tree (AST).
- getCodeGeneratorClass() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- getCommonDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
Returns statement definitions common for all versions.
- getCompletedPhase() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getCompletedPhase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatement
-
- getCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatementAwareDeclaredStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatementContainer
-
Deprecated.
- getConstituentModuleIdentifiers(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Extract the identifiers of all modules and submodules which were used to create a particular SchemaContext.
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module contact.
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaDeclaredStatement
-
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaGroup
-
Deprecated.
- getContact() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getContainer() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataEffectiveStatement
-
Return the container statement defined in this yang-data statement instance.
- getContainerSchemaNode() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataSchemaNode
-
Returns container schema node container within this yang-data definition.
- getCopyHistory() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getCopyHistory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getCost() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getCurrent() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- getCurrentNodePath() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getCurrentQueueSize() - Method in class org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
-
Returns the current notification queue size.
- getData() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNode
-
Get a read-only view of the underlying data.
- getDataAfter() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Return the after-image of data corresponding to the node.
- getDataBefore() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Return the before-image of data corresponding to the node.
- getDataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
- getDataContextTree() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
Returns DataSchemaContextTree associated with SchemaContext for which
serialization / deserialization occurs.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns data schema node instances which represents direct subnodes (like
leaf, leaf-list, list, container) in all YANG modules in the context.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
-
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer
-
Deprecated.
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getDataSchema() - Method in interface org.opendaylight.yangtools.yang.model.api.AnyDataSchemaNode
-
Schema of data.
- getDataSchemaNode() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getDataType() - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Return the data type class.
- getDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionDateStatement
-
- getDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionStatement
-
- getDeclared() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns statement, which was explicit declaration of this effective
statement.
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ForwardingEffectiveStatement
-
- getDeclared() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.DeclaredEffectiveStatementBase
-
- getDeclared() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UndeclaredEffectiveStatementBase
-
- getDeclaredPosition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitEffectiveStatementImpl
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
- getDeclaredRepresentationClass() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
-
- getDeclaredRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents declared version of statement associated with this definition.
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
- getDeclaredRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- getDeclaredValue() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumEffectiveStatementImpl
-
- getDefault(TreeType) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatementAwareDeclaredStatement
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatementContainer
-
Deprecated.
- getDefault() - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
-
- getDefaultAnswer() - Method in class org.mockito.configuration.MockitoConfiguration
-
- getDefaultCase() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns name of case which is in the choice specified as default.
- getDefaultInstance() - Static method in class org.opendaylight.yangtools.util.MapAdaptor
-
Return the default-configured instance.
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode
-
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
Return default statements defined in this leaf-list.
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getDefaults() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.AbstractLogMessageCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerDeclarationsCountCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerFactoryClassParameterCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerMustBeSlf4jCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableModifiersCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableNameCheck
-
- getDefaultTokens() - Method in class org.opendaylight.yangtools.checkstyle.LogMessageConcatenationCheck
-
- getDefaultValue() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the default value which represents the value of the argument of the default
substatement
of the YANG typedef
or leaf
statement.
- getDefinition() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Return statement definition.
- getDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getDefinitionsSpecificForVersion(YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
Returns statement definitions specific for requested version.
- getDelegate() - Method in class org.opendaylight.yangtools.concepts.AbstractDelegator
-
- getDelegate() - Method in interface org.opendaylight.yangtools.concepts.Delegator
-
Return underlying delegate.
- getDelegate() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
Returns the delegate ExecutorService.
- getDelegate() - Method in class org.opendaylight.yangtools.yang.model.repo.api.ResourceYangTextSchemaSource
-
- getDependencies() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns immutable collection of all module imports.
- getDependencyInformation() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
Return the dependency information as extracted from the AST.
- getDerivedFrom() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.DerivedNamespaceBehaviour
-
- getDerivedIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
Get identities derived from this identity.
- getDescription() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns the value of the argument of YANG description
keyword.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
Deprecated.
Return description statement, if available.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedNode
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getDeviatedConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated config value.
- getDeviatedDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated default value.
- getDeviatedMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated mandatory value.
- getDeviatedMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated max-elements.
- getDeviatedMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated min-elements.
- getDeviatedMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated must statements.
- getDeviatedType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated type statement.
- getDeviatedUniques() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated unique statements.
- getDeviatedUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated units statement.
- getDeviates() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns deviate children.
- getDeviateStatements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationStatement
-
- getDeviateType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Return deviation kind.
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns Deviation
instances which contain data from
deviation statements defined in the module.
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getDeviations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getDirectChild(NormalizedNode<?, ?>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
-
- getDisplayableAverageDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the average duration as a displayable String with units, e.g.
- getDisplayableLongestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the longest duration as a displayable String with units and the
date/time at which it occurred, e.g.
- getDisplayableShortestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the shortest duration as a displayable String with units and the
date/time at which it occurred, e.g.
- getDuplicates() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
- getEffectiveRepresentationClass() - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlStatementSupportOverride
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
- getEffectiveRepresentationClass() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
-
- getEffectiveRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents derived behaviour from supplied statement.
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
- getEffectiveRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- getEffectOfStatement() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getEffectOfStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getElement() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- getElementCountConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.ElementCountConstraintAware
-
Return the constraint on the number of child nodes.
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getEnums() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.EnumSpecification
-
- getErrorAppTag() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG error-app-tag
keyword.
- getErrorAppTag() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- getErrorAppTagStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
-
- getErrorAppTagStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
Deprecated.
- getErrorList() - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Returns additional error information about this exception.
- getErrorMessage() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG error-message
keyword.
- getErrorMessage() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- getErrorMessageStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
-
- getErrorMessageStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
Deprecated.
- getErrors() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
-
Returns a set of errors and warnings which occurred during processing
the call.
- getErrorType() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns the conceptual layer at which the error occurred.
- getEvaluationPath() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathExpression
-
Return the evaluation context SchemaPath of this expression.
- getException() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
- getExceptionType() - Method in class org.opendaylight.yangtools.util.concurrent.ExceptionMapper
-
Return the exception class produced by this instance.
- getExecutor() - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Returns the
Executor
to used for notification tasks.
- getExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
-
- getExpressions() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
-
- getExtensionDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Get extension definition which identifies this node.
- getExtensionDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns extension definition instances which are defined as the direct
subelements in all YANG modules in the context.
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getExtensions() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getExtensionSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns ExtensionDefinition
instances which contain data
from extension statements defined in the module.
- getExtensionSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getFactory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getFailedSource() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
Return YANG schema source identifier consisting of name and revision of the module which caused this exception.
- getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns FeatureDefinition
instances which contain data from
feature statements defined in the module.
- getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getFeatures() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getFilterExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
-
- getFirst() - Method in class org.opendaylight.yangtools.concepts.Variant
-
- getFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- getFirstArgument(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerFactoryClassParameterCheck
-
- getFirstGenericParameter(Type) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
- getFormattedMessage() - Method in exception org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefYangSyntaxErrorException
-
- getFormattedMessage() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
-
- getFormattedRevision() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns formatted revision string.
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
-
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
-
Returns integer between 1 and 18 inclusively.
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getFrom() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Edge
-
- getFrom() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
-
- getFrom(NamespaceBehaviour.NamespaceStorageNode, QName) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ChildSchemaNodeNamespace
-
- getFrom(NamespaceBehaviour.NamespaceStorageNode, SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.SchemaNodeIdentifierBuildNamespace
-
Deprecated.
- getFrom(NamespaceBehaviour.NamespaceStorageNode, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.DerivedNamespaceBehaviour
-
- getFrom(NamespaceBehaviour.NamespaceStorageNode, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns a value from model namespace storage according to key param class.
- getFrom(NamespaceBehaviour.NamespaceStorageNode, NamespaceKeyCriterion<K>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns the key/value mapping best matching specified criterion.
- getFrom(NamespaceBehaviour.NamespaceStorageNode, QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- getFromLocalStorage(NamespaceBehaviour.NamespaceStorageNode, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
- getFromLocalStorage(Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
- getFromLocalStorage(Class<N>, K) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getFromLocalStorage(Class<N>, K) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getFromNamespace(Class<N>, T) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return a value associated with specified key within a namespace.
- getGrammarFileName() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getGroupingPath() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns the schema path to used grouping.
- getGroupings() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all groupings defined within this DataNodeContainer.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns the set of grouping statements declared under this operation.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement.WithReusableDefinitions
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer.WithReusableDefinitions
-
Deprecated.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
Deprecated.
- getGroupings() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedDataNodeContainer
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationDefinition
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getHardLinks() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.concepts.Identifiable
-
Return this objects Identifier.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.AugmentationNode
-
Gets identifier of augmentation node.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
-
Returns identifier of this node in parent map node
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
-
Locally unique identifier of the node.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Get the node identifier.
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NamespacedEffectiveStatement
-
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
- getIdentifier() - Method in enum org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
- getIdentifier() - Method in enum org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns IdentitySchemaNode
instances which contain data from
identity statements defined in the module.
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
-
Returns the set of identities this reference points to.
- getIdentities() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getIdentityName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityTypeDefinition
-
Returns the name of the YANG identity.
- getIfFeaturePredicate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureStatement
-
In YANG 1.1 (RFC7950) implementation of IfFeatureStatement, the argument is a boolean expression over feature
names defined by "feature" statements.
- getIfFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalFeature
-
Deprecated.
Return attached if-feature statements.
- getIfFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement
-
- getImplicitParentFor(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- getImplicitParentFor(StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ImplicitParentAwareStatementSupport
-
Returns implicit parent statement support for supplied statement definition, if it is defined.
- getImplicitParentFor(StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- getImplicitParentFor(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getImportResolutionMode() - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
Indicate import resolution mode this code generator requires.
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns imports which represents YANG modules which are imported to this
module via import statement.
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageDeclaredStatement
-
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageGroup
-
Deprecated.
- getImports() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getIncludes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageDeclaredStatement
-
- getIncludes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageGroup
-
Deprecated.
- getInEdges() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Node
-
- getInEdges() - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
-
- getInfo() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a string containing additional information to provide extended
and/or implementation-specific debugging information.
- getInput() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns definition of input parameters for this operation.
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
-
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
Deprecated.
- getInput() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationDefinition
-
- getInputClass() - Method in interface org.opendaylight.yangtools.yang.data.impl.codec.DataStringCodec
-
- getInputClass() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
-
- getInstance() - Method in class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
-
- getInstance() - Method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
-
- getInstance() - Method in interface org.opendaylight.yangtools.concepts.ObjectRegistration
-
Return the object instance.
- getInstance() - Static method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.odlext.parser.AnyxmlStatementSupportOverride
-
- getInstance() - Static method in class org.opendaylight.yangtools.openconfig.parser.EncryptedValueStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- getInstance(boolean, int, int) - Static method in class org.opendaylight.yangtools.util.MapAdaptor
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.common.Empty
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.data.util.codec.NoopCodecCache
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.openconfig.stmt.OpenConfigVersionSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.action.ActionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.AnydataStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.argument.ArgumentStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.base.BaseStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.belongs_to.BelongsToStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_.CaseStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_.CaseStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ChoiceStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ChoiceStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact.ContactStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.default_.DefaultStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.description.DescriptionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviation.DeviationStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_app_tag.ErrorAppTagStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_message.ErrorMessageStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.feature.FeatureStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.fraction_digits.FractionDigitsStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping.GroupingStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping.GroupingStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity.IdentityStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity.IdentityStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include.IncludeStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include.IncludeStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input.InputStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input.InputStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.key.KeyStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.length.LengthStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.min_elements.MinElementsStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must.MustStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.namespace.NamespaceStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.organization.OrganizationStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.output.OutputStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.output.OutputStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position.PositionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix.PrefixStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence.PresenceStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range.RangeStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference.ReferenceStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision.RevisionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date.RevisionDateStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.rpc.RpcStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.rpc.RpcStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC6020Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.typedef.TypedefStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.unique.UniqueStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.units.UnitsStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value.ValueStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when.WhenStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yang_version.YangVersionStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- getIntSystemProperty(String, int) - Static method in class org.opendaylight.yangtools.util.PropertyUtils
-
Obtains the given property from the System properties and returns as an int.
- getJavaPatternString() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a Java
Pattern
-compatible regular expression (pattern).
- getJavaRegexFromXSD(String) - Static method in class org.opendaylight.yangtools.yang.model.util.RegexUtils
-
Converts XSD regex to Java-compatible regex.
- getKey() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getKeyDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
Returns the list of leaf identifiers.
- getKeyDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getKeyValues() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
- getKeyword() - Method in enum org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns the YANG keyword corresponding to this object.
- getKeyword() - Method in enum org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
YANG keyword of this modifier.
- getLargestQueueSize() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- getLargestQueueSize() - Method in class org.opendaylight.yangtools.util.concurrent.FastThreadPoolExecutor
-
- getLargestQueueSize() - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
-
Returns the largest queue size.
- getLast() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- getLastComponent() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Get the last component of this path.
- getLastComponent() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Get the last component of this path.
- getLastComponent() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Get the last component of this path.
- getLastOperation() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.CopyHistory
-
- getLastPathArgument() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns the last PathArgument.
- getLatestRevision(YangStatementParser.StatementContext, SourceIdentifier) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
- getLatestRevision(Iterable<? extends StmtContext<?, ?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- getLeafRefContextModule() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getLeafRefReferencedByContext(SchemaNode, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefReferencedByContext(SchemaPath, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefReferencedByContext(Iterable<QName>, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefReferencingContext(SchemaNode, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefReferencingContext(SchemaPath, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefReferencingContext(Iterable<QName>, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- getLeafRefTargetPath() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getLeafRefTargetPathString() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getLeftExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
-
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BinarySpecification
-
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
-
- getLengthConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthRestrictedTypeDefinition
-
Returns length constraint of this type, if applicable.
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getLine() - Method in exception org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefYangSyntaxErrorException
-
- getLine() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
-
- getListenerClassName() - Method in class org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
-
Returns the name of the listener class.
- getListenerNotificationQueueStats() - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
- getListeners() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- getLiteral() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
-
- getLocalName() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns YANG schema identifier which were defined for this node in the
YANG module.
- getLocalName() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- getLocalName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.SimpleQNameWithPredicate
-
- getLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
-
- getLogMessagesReportFile() - Method in class org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck
-
- getLongest() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Get the longest recorded duration and the time when it was recorded.
- getLongestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the longest duration in nanoseconds.
- getMajor() - Method in class org.opendaylight.yangtools.concepts.SemVer
-
Return the major version number.
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatementAwareDeclaredStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatementContainer
-
Deprecated.
- getMaxElements() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
-
Returns the maximum admissible number of data elements for node where
this constraint is specified.
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
-
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
Deprecated.
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getMaximumCount() - Method in exception org.opendaylight.yangtools.yang.data.api.schema.tree.RequiredElementCountException
-
- getMaxQueueCapacity() - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Returns the maximum listener queue capacity.
- getMessage() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- getMessage() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a string suitable for human display that describes the error
condition.
- getMethodName(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
Returns the name the method (and the enclosing class) at a given point specified by the
passed-in abstract syntax tree (AST).
- getMinElements() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
-
Returns the minimum required number of data elements for node where this
constraint is specified.
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
-
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
Deprecated.
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getMinimumCount() - Method in exception org.opendaylight.yangtools.yang.data.api.schema.tree.RequiredElementCountException
-
- getMinor() - Method in class org.opendaylight.yangtools.concepts.SemVer
-
Return the minor version number.
- getModeNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getModificationType() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Return the type of modification this node is undergoing.
- getModifiedChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidateNode
-
Returns modified child or null if child was not modified
/ does not exists.
- getModifier() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
RFC7950 allows a pattern constraint to be inverted.
- getModifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- getModifierStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
-
Return a modifier statement, if present.
- getModule() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Get the module component of the QName.
- getModule() - Method in exception org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefYangSyntaxErrorException
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToStatement
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Returns the namespace+revision-to-module mapping.
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- getModuleName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the name of the module to import.
- getModuleQname() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- getModuleQname() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.SimpleQNameWithPredicate
-
- getModuleQNameByPrefix(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- getModules() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns modules which are part of the schema context.
- getModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
- getModules() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- getModulesDeviatedByModules() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.MustConstraintAware
-
Specifies the rules which the node which contains must
YANG substatement has to match.
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveContainerSchemaNode
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlEffectiveStatementImpl
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafEffectiveStatementImpl
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatementAwareDeclaredStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatementContainer
-
Deprecated.
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the name of the module which is specified as argument of YANG
module
keyword.
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BaseStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.CaseStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FeatureStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.GroupingStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
Deprecated.
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnitsStatement
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition.Bit
-
Returns the name of the concrete bit.
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
The name to specify each assigned name of an enumeration type.
- getName() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns model name.
- getName() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns model name.
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitEffectiveStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumEffectiveStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
-
- getName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
-
- getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns XMLNamespace assigned to the YANG module.
- getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Returns the namespace of the module which is specified as argument of YANG Module namespace
keyword.
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the namespace of the module which is specified as argument of
YANG
namespace
keyword.
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.NamespaceRevisionAware
-
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
-
- getNamespace() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getNamespace() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NamespaceStep
-
- getNamespaceBehaviour(Class<N>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.Registry
-
Get a namespace behavior.
- getNamespaceBehaviour(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
- getNamespaceBehaviour(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getNamespaceContents(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractSchemaEffectiveDocumentedNode
-
- getNamespaceContents(Class<N>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase
-
Return the statement-specific contents of specified namespace, if available.
- getNamespaceDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Returns the namespace-to-module mapping.
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Returns the module name-to-module mapping.
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- getNodeIdentifierForAugmentation(AugmentationSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
- getNodeIdentifierForAugmentation(AugmentationSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
-
- getNodeName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getNodeParameter() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Returns name of the unknown node.
- getNodeParameter() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
- getNodeType() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
-
QName of the node as defined in YANG schema.
- getNodeType() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier
-
- getNodeType() - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
-
If applicable returns unique QName of data node as defined in YANG
Schema.
- getNodeType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode
-
- getNodeType() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Returns QName instance with the name of the unknown node.
- getNodeType() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
- getNodeType() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
Return the set of notifications in this container, keyed by QName.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatementAwareDeclaredStatement
-
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatementContainer
-
Deprecated.
- getNotifications() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationContainerSchemaNode
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerEffectiveStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getNotificationSchema(SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Returns NotificationDefinition from Schema Context.
- getNumber() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
-
- getNumber() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr.YangBigDecimal
-
- getNumber() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr.YangDouble
-
- getOffendingBit() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidBitDefinitionException
-
- getOffendingEnum() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidEnumDefinitionException
-
- getOffendingRanges() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidRangeConstraintException
-
- getOperations() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns rpc definition instances which are defined as the direct
subelements in all YANG modules in the context.
- getOperations() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getOperator() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
-
- getOperator() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
-
- getOrderedBy() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
-
- getOrderedBy() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
Deprecated.
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module organization.
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaDeclaredStatement
-
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MetaGroup
-
Deprecated.
- getOrganization() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getOriginal() - Method in interface org.opendaylight.yangtools.yang.model.api.DerivableSchemaNode
-
If this node is added by uses, returns original node definition from
grouping where it was defined.
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getOriginalCtx() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getOriginalCtx() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getOriginalDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode
-
Returns Augmentation Definition from which this augmentation is derived
if augmentation was added transitively via augmented uses.
- getOriginalDefinition() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getOriginalIfPossible(SchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaNodeUtils
-
- getOutEdges() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Node
-
- getOutEdges() - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
-
- getOutput() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns definition of output parameters for this operation.
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
-
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
Deprecated.
- getOutput() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationDefinition
-
- getOutputBaseDir(MavenProject) - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg
-
- getParent() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
- getParent() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- getParent() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Returns the immediate parent LeafRefPath.
- getParent() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the immediate parent SchemaPath.
- getParent() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the immediate parent SchemaPath.
- getParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementNamespace.TreeScoped
-
- getParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the parent statement context, or null if this is the root statement.
- getParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
- getParentContext() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getParentContext() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getParentModule() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo.SubmoduleDependencyInfo
-
Returns name of parent module.
- getParentNamespaceStorage() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
- getParentNamespaceStorage() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getParentNamespaceStorage() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getPatch() - Method in class org.opendaylight.yangtools.concepts.SemVer
-
Return the patch version number.
- getPath() - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationEffectiveStatementImpl
-
- getPath() - Method in exception org.opendaylight.yangtools.yang.data.api.schema.tree.DataValidationFailedException
-
Returns the offending object path.
- getPath() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns the schema path of the instance of the type SchemaNode
.
- getPath() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
-
- getPath() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSchemaNode
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineEffectiveStatementImpl
-
- getPathArguments() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns an ordered iteration of path arguments.
- getPathFromRoot() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Returns the list of nodes which need to be traversed to get from the starting point (root for absolute
LeafRefPaths) to the node represented by this object.
- getPathFromRoot() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the list of nodes which need to be traversed to get from the
starting point (root for absolute SchemaPaths) to the node represented
by this object.
- getPathFromRoot() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the list of nodes which need to be traversed to get from the
starting point (root for absolute SchemaPaths) to the node represented
by this object.
- getPathKeyExpression() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNamePredicate
-
- getPathStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
-
- getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Returns the list of nodes which need to be traversed to get from this node to the starting point (root
for absolute LeafRefPaths).
- getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Returns the list of nodes which need to be traversed to get from this
node to the starting point (root for absolute SchemaPaths).
- getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Returns the list of nodes which need to be traversed to get from this
node to the starting point (root for absolute SchemaPaths).
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
-
Returns patterns specified in the string.
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getPatterns() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
-
- getPhase() - Method in exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
-
- getPhase() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Return current model processing phase.
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
-
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition.Bit
-
The position value MUST be in the range 0 to 4294967295, and it MUST
be unique within the bits type.
- getPossibleChildNames() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.AugmentationIdentifier
-
Returns set of all possible child nodes.
- getPrecomputed(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- getPrecomputed(SchemaContext) - Method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
- getPrecomputedIfAvailable(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- getPrecomputedIfAvailable(SchemaContext) - Method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Get a thread-safe, eagerly-caching
JSONCodecFactory
for a SchemaContext, if it is available.
- getPredicates() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
-
- getPredicates() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the prefix of the module.
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the prefix associated with the imported module.
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getPreviousPhase() - Method in enum org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
- getProvider() - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaSourceRegistration
-
- getPublicDefinition() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getPublicDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getPublicView() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getPublicView() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- getPublicView() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns public statement definition, which will be present in built statements.
- getPublicView() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getQName() - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationEffectiveStatementImpl
-
- getQname() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.ValueWithQName
-
- getQName() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- getQName() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.SimpleQNameWithPredicate
-
- getQName() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns QName of the instance of the type SchemaNode
.
- getQName() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSchemaNode
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.QNameStep
-
- getQName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
-
- getQNameIdentifiers() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getQNameModule() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns a
QNameModule
, which contains the namespace and
the revision of the module.
- getQNamePredicates() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- getQNamePredicates() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.SimpleQNameWithPredicate
-
- getQueue() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
-
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.NumericalRestrictions
-
- getRangeConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeRestrictedTypeDefinition
-
Returns range constraint of this type, if applicable.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getRealSchemasForAugment(AugmentationTarget, AugmentationSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
Retrieves real schemas for augmented child node.
- getRealSchemasForAugment(DataNodeContainer, AugmentationSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
- getReference() - Method in enum org.opendaylight.yangtools.yang.common.YangVersion
-
Return the normative reference defining this YANG version.
- getReference() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns the value of the argument of YANG reference
keyword.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
Deprecated.
Return description statement, if available.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
-
- getReference() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedNode
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getReferencedByChilds() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getReferencedByLeafRefCtxByName(QName) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getReferencedChildByName(QName) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getReferencingChildByName(QName) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getReferencingChilds() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getRefines() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
-
- getRefines() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Some of the properties of each node in the grouping can be refined with the "refine" statement.
- getRefineTargetNode() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineEffectiveStatementImpl
-
- getRegistrations() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- getRegularExpressionString() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a raw regular expression as it was declared in a source.
- getRejectedExecutionHandler() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- getRejectedTaskCount() - Method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Returns the rejected task count.
- getRepresentation() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
-
- getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- getRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Returns the instantiated representation class.
- getRepresentingClass() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.AbstractLogMessageCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerDeclarationsCountCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerFactoryClassParameterCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerMustBeSlf4jCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableModifiersCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableNameCheck
-
- getRequiredTokens() - Method in class org.opendaylight.yangtools.checkstyle.LogMessageConcatenationCheck
-
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.InstanceIdentifierSpecification
-
Return require-instance statement child, if present.
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
-
Return require-instance statement child, if present.
- getResolvedSources() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- getResourceBaseDir(MavenProject) - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- getResult() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
-
Returns the value result of the call or null if no result is available.
- getResult() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult
-
- getResultData() - Method in exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
-
- getRev() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
-
- getReversePathArguments() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns an iterable of path arguments in reverse order.
- getRevision() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns revision of the YANG module if the module has defined revision.
- getRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Returns the revision date for the module.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the revision date for the module.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the module revision to import.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.NamespaceRevisionAware
-
- getRevision() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns revision of source or null if revision was not supplied.
- getRevision() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns revision.
- getRevision() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getRevisions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionAwareDeclaredStatement
-
- getRevisions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionGroup
-
Deprecated.
- getRightExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
-
- getRoot() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
-
- getRoot() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getRoot() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
- getRoot() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getRoot() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
Returns the model root for this statement.
- getRootDeclaredStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
-
- getRootEffectiveStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
-
- getRootExpr() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
- getRootModuleQName(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- getRootNode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate
-
Get the candidate tree root node.
- getRootNode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathDocument
-
Return the root node of this document.
- getRootOriginalIfPossible(SchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaNodeUtils
-
- getRootPath() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree
-
Get the root path of this data tree.
- getRootPath() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeCandidate
-
Get the candidate tree root path.
- getRootPath() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- getRootStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveModelContext
-
- getRootVersion() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return version of root statement context.
- getRootVersion() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getRpcDataSchema(SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Returns RPC Input or Output Data container from RPC definition.
- getRpcDataSchema(RpcDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaNodeUtils
-
Returns RPC input or output schema based on supplied QName.
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns RpcDefinition
instances which contain data from
rpc statements defined in the module.
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyDeclaredStatement
-
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
Deprecated.
- getRpcs() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.Identifier_ref_argContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.KeywordContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_schema_nodeidContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_schema_nodeidContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.EqQuotedStringContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.EqQuotedStringContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.KeyPredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.KeyPredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.KeyPredicateExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.KeyPredicateExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.LeafListPredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.LeafListPredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.LeafListPredicateExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.LeafListPredicateExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.QuotedStringContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.QuotedStringContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbbreviatedStepContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbbreviatedStepContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbsoluteLocationPathNorootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbsoluteLocationPathNorootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AdditiveExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AdditiveExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AndExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AndExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AxisSpecifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AxisSpecifierContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.ExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.ExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FunctionCallContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FunctionCallContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FunctionNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FunctionNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.LocationPathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.LocationPathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.MainContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.MainContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.MultiplicativeExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.MultiplicativeExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NameTestContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NameTestContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NCNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NCNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NodeTestContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.NodeTestContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.OrExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.OrExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PredicateContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.QNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.QNameContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelationalExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelationalExprContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnaryExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnaryExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnionExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnionExprNoRootContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.VariableReferenceContext
-
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.VariableReferenceContext
-
- getRuleNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getSchema() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Return the associated schema node.
- getSchemaContext() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshot
-
Return the current
SchemaContext
, which is being used for operations.
- getSchemaContext() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.SynchronizedDataTreeModification
-
- getSchemaContext() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getSchemaContext() - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- getSchemaContext() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContextProvider
-
- getSchemaContext() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Try to parse all currently available yang files and build new schema context.
- getSchemaContext(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Try to parse all currently available yang files and build new schema context depending on specified parsing mode.
- getSchemaOfAnyXmlData() - Method in interface org.opendaylight.yangtools.odlext.model.api.YangModeledAnyXmlSchemaNode
-
Returns the root schema node of the data in this anyxml node.
- getSchemaOfAnyXmlData() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.YangModeledAnyXmlNode
-
Returns the schema corresponding to the node's datea.
- getSchemaPath() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getSchemaPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getSchemaSource(SourceIdentifier, Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
- getSchemaSource(SourceIdentifier, Class<T>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository
-
- getSchemaSourceFilter() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
-
- getSecond() - Method in class org.opendaylight.yangtools.concepts.Variant
-
- getSemanticVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the semantic version of yang module.
- getSemanticVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the semantic version to import.
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Returns semantic version of source if it was specified.
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns semantic version of module.
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getSemVerIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getSeverity() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns the error severity, as determined by the application reporting the error.
- getShared(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- getShared(SchemaContext) - Method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
- getShortest() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Get the shortest recorded duration and the time when it was recorded.
- getShortestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the shortest duration in nanoseconds.
- getSignificantKey(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.SchemaNodeIdentifierBuildNamespace
-
Deprecated.
- getSignificantKey(K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.DerivedNamespaceBehaviour
-
- getSize() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderedNodeContainer
-
Returns count of child nodes.
- getSize() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- getSize() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- getSize() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
-
- getSize() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
-
- getSource() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
-
- getSource() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
- getSource() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinXmlSchemaSource
-
Return an XML
Source
of the YIN document.
- getSource(SourceIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceProvider
-
Returns a representation a for supplied YANG source identifier.
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.util.FilesystemSchemaSourceCache
-
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.util.InMemorySchemaSourceCache
-
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer
-
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
- getSourceId() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
-
- getSourceIdentifier() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
- getSourceIdentifier() - Method in exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
-
- getSourceName() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.DeclarationInTextSource
-
- getSourceReference() - Method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Return the reference to the source which caused this exception.
- getSourceReference() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Return statement source reference.
- getSourceReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getSourceTexts(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
- getStatementArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the statement argument.
- getStatementArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getStatementDefinition(YangVersion, QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
- getStatementName() - Method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
- getStatementName() - Method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
- getStatementName() - Method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
- getStatementName() - Method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
- getStatementName() - Method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
- getStatementName() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
-
- getStatementName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of the statement.
- getStatementName() - Method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
- getStatementName() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- getStatementName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getStatementParserMode() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ForwardingEffectiveStatement
-
- getStatementSource() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
-
Returns statement source, which denotes if statement was
explicitly declared in original model or inferred during
semantic processing of model.
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.DeclaredEffectiveStatementBase
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UndeclaredEffectiveStatementBase
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractDeclaredStatement
-
- getStatementSource() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.DeclarationInTextSource
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
-
- getStatementSource() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementSourceReference
-
Returns source type.
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
Returns the origin of the statement.
- getStatementSourceReference() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getStatementSourceReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
Returns a reference to statement source.
- getStatus() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode.WithStatus
-
Returns status of the instance of the type SchemaNode
.
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup.WithStatus
-
Deprecated.
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedNode
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getSteps() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
- getStorageNodeType() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
Return local namespace behaviour type.
- getStorageNodeType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getStorageNodeType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getSubExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
-
- getSubmodules() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
- getSubmodules() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.openconfig.stmt.OpenConfigVersionSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.action.ActionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.AnydataStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.argument.ArgumentStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.base.BaseStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.belongs_to.BelongsToStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_.CaseStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.case_.CaseStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ChoiceStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ChoiceStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact.ContactStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.default_.DefaultStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.description.DescriptionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviation.DeviationStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_app_tag.ErrorAppTagStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_message.ErrorMessageStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.feature.FeatureStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.fraction_digits.FractionDigitsStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping.GroupingStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping.GroupingStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity.IdentityStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity.IdentityStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include.IncludeStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include.IncludeStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input.InputStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input.InputStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.key.KeyStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.length.LengthStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.min_elements.MinElementsStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must.MustStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.namespace.NamespaceStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.organization.OrganizationStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.output.OutputStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.output.OutputStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position.PositionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix.PrefixStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence.PresenceStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range.RangeStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference.ReferenceStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision.RevisionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date.RevisionDateStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementRFC6020Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementRFC7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.typedef.TypedefStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.unique.UniqueStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.units.UnitsStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value.ValueStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when.WhenStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yang_version.YangVersionStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
Returns corresponding substatement validator of a statement support.
- getSubstatementValidatorForDeviate(DeviateKind) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
-
- getSubtreeVersion() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNode
-
Get the subtree version.
- getSupportedFeatures() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
-
- getSupportedMathModes() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
- getSupportedVersions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
-
- getSupportedVersions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
- getSupportedVersions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
-
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- getSupportSpecificForArgument(String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
If this support has argument specific supports, the method returns support specific for given argument
(e.g.
- getSymbolicName() - Method in class org.opendaylight.yangtools.yang.model.repo.api.ResourceYangTextSchemaSource
-
- getSymbolicName() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
Return the symbolic name, if available.
- getSymbolicName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
- getTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a short string that identifies the general type of error condition.
- getTag() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UniqueStatement
-
- getTag() - Method in interface org.opendaylight.yangtools.yang.model.api.UniqueConstraint
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentStatement
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationStatement
-
- getTargetNode() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
-
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode
-
Returns augmentation schema path.
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns target schema path.
- getTargetPath() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContactStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DescriptionStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrganizationStatement
-
- getText() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ReferenceStatement
-
- getTimeOfLongestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the time stamp of the longest duration.
- getTimeOfShortestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the time stamp of the shortest duration.
- getTo() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Edge
-
- getTo() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
-
- getTokenNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
Deprecated.
- getTotalDurations() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the total number of tracked durations.
- getTreeType() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatement
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeGroup
-
Deprecated.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeAware
-
Returns the type definition of stored data.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypedDataSchemaNode
-
Returns type of the instance which implements DataSchemaNode
.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
Return the concrete representation type.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YangSchemaSourceRepresentation
-
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSourceRepresentation
-
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinXmlSchemaSource
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.ASTSchemaSource
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafEffectiveStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
-
- getTypeDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeDefinitionAware
-
Return this statement's effective type definition.
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.BitsSpecificationEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.Decimal64SpecificationEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.EnumSpecificationEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.IdentityRefSpecificationEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.LeafrefSpecificationEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.UnionSpecificationEffectiveStatement
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all newly defined types within this DataNodeContainer.
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns the set of type definitions declared under this operation.
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedDataNodeContainer
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationDefinition
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement.WithReusableDefinitions
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer.WithReusableDefinitions
-
Deprecated.
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
Deprecated.
- getTypeName(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- getTypes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.UnionSpecification
-
- getTypes() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnionTypeDefinition
-
Returns type definitions which represent the values of the arguments for
all YANG type
substatement in the main union
statement.
- getUnique() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getUniqueConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
Returns unique constraints.
- getUniqueConstraints() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatement
-
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeGroup
-
Deprecated.
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the unit which represents the value of the argument of the units
substatement of the YANG
typedef
, leaf
or leaf-list
statements.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns unknown schema nodes which belongs to this instance.
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSchemaNode
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.bit.BitEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.enum_.EnumEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine.RefineEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
- getUnknownStatementDefinitionOf(StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns unknown statement form of a regular YANG statement supplied as a parameter to the method.
- getUnsatisfiedImports() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
Return the list of sources which failed to resolve along with reasons why they were not resolved.
- getUri() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NamespaceStatement
-
- getUses() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getUses() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns grouping nodes used ny this container.
- getUses() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getUses() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDocumentedDataNodeContainer
-
- getUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
-
- getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- getValidatedRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Return the class which captures the fact it was validated by this validator.
- getValidationsErrorsCount() - Method in exception org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefDataValidationFailedException
-
- getValue() - Method in interface org.opendaylight.yangtools.concepts.ValueWrapper
-
Return the wrapped value object.
- getValue() - Method in class org.opendaylight.yangtools.util.AbstractIdentifier
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.AnyXmlNode
-
Return value represented as a DOMSource.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerNode
-
Returns iteration of all child nodes.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafNode
-
Returns value of this leaf node.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
-
Value of node.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodeContainer
-
Returns immutable iteration of child nodes of this node.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ValueNode
-
Returns value of held by this node.
- getValue() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathResult
-
Get the value contained in this result.
- getValue() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
-
- getValue() - Method in class org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviateStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorMessageStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FractionDigitsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MaxElementsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MinElementsStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModifierStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrderedByStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PathStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PositionStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PrefixStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PresenceStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RequireInstanceStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.StatusStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ValueStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YangVersionStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YinElementStatement
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition.EnumPair
-
The "value" statement, which is optional, is used to associate an integer value with the assigned name
for the enum.
- getValue() - Method in enum org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The the cost value.
- getValue() - Method in enum org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
- getValue() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangConstantExpr
-
Return this constant's value.
- getValue() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr.YangDouble
-
- getValues() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
-
Returns all enumeration values.
- getVariableName(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- getVariableName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
-
- getVersion() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNode
-
Get the data node version.
- getVocabulary() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.WhenConditionAware
-
Returns when statement.
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDataSchemaNode
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- getWhenStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalDataDefinition
-
Deprecated.
- getWhenStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatementAwareDeclaredStatement
-
- getWithClassLoader(ClassLoader, Supplier<V>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
- getWriter() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
- getXpath() - Method in interface org.opendaylight.yangtools.yang.model.api.MustDefinition
-
Returns XPath expression which contains constraint.
- getYangAST() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the YANG version.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
-
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
-
- getYangVersion() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- getYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
-
- global(Class<N>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates a global namespace behaviour for supplied namespace type.
- GroupingDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'grouping' statement.
- GroupingEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- GroupingNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Grouping namespace.
- GroupingStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- GroupingStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping
-
- GroupingStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping
-
- GroupingStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.grouping
-
Class providing necessary support for processing YANG 1.1 Grouping statement.
- Identifiable<T> - Interface in org.opendaylight.yangtools.concepts
-
A generalized contract of an object which has an identifier.
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- IDENTIFIER() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.Identifier_ref_argContext
-
- IDENTIFIER(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.Identifier_ref_argContext
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- IDENTIFIER() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- IDENTIFIER() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.KeywordContext
-
- IDENTIFIER(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.KeywordContext
-
- Identifier - Interface in org.opendaylight.yangtools.concepts
-
General identifier interface.
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- identifier() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- Identifier() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- Identifier(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- Identifier() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- Identifier(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.NodeIdentifierContext
-
- identifier_ref_arg() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- identifier_ref_arg() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- Identifier_ref_argContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.Identifier_ref_argContext
-
- IdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- IdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.IdentifierContext
-
- identifierFromFilename(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
- identifierFromFilename(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
- IdentifierNamespace<K,V> - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
Model specific namespace which allows access to specific
IdentifierNamespace
serves as common superclass for YANG model namespaces, which are type-captured
subclasses.
- IdentityCodecUtil - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Utility methods for implementing string-to-identity codecs.
- IdentityEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IdentityEffectiveStatementNamespace - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
Namespace of available identities.
- IdentityNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Identity namespace.
- IDENTITYREF_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- IdentityrefCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- identityRefCodec(IdentityrefTypeDefinition, QNameModule) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- identityRefCodec(IdentityrefTypeDefinition, QNameModule) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- identityRefCodec(IdentityrefTypeDefinition, QNameModule) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- IdentityRefSpecificationEffectiveStatement - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
-
- identityrefTypeBuilder(SchemaPath) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- IdentityrefTypeBuilder - Class in org.opendaylight.yangtools.yang.model.util.type
-
- IdentityrefTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains method for getting data from identityref
built-in YANG type.
- IdentityrefTypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- IdentityrefTypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
- IdentitySchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'identity' statement.
- IdentitySchemaNodeBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- IdentitySchemaNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.IdentitySchemaNodeBuilder
-
- IdentityStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IdentityStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity
-
- IdentityStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.identity
-
Class providing necessary support for processing YANG 1.1 Identity statement.
- IdentityTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the method for getting the details about YANG identity
.
- if_feature_expr() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- if_feature_expr() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- if_feature_expr() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- If_feature_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- if_feature_factor() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- if_feature_factor() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- if_feature_factor() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- If_feature_factorContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- if_feature_term() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- if_feature_term() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- if_feature_term() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- If_feature_termContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- IfFeatureAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IfFeatureEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IfFeatureExpressionLexer - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionLexer(CharStream) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- IfFeatureExpressionParser - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParser(TokenStream) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- IfFeatureExpressionParser.Identifier_ref_argContext - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParser.If_feature_exprContext - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParser.If_feature_factorContext - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParser.If_feature_termContext - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParserBaseListener - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
This class provides an empty implementation of
IfFeatureExpressionParserListener
,
which can be extended to create a listener which only needs to handle a subset
of the available methods.
- IfFeatureExpressionParserBaseListener() - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseListener
-
- IfFeatureExpressionParserBaseVisitor<T> - Class in org.opendaylight.yangtools.antlrv4.code.gen
-
This class provides an empty implementation of
IfFeatureExpressionParserVisitor
,
which can be extended to create a visitor which only needs to handle a subset
of the available methods.
- IfFeatureExpressionParserBaseVisitor() - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseVisitor
-
- IfFeatureExpressionParserListener - Interface in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureExpressionParserVisitor<T> - Interface in org.opendaylight.yangtools.antlrv4.code.gen
-
- IfFeatureStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Represents YANG if-feature statement.
- IfFeatureStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature
-
- ifPresent(Consumer<? super T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
- IllegalListKeyException(String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException.IllegalListKeyException
-
- immediateBooleanFluentFuture(Boolean) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a FluentFuture
which is immediately completed, reporting specified result
.
- immediateBooleanFluentFuture(boolean) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a FluentFuture
which is immediately completed, reporting specified result
.
- immediateCancelledFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
- immediateFailedFluentFuture(Throwable) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a FluentFuture
which is immediately failed, reporting specified failure cause
.
- immediateFalseFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specified
Boolean.TRUE
.
- immediateFluentFuture(T) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a FluentFuture
which is immediately completed, reporting specified result
.
- immediateNullFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a FluentFuture
which is immediately completed with a null
result.
- immediateTrueFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specified
Boolean.TRUE
.
- Immutable - Interface in org.opendaylight.yangtools.concepts
-
Immutable Object - object does not change its externally-observable state during its lifetime.
- ImmutableAnyXmlNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableAnyXmlNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeBuilder
-
- ImmutableAnyXmlNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableAugmentationNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableAugmentationNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- ImmutableAugmentationNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- ImmutableAugmentationNodeBuilder(ImmutableAugmentationNodeBuilder.ImmutableAugmentationNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeBuilder
-
- ImmutableAugmentationNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableAugmentationNodeSchemaAwareBuilder(AugmentationSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAugmentationNodeSchemaAwareBuilder
-
- ImmutableChoiceNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableChoiceNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- ImmutableChoiceNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- ImmutableChoiceNodeBuilder(ImmutableChoiceNodeBuilder.ImmutableChoiceNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
-
- ImmutableChoiceNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableChoiceNodeSchemaAwareBuilder(ChoiceSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeSchemaAwareBuilder
-
- ImmutableContainerNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableContainerNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- ImmutableContainerNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- ImmutableContainerNodeBuilder(ImmutableContainerNodeBuilder.ImmutableContainerNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
-
- ImmutableContainerNodeBuilder.ImmutableContainerNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableContainerNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafNodeBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeBuilder
-
- ImmutableLeafNodeSchemaAwareBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetEntryNodeBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetEntryNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
-
- ImmutableLeafSetEntryNodeSchemaAwareBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetNodeBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- ImmutableLeafSetNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- ImmutableLeafSetNodeBuilder(ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetNodeSchemaAwareBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableLeafSetNodeSchemaAwareBuilder(LeafListSchemaNode, ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode<T>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeSchemaAwareBuilder
-
- ImmutableMapEntryNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableMapEntryNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- ImmutableMapEntryNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- ImmutableMapEntryNodeBuilder(ImmutableMapEntryNodeBuilder.ImmutableMapEntryNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- ImmutableMapEntryNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableMapNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableMapNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- ImmutableMapNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- ImmutableMapNodeBuilder(ImmutableMapNodeBuilder.ImmutableMapNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- ImmutableMapNodeBuilder.ImmutableMapNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableMapNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableMapNodeSchemaAwareBuilder(ListSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeSchemaAwareBuilder
-
- ImmutableMapNodeSchemaAwareBuilder(ListSchemaNode, ImmutableMapNodeBuilder.ImmutableMapNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeSchemaAwareBuilder
-
- ImmutableMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
- ImmutableNodes - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
- ImmutableNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
- ImmutableNormalizedNodeStreamWriter(NormalizedNodeContainerBuilder) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- ImmutableNormalizedNodeStreamWriter(NormalizedNodeResult) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- ImmutableNormalizedNodeStreamWriter.NormalizedNodeResultBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
- immutableOf(T) - Static method in class org.opendaylight.yangtools.util.SingletonSpliterators
-
- ImmutableOffsetMap<K,V> - Class in org.opendaylight.yangtools.util
-
Implementation of the
Map
interface which stores a set of immutable mappings using a key-to-offset map and
a backing array.
- ImmutableOffsetMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
- immutableOfNull() - Static method in class org.opendaylight.yangtools.util.SingletonSpliterators
-
- ImmutableOrderedLeafSetNodeBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedLeafSetNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder
-
- ImmutableOrderedLeafSetNodeBuilder(ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder
-
- ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedLeafSetNodeSchemaAwareBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedLeafSetNodeSchemaAwareBuilder(LeafListSchemaNode, ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode<T>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeSchemaAwareBuilder
-
- ImmutableOrderedMapNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedMapNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- ImmutableOrderedMapNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- ImmutableOrderedMapNodeBuilder(ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedMapNodeSchemaAwareBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableOrderedMapNodeSchemaAwareBuilder(ListSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeSchemaAwareBuilder
-
- ImmutableOrderedMapNodeSchemaAwareBuilder(ListSchemaNode, ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeSchemaAwareBuilder
-
- Immutables - Class in org.opendaylight.yangtools.util
-
- immutableSnapshot() - Method in class org.opendaylight.yangtools.triemap.ImmutableTrieMap
-
Deprecated.
- immutableSnapshot() - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
Deprecated.
- immutableSnapshot() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
Returns a read-only snapshot of this TrieMap.
- ImmutableThreadFactoryProvider - Class in org.opendaylight.yangtools.util.concurrent
-
- ImmutableThreadFactoryProvider.Builder - Class in org.opendaylight.yangtools.util.concurrent
-
- ImmutableThreadFactoryProvider.BuildFinal - Interface in org.opendaylight.yangtools.util.concurrent
-
- ImmutableThreadFactoryProvider.LoggerBuildStage - Interface in org.opendaylight.yangtools.util.concurrent
-
- ImmutableThreadFactoryProvider.NamePrefixBuildStage - Interface in org.opendaylight.yangtools.util.concurrent
-
- ImmutableTrieMap<K,V> - Class in org.opendaylight.yangtools.triemap
-
- ImmutableUnkeyedListEntryNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableUnkeyedListEntryNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- ImmutableUnkeyedListEntryNodeBuilder(int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- ImmutableUnkeyedListEntryNodeBuilder(ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
-
- ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableUnkeyedListNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableUnkeyedListNodeBuilder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- ImmutableUnkeyedListNodeBuilder(ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImmutableYangModeledAnyXmlNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
-
- ImplicitCaseSchemaNode - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice
-
- ImplicitCaseSchemaNode(DataSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- ImplicitParentAwareStatementSupport - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
StatementSupport
trait for statements which create intermediate parent node for some of its child nodes.
- ImplicitSubstatement - Class in org.opendaylight.yangtools.yang.parser.spi.source
-
An implicit sub-statement, which is implied to be always present in its parent, even if it does not appear
in model source.
- ImportedModuleContext - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- ImportedNamespaceContext<K> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Special namespace which allows import of namespaces from other sources.
- ImportEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ImportPrefixToModuleCtx - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefix strings to module context.
- ImportPrefixToSemVerSourceIdentifier - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to source identifier with specified semantic version.
- ImportStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ImportStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_
-
- ImportStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_
-
Implementation of import statement definition for Yang 1.1 (RFC 7950) to
allow import statement to have "description" and "reference" as substatements.
- ImpPrefixToNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Pre-linkage source-specific mapping of prefixes to module namespaces.
- IncludedModuleContext - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- IncludedSubmoduleNameToModuleCtx - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to namespaces.
- IncludeEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IncludeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IncludeStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include
-
- IncludeStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.include
-
Implementation of include statement definition for Yang 1.1 (RFC 7950) to
allow include statement to have "description" and "reference" as substatements.
- inConstructor(Object) - Static method in class org.opendaylight.yangtools.util.RecursiveObjectLeaker
-
- IncorrectDataStructureException - Exception in org.opendaylight.yangtools.yang.data.api.schema.tree
-
Exception thrown when a proposed change fails validation before being applied into the datastore
because of incorrect structure of user supplied data.
- IncorrectDataStructureException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.IncorrectDataStructureException
-
- IncorrectDataStructureException(YangInstanceIdentifier, String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.IncorrectDataStructureException
-
- InferenceException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when there is an inference error.
- InferenceException(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
-
- InferenceException(String, StatementSourceReference) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
-
- InferenceException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
-
- initial() - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.spi.Version
-
Create an initial version.
- initialSnapshot(int) - Method in class org.opendaylight.yangtools.util.MapAdaptor
-
Creates an initial snapshot.
- initSubstatements(Collection<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStatementBase
-
Create a set of substatements.
- InMemoryDataTreeBenchmark - Class in org.opendaylight.yangtools.yang.data.impl.tree
-
Benchmarking of InMemoryDataTree performance.
- InMemoryDataTreeBenchmark() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.InMemoryDataTreeBenchmark
-
- InMemoryDataTreeBenchmark_jmhType - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_jmhType() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType
-
- InMemoryDataTreeBenchmark_jmhType_B1 - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_jmhType_B1() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B1
-
- InMemoryDataTreeBenchmark_jmhType_B2 - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_jmhType_B2() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- InMemoryDataTreeBenchmark_jmhType_B3 - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_jmhType_B3() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B3
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInCommitPerWriteBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInCommitPerWriteBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInCommitPerWriteBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitCursorBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitCursorBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write100KSingleNodeWithOneInnerItemInOneCommitCursorBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInCommitPerWriteBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInCommitPerWriteBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInCommitPerWriteBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitCursorBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitCursorBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write10KSingleNodeWithTenInnerItemsInOneCommitCursorBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInCommitPerWriteBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInCommitPerWriteBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInCommitPerWriteBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitBenchmark_jmhTest
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitCursorBenchmark_jmhTest - Class in org.opendaylight.yangtools.yang.data.impl.tree.generated
-
- InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitCursorBenchmark_jmhTest() - Constructor for class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_write50KSingleNodeWithTwoInnerItemsInOneCommitCursorBenchmark_jmhTest
-
- InMemoryDataTreeFactory - Class in org.opendaylight.yangtools.yang.data.impl.schema.tree
-
A factory for creating in-memory data trees.
- InMemoryDataTreeFactory() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
- InMemorySchemaSourceCache<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.util
-
- InMemorySchemaSourceCache(SchemaSourceRegistry, Class<T>, CacheBuilder<Object, Object>) - Constructor for class org.opendaylight.yangtools.yang.model.repo.util.InMemorySchemaSourceCache
-
- input(ContainerSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
Initializes the value for the
input
attribute.
- input(ContainerSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
Initializes the value for the
input
attribute.
- InputEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- InputStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- InputStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input
-
- InputStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.input
-
Class providing necessary support for processing YANG 1.1 Input statement.
- inRange(int, int) - Static method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
-
- inSource(String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.DeclarationInTextSource
-
- instance() - Static method in class org.opendaylight.yangtools.util.EmptyDeque
-
- INSTANCE_IDENTIFIER_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- instanceIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- instanceIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- InstanceIdentifierCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
Codec which serializes / deserializes InstanceIdentifier.
- instanceIdentifierCodec(InstanceIdentifierTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- instanceIdentifierCodec(InstanceIdentifierTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- instanceIdentifierCodec(InstanceIdentifierTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- InstanceIdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- InstanceIdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- instanceIdentifierLexer - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierLexer - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- instanceIdentifierLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- instanceIdentifierParser - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- instanceIdentifierParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- instanceIdentifierParser.EqQuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.EqQuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.InstanceIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.InstanceIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.KeyPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.KeyPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.KeyPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.KeyPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.LeafListPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.LeafListPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.LeafListPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.LeafListPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.NodeIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.NodeIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PathArgumentContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PathArgumentContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PosContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PosContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.PredicateContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.QuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierParser.QuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.impl
-
- instanceIdentifierType() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- InstanceIdentifierTypeBuilder - Class in org.opendaylight.yangtools.yang.model.util.type
-
- InstanceIdentifierTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains methods for getting data from the instance-identifier
YANG built-in type.
- InstanceIdentifierTypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- InstanceIdentifierTypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
- instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Instantiate an immutable map by applying specified transformer
to values of fromMap
.
- instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
-
- instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
- instantiateWithValue(V) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
Instantiate an immutable map with the value supplied.
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Instantiate an immutable map by filling values from provided array.
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
-
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
- INT16_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int16Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- int16Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- Int16TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int16 type.
- Int16TypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- Int16TypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
- INT32_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int32Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- int32Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- Int32TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int32 type.
- Int32TypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- Int32TypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
- INT64_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int64Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- int64Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- Int64TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int64 type.
- Int64TypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- Int64TypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
- INT8_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int8Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- int8Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- Int8TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int8 type.
- Int8TypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- Int8TypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
- intern() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Return an interned reference to a equivalent QName.
- intern() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Return an interned reference to a equivalent QNameModule.
- intern(T) - Method in class org.opendaylight.yangtools.yang.data.util.LeafsetEntryInterner
-
- intern() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Return an interned reference to a equivalent SemVerSourceIdentifier.
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- internArgument(String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Given a raw string representation of an argument, try to use a shared representation.
- internBoolean(String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
-
- interpretAsInstanceIdentifier(YangLiteralExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
- interpretAsQName(YangLiteralExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
- intValue() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
-
- intValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this BigDecimal
to an int
, checking for lost information.
- InvalidBitDefinitionException - Exception in org.opendaylight.yangtools.yang.model.util.type
-
- InvalidBitDefinitionException(BitsTypeDefinition.Bit, String) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidBitDefinitionException
-
- InvalidBitDefinitionException(BitsTypeDefinition.Bit, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidBitDefinitionException
-
- InvalidEnumDefinitionException - Exception in org.opendaylight.yangtools.yang.model.util.type
-
- InvalidEnumDefinitionException(EnumTypeDefinition.EnumPair, String) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidEnumDefinitionException
-
- InvalidEnumDefinitionException(EnumTypeDefinition.EnumPair, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidEnumDefinitionException
-
- InvalidLengthConstraintException - Exception in org.opendaylight.yangtools.yang.model.util.type
-
- InvalidLengthConstraintException(String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidLengthConstraintException
-
- InvalidRangeConstraintException - Exception in org.opendaylight.yangtools.yang.model.util.type
-
- InvalidRangeConstraintException(RangeSet<?>, String) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidRangeConstraintException
-
- InvalidRangeConstraintException(RangeSet<?>, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidRangeConstraintException
-
- InvalidSubstatementException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when there was invalid element in YANG file.
- InvalidSubstatementException(String, StatementSourceReference) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
-
- InvalidSubstatementException(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
-
- InvalidSubstatementException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
-
- invokeListener(L, Collection<? extends N>) - Method in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager.BatchedInvoker
-
Called to invoke a listener with a notification.
- invokeListener(L, N) - Method in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager.Invoker
-
Deprecated.
Called to invoke a listener with a notification.
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Describes whether schema path is|isn't absolute.
- isAbsolute() - Method in interface org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath
-
Returns true
if the XPapth starts in root of Yang model,
otherwise returns false
.
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Describes whether schema path is|isn't absolute.
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Describes whether schema node identifier is|isn't absolute.
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Relative
-
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.model.util.RevisionAwareXPathImpl
-
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Absolute
-
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
- isAddedByAugmentation() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
- isAddedByAugmentation() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
Deprecated.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
-
Deprecated.
Returns true
if this node was added by uses statement,
otherwise returns false
.
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
- isAddedByUses(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDataSchemaNode
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UnknownEffectiveStatementBase
-
Deprecated.
- isAFieldVariable(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
- isArgumentYinElement() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
-
- isArgumentYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns true, if argument of statement is represented as value of yin element.
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
- isArgumentYinElement() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
- isArgumentYinElement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- isAsDefaultPermitted() - Method in enum org.opendaylight.yangtools.yang.data.api.ModifyAction
-
Check if this operation is a candidate for default-operation
argument.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
Deprecated.
- isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.api.CopyableNode
-
Deprecated.
Returns true
if this node was added by augmentation,
otherwise returns false
.
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
- isAugmenting(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Deprecated.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDataSchemaNode
-
Deprecated.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
Deprecated.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
Deprecated.
- isClosed() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
Query the state of this registration.
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- isConfiguration() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Returns true
if the data represents configuration data,
otherwise returns false
.
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
- isConfiguration(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDataSchemaNode
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.choice.ImplicitCaseSchemaNode
-
- isConfiguration() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isCustomizedStatement() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractConstraintEffectiveStatement
-
- isEmpty() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- isEmpty() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- isEmpty() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Check if this instance identifier has empty path arguments, e.g.
- isEnabledSemanticVersioning() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- isEnabledSemanticVersioning() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isEolString(String) - Static method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
-
Check if an emitted string contains End-Of-Line character.
- isEqualWithoutRevision(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
-
Compares this QName to other, without comparing revision.
- isFinished() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.NormalizedNodeResult
-
- isFirst() - Method in class org.opendaylight.yangtools.concepts.Variant
-
- isFullyDefined() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Check if the statement has been fully defined.
- isFullyDefined() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- isIgnoringConfig() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns true if this statement support and all its substatements ignore config statements (e.g.
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- isIgnoringIfFeatures() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns true if this statement support and all its substatements ignore if-feature statements (e.g.
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isImmutable(Object) - Static method in class org.opendaylight.yangtools.util.Immutables
-
Determines if object is known to be immutable
- isInExtensionBody(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- isInt16(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type definition represents the built-in int16 type.
- isInt32(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type definition represents the built-in int32 type.
- isInt64(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type definition represents the built-in int64 type.
- isInt8(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type definition represents the built-in int8 type.
- isKeyedEntry() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- isLeaf() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- isLeafRef(SchemaNode, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- isLoggerType(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- isLogMethod(String) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- isMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.MandatoryAware
-
Return whether this node is mandatory or not.
- isMandatory(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- isMandatory(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
- isMandatory(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
- isMandatory() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlEffectiveStatementImpl
-
- isMandatory() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafEffectiveStatementImpl
-
- isMandatoryNode(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether statement context is a mandatory leaf, choice, anyxml,
list or leaf-list according to RFC6020 or not.
- isMandatoryNodesValidationEnabled() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- isMixin() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- isNonPresenceContainer(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether statement context is a non-presence container or not.
- isNotMandatoryNodeOfType(StmtContext<?, ?, ?>, StatementDefinition) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether a statement context is a statement of supplied statement
definition and whether it is not mandatory leaf, choice, anyxml, list or
leaf-list according to RFC6020.
- isOnElementPermitted() - Method in enum org.opendaylight.yangtools.yang.data.api.ModifyAction
-
- isParentSupportedByFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isParentSupportedByFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isPreLinkageMap() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModule
-
- isPreLinkageMap() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
Deprecated.
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.data.util.OperationAsContainer
-
- isPresenceContainer() - Method in interface org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode
-
Returns true if this container is marked as presence.
- isPresenceContainer(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
- isPresenceContainer(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveOperationContainerSchemaNode
-
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.container.ContainerEffectiveStatementImpl
-
- isPresenceContainer(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether statement context is a presence container or not.
- isPresent() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return true if a value is present.
- isPresent(byte) - Static method in class org.opendaylight.yangtools.util.OptionalBoolean
-
- isPresentIn(SchemaNode) - Static method in interface org.opendaylight.yangtools.openconfig.model.api.OpenConfigHashedValueSchemaNode
-
Determine if specified SchemaNode is marked to report its value in hashed form.
- isReferenced() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- isReferencedByLeafRef(SchemaNode, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContextUtils
-
- isReferencing() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- isSecond() - Method in class org.opendaylight.yangtools.concepts.Variant
-
- isShutdown() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- isSuccessful() - Method in interface org.opendaylight.yangtools.yang.common.RpcResult
-
Returns whether or not processing of the call was successful.
- isSupportedByFeatures() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- isSupportedByFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isSupportedToBuildEffective() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- isSupportedToBuildEffective() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- isTerminated() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- isUint16(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type is the base type for uint16.
- isUint32(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type is the base type for uint32.
- isUint64(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type is the base type for uint64.
- isUint8(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
Check if a particular type is the base type for uint8.
- isUniqueIndexEnabled() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration
-
- isUnknownStatement(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Returns true if supplied statement context represents unknown statement,
otherwise returns false.
- isUnrecognizedStatement(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Returns true if supplied statement context represents unrecognized
statement, otherwise returns false.
- isUserOrdered() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafListSchemaNode
-
YANG 'ordered-by' statement.
- isUserOrdered() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
YANG 'ordered-by' statement.
- isUserOrdered(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
- isUserOrdered(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
- isUserOrdered() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf_list.LeafListEffectiveStatementImpl
-
- isUserOrdered() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListEffectiveStatementImpl
-
- isYangBuildInType(String) - Static method in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
Returns true if supplied type is representation of built-in YANG type as
per RFC 6020.
- isYangBuildInType(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
Returns true if supplied type is representation of built-in YANG type as
per RFC 6020.
- isYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.ExtensionDefinition
-
This statement indicates if the argument is mapped to an XML element in
YIN or to an XML attribute.
By contract if implementation of ExtensionDefinition does not specify the
yin-element statement the return value is by default set to
false
- isYinElement(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.ExtensionDefinitionBuilder
-
- iterator() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- iterator() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- iterator() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- iterator() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- iterator() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
-
- parentModuleQname - Variable in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
-
- parse(String) - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
-
Parse a YANG version from its textual representation.
- parse(JsonReader) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- parse(XMLStreamReader) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
This method parses the XML source and emits node events into a NormalizedNodeStreamWriter based on the
YANG-modeled data contained in the XML source.
- parse(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns ModifierKind based on supplied YANG keyword.
- parse(Recognizer<?, ?>, Supplier<T>, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.SourceExceptionParser
-
Parse a Recognizer extracting its root item.
- parse(Lexer, Parser, Supplier<T>, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.SourceExceptionParser
-
Use a Lexer/Parser pair extracting the parser's root item.
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.odlext.parser.AnyxmlSchemaLocationStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.openconfig.stmt.OpenConfigVersionSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.action.ActionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anydata.AnydataStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.anyxml.AnyxmlStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.argument.ArgumentStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.base.BaseStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.belongs_to.BelongsToStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.config.ConfigStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.contact.ContactStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.default_.DefaultStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.description.DescriptionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviation.DeviationStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_app_tag.ErrorAppTagStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.error_message.ErrorMessageStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.feature.FeatureStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.fraction_digits.FractionDigitsStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.key.KeyStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.leaf.LeafStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.length.LengthStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.mandatory.MandatoryStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.max_elements.MaxElementsStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.min_elements.MinElementsStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.modifier.ModifierStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.must.MustStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.namespace.NamespaceStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ordered_by.OrderedByStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.organization.OrganizationStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position.PositionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix.PrefixStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence.PresenceStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range.RangeStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference.ReferenceStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance.RequireInstanceStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision.RevisionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date.RevisionDateStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status.StatusStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.typedef.TypedefStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.unique.UniqueStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.units.UnitsStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value.ValueStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.when.WhenStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yang_version.YangVersionStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.yin_element.YinElementStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Parses textual representation of argument in object representation.
- parseArgumentValue(StmtContext<A, D, E>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- parseBoolean(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
-
- parseExpression(String) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
-
- parseFilename(String) - Static method in class org.opendaylight.yangtools.yang.common.YangNames
-
Parse a file name according to rules outlined in https://tools.ietf.org/html/rfc6020#section-5.2.
- parseIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Parse a YANG identifier string in context of a statement.
- parseIdentity(String, SchemaContext, Function<String, QNameModule>) - Static method in class org.opendaylight.yangtools.yang.data.util.codec.IdentityCodecUtil
-
Parse a string into a QName using specified prefix-to-QNameModule mapping function, interpreting the result
as an IdentitySchemaNode existing in specified SchemaContext.
- parseNodeIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Parse a YANG node identifier string in context of a statement.
- ParserStreamUtils - Class in org.opendaylight.yangtools.yang.data.util
-
- parseSources(StatementParserMode, Set<QName>, Collection<? extends SchemaSourceRepresentation>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseValue(I, String) - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Parse a String representation into its native format.
- parseXPath(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
-
- parseYangFiles(File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseYangFiles(StatementParserMode, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(StatementParserMode, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, StatementParserMode, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, StatementParserMode, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResource(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, StatementParserMode, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResourceDirectory(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, Set<QName>, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(Class<?>, String...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(Class<?>, Collection<String>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseYangResources(List<String>, List<String>, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(List<String>, List<String>, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(List<String>, List<String>, Set<QName>, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(StatementParserMode, Set<QName>, YangTextSchemaSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- Path<P extends Path<P>> - Interface in org.opendaylight.yangtools.concepts
-
Conceptual representation of a logical path in a tree-like structure, similar to a
Path
, but more general in terms of what objects it can be applied to.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.BinaryTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitsTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.BooleanTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.EmptyTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.ExtensionDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.FeatureDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentitySchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.StringTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnionTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path_arg() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- path_arg() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- Path_argContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- Path_argContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- Path_equality_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- Path_equality_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- Path_key_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- Path_key_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Descendant_pathContext
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- path_predicate() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- Path_predicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- Path_predicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- pathArgument(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- pathArgument(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.InstanceIdentifierContext
-
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- PathArgumentContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- PathArgumentContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- PathEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnionExprNoRootContext
-
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.UnionExprNoRootContext
-
- PathExprNoRootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- PathExprNoRootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PathStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- pathStatement(RevisionAwareXPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
- PathStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path
-
- PatternConstraint - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the method for getting the data from the YANG pattern
which is substatement
of type
statement.
- PatternConstraintBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- PatternConstraintBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.PatternConstraintBuilder
-
- PatternEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PatternStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PatternStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern
-
- PatternStatementImpl(StmtContext<PatternConstraint, PatternStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementImpl
-
- PatternStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern
-
- PatternStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern
-
Class providing necessary support for processing YANG 1.1 Pattern statement.
- peek() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- peekFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- peekLast() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- PERSIST_MIN_ITEMS_PROP - Static variable in class org.opendaylight.yangtools.util.MapAdaptor
-
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PIPE_SPLITTER - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
-
- PLUGIN_NAME - Static variable in class org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesMojo
-
- PLUS - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- PLUS() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- PLUS(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- PLUS - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- poll() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- pollFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- pollLast() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- pop() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- PosContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- PosContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- position(long) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the value for the
position
attribute.
- PositionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PositionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PositionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.position
-
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- PositiveIntegerValue() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- PositiveIntegerValue() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PosContext
-
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- PotentialSchemaSource<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
A potential schema source.
- PotentialSchemaSource.Costs - Enum in org.opendaylight.yangtools.yang.model.repo.spi
-
Each registered source has a cost associated with it.
- PrecomputedCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Pre-computed CodecCache.
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PathArgumentContext
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.PredicateContext
-
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PredicateContext
-
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PredicateContext
-
- prefix() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- prefix() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Node_identifierContext
-
- prefix() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- prefix() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- prefix(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Initializes the value for the
prefix
attribute.
- prefix(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
Initializes the value for the
prefix
attribute.
- PrefixContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- PrefixContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.PrefixContext
-
- PrefixConverters - Class in org.opendaylight.yangtools.yang.data.api.schema.xpath
-
A set of utility functions for dealing with common types of namespace mappings.
- PrefixEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- prefixForNamespace(URI) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
-
- PrefixStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PrefixStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.prefix
-
- PrefixToModule - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to namespaces.
- PrefixToModuleMap - Class in org.opendaylight.yangtools.yang.parser.spi.source
-
- PrefixToModuleMap() - Constructor for class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
- PrefixToModuleMap(boolean) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
Deprecated.
- PreLinkageModuleNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Intermediate-stage namespace equivalent to ModuleNamespace except it is keyed by module names.
- prepare(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeTip
-
Prepare a modification for commit.
- prerequisiteFailed(Collection<? extends ModelActionBuilder.Prerequisite<?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder.InferenceAction
-
Invoked once one of prerequisites was not met, even after all other satisfiable inference actions were
processed.
- PresenceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PresenceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PresenceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.presence
-
- primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.FilterExprContext
-
- primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- PrimaryExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- PrimaryExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- priority(int) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the optional value
priority
to priority.
- priority(Optional<Integer>) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the optional value
priority
to priority.
- priority(int) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Initializes the optional value
priority
to priority.
- priority(Optional<Integer>) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Initializes the optional value
priority
to priority.
- priority() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Priority for new threads from this factory.
- priority() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
Priority for new threads from this factory.
- producesDeclared(StmtContext<?, ?, ?>, Class<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- ProductAwareBuilder<P> - Interface in org.opendaylight.yangtools.concepts
-
An extension of the
Builder
concept which allows an implementation
of this interface to be used in collections instead of the product.
- productEquals(Object) - Method in interface org.opendaylight.yangtools.concepts.ProductAwareBuilder
-
Check whether an instance of the product that would be created
by the builder is equal to an existing instance.
- productHashCode() - Method in interface org.opendaylight.yangtools.concepts.ProductAwareBuilder
-
Return the hash code of the product.
- PropertyUtils - Class in org.opendaylight.yangtools.util
-
Provides utilities for system properties.
- provideNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
- push(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- put(K, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- put(E) - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
-
- put(K, V) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- put(K, V) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- put(K, V) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- put(String, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
- put(QName, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- putAll(Map<? extends K, ? extends V>) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- putAll(Map<? extends K, ? extends V>) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- putAll(Map<QName, StatementSupport<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Put all mappings from the specified map as entries to children
map.
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Put all mappings from the specified map as entries to children
map.
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Put all mappings from the specified map as entries to children
map.
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Put all mappings from the specified map as entries to children
map.
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Put all mappings from the specified map as entries to children
map.
- putAllChildren(Map<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Put all mappings from the specified map as entries to children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Put one entry to the children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Put one entry to the children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Put one entry to the children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Put one entry to the children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Put one entry to the children
map.
- putChildren(QName, DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Put one entry to the children
map.
- putChildren(Map.Entry<? extends QName, ? extends DataSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Put one entry to the children
map.
- putIfAbsent(K, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- putIfAbsent(QName, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
- putToLocalStorage(Class<N>, K, V) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
Populate specified namespace with a key/value pair, overwriting previous contents.
- putToLocalStorage(Class<N>, K, V) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- putToLocalStorage(Class<N>, K, V) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- putToLocalStorageIfAbsent(Class<N>, K, V) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
Populate specified namespace with a key/value pair unless the key is already associated with a value.
- putToLocalStorageIfAbsent(Class<N>, K, V) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- RangeConstraint<T extends Number & Comparable<T>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
- rangeConstraint(RangeConstraint<BigDecimal>) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<BigDecimal>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Short>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Short>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Integer>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Integer>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Long>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Long>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Byte>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Byte>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Integer>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Integer>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Long>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Long>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<BigInteger>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<BigInteger>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
- rangeConstraint(RangeConstraint<Short>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
- rangeConstraint(Optional<? extends RangeConstraint<Short>>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
- RangeConstraintBuilder<T extends Number & Comparable<T>> - Class in org.opendaylight.yangtools.yang.model.immutable
-
- RangeConstraintBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.RangeConstraintBuilder
-
- RangeEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RangeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range
-
- RangeRestrictedTypeBuilder<T extends RangeRestrictedTypeDefinition<T,N>,N extends Number & Comparable<N>> - Class in org.opendaylight.yangtools.yang.model.util.type
-
- RangeRestrictedTypeDefinition<T extends TypeDefinition<T>,N extends Number & Comparable<N>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Interface for
TypeDefinition
s which can have their values restricted to a set of allowed values.
- RangeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RangeStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.range
-
- rawArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Returns statement argument as was present in original source.
- rawArgument() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractDeclaredStatement
-
- rawStatementArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the statement argument in literal format.
- rawStatementArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- ReactorException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
- ReactorException(ModelProcessingPhase, String, SourceIdentifier, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
-
- ReactorException(ModelProcessingPhase, String, SourceIdentifier) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
-
- read(JsonReader, AbstractNodeDataWithSchema) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
-
- readFirstLong(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read first long value from an input.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Read a QName from a DataInput.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Read a QNameModule from a DataInput.
- readLong(DataInput) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
- readLongBody(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
- readLongHeader(DataInput) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read the header of a compressed long value.
- readNode(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshot
-
Read a particular node from the snapshot.
- readNode(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeSnapshotCursor
-
Read a particular node from the snapshot.
- readNode(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.SynchronizedDataTreeModification
-
- readSecondLong(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read second long value from an input.
- ready() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeModification
-
Finish creation of a modification, making it ready for application
to the data tree.
- ready() - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.SynchronizedDataTreeModification
-
- realOrException() - Static method in class org.opendaylight.yangtools.testutils.mockito.MoreAnswers
-
Returns Mockito Answer (default) which forwards method calls or throws an UnstubbedMethodException.
- RecursiveObjectLeaker - Class in org.opendaylight.yangtools.util
-
Thread-local hack to make recursive extensions work without too much hassle.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.BinaryTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.BinaryTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitsTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitsTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.BooleanTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.BooleanTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.EmptyTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.EmptyTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumPairBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumPairBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ExtensionDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ExtensionDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.FeatureDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.FeatureDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentitySchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentitySchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.LengthConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.LengthConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.PatternConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.PatternConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.RangeConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.RangeConstraintBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.StringTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.StringTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnionTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- reference(Optional<String>) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnionTypeDefinitionBuilder
-
Initializes the optional value
reference
to reference.
- ReferenceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ReferenceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ReferenceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.reference
-
- RefineEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RefineEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine
-
- RefineStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RefineStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine
-
- RefineStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.refine
-
Class providing necessary support for processing YANG 1.1 Refine statement.
- ReflectiveExceptionMapper<X extends Exception> - Class in org.opendaylight.yangtools.util.concurrent
-
Convenience
ExceptionMapper
which instantiates specified Exception using
reflection.
- RegexUtils - Class in org.opendaylight.yangtools.yang.model.util
-
Utilities for converting YANG XSD regexes into Java-compatible regexes.
- register(T) - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- register(O) - Method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- register(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaSourceCache
-
Register the presence of a cached schema source with the consumer.
- registerSchemaSource(SchemaSourceProvider<? super T>, PotentialSchemaSource<T>) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry
-
Register a new schema source which is potentially available from a provider.
- registerSchemaSource(SchemaSourceProvider<? super T>, PotentialSchemaSource<T>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository
-
- registerSchemaSourceListener(SchemaSourceListener) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry
-
Register a schema source listener.
- registerSchemaSourceListener(SchemaSourceListener) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaRepository
-
- registerSource(YangTextSchemaSource) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
- registerSource(URL) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Register a URL containing a YANG text.
- registerWithType(L) - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- Registration - Interface in org.opendaylight.yangtools.concepts
-
Class representing a registration.
- regularExpressionString(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.PatternConstraintBuilder
-
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- Rel_path_keyexprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- Rel_path_keyexprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- relationalExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- relationalExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.EqualityExprContext
-
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RelationalExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelationalExprContext
-
- RelationalExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelationalExprContext
-
- relative_path() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- relative_path() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_argContext
-
- relative_path() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- relative_path() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- Relative_pathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- Relative_pathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbsoluteLocationPathNorootContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.AbsoluteLocationPathNorootContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.LocationPathContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.LocationPathContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PathExprNoRootContext
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RelativeLocationPathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- RelativeLocationPathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- relativeTo(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Get the relative path from an ancestor.
- RelocatableXPathExpression - Interface in org.opendaylight.yangtools.yang.data.api.schema.xpath
-
Interface implemented by
XPathExpression
s which can be recompiled to execute more efficiently at a
at a different
SchemaPath
than they were originally compiled at.
- relocateExpression() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.RelocatableXPathExpression
-
Return a new XPathExpression relocated to a SchemaPath of the implementation's choosing.
- remove(Object) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- remove(Object, Object) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- remove(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- remove(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- remove(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- remove(Object) - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- remove(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- removeAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- removeAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.MutableTreeNode
-
Remove a child node.
- removeChild(CK) - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.builder.api.NormalizedNodeContainerBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
-
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter.NormalizedNodeResultBuilder
-
- removeFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- removeFirstOccurrence(Object) - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- removeLast() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- removeLastOccurrence(Object) - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- removeRegistration() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
Remove the state referenced by this registration.
- removeStatementFromEffectiveSubstatements(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- removeStatementFromEffectiveSubstatements(StatementDefinition, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
Removes a statement context from the effective substatements based on its statement definition (i.e statement
keyword) and raw (in String form) statement argument.
- removeStatementsFromEffectiveSubstatements(Collection<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- replace(K, V, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- replace(K, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- replaceQNameModules(NormalizedNode<?, ?>, Map<QNameModule, QNameModule>) - Static method in class org.opendaylight.yangtools.transform.NormalizedNodeTransformations
-
Returns a
NormalizedNode
with QNameModules replaced by supplied mapping.
- replaceQNames(NormalizedNode<?, ?>, Map<QName, QName>) - Static method in class org.opendaylight.yangtools.transform.NormalizedNodeTransformations
-
- RequiredElementCountException - Exception in org.opendaylight.yangtools.yang.data.api.schema.tree
-
Exception thrown when min-elements
or max-element
statement restrictions are violated.
- RequiredElementCountException(YangInstanceIdentifier, int, int, int, String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.RequiredElementCountException
-
- RequiredElementCountException(YangInstanceIdentifier, int, int, int, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.tree.RequiredElementCountException
-
- requireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
-
Returns true or false which represents argument of require-instance
statement.
- requireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RequireInstanceRestrictedTypeDefinition
-
Returns true or false which represents argument of require-instance
statement.
- requireInstance(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
- requireInstance(boolean) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
- RequireInstanceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RequireInstanceRestrictedTypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.util.type
-
- RequireInstanceRestrictedTypeDefinition<T extends TypeDefinition<T>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Interface for
TypeDefinition
s which can be restricted through a require-instance statement.
- RequireInstanceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RequireInstanceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.require_instance
-
- requiresCtx(StmtContext<A, D, E>, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresCtx(StmtContext<?, ?, ?>, Class<N>, K, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresCtx(StmtContext<?, ?, ?>, Class<N>, NamespaceKeyCriterion<K>, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresDeclared(StmtContext<?, ? extends D, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresDeclared(StmtContext<?, ?, ?>, Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresDeclaredCtx(StmtContext<?, ?, ?>, Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresEffective(StmtContext<?, ?, ? extends E>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresEffective(StmtContext<?, ?, ?>, Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- requiresEffectiveCtx(StmtContext<?, ?, ?>, Class<N>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
- reset() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Resets all statistics back to their defaults.
- resetAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveDataSchemaNode
-
- resetAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveSimpleDataNodeContainer
-
- resolve(ModelActionBuilder.InferenceContext) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder.Prerequisite
-
Returns associated prerequisite once it is resolved.
- resolveLength(Range<? extends T>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
-
- resolveRange(Range<? extends T>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
-
- ResourceYangTextSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
-
- RestrictedTypes - Class in org.opendaylight.yangtools.yang.model.util.type
-
Restricted types are a refinement of the restrictions applied to a particular type.
- ResultAlreadySetException - Exception in org.opendaylight.yangtools.yang.data.impl.schema
-
- ResultAlreadySetException(String, NormalizedNode<?, ?>) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
-
- ResultAlreadySetException(String, NormalizedNode<?, ?>, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
-
- resumeStatement(int) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Attempt to resume a child statement.
- retainAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- retainAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- retainDefaultStatements() - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter.Builder
-
Retain common known statements whose argument matches semantics of not being present.
- Revision - Class in org.opendaylight.yangtools.yang.common
-
Dedicated object identifying a YANG module revision.
- revision(Revision) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
Initializes the optional value
revision
to revision.
- revision(Optional<? extends Revision>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
Initializes the optional value
revision
to revision.
- REVISION_COMPARATOR - Static variable in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- RevisionAwareDeclaredStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RevisionAwareXPath - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains methods for getting data (concrete XPath) and metadata (is XPath
absolute) from XPath instance.
- RevisionAwareXPathImpl - Class in org.opendaylight.yangtools.yang.model.util
-
The helper
implementation of Instance Rewision Aware XPath
interface.
- RevisionAwareXPathImpl(String, boolean) - Constructor for class org.opendaylight.yangtools.yang.model.util.RevisionAwareXPathImpl
-
- RevisionDateEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RevisionDateStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RevisionDateStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision_date
-
- RevisionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RevisionGroup - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Deprecated.
- RevisionSourceIdentifier - Class in org.opendaylight.yangtools.yang.model.repo.api
-
YANG Schema revision source identifier.
- RevisionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RevisionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.revision
-
- RFC6020_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
- RFC6020_YANG_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
- RFC6020_YANG_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
- RFC6020_YANG_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
- RFC6020_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Base QNameModule for all YANG statements.
- RFC6020_YANG_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in URI format.
- RFC6020_YANG_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in String format.
- RFC6020_YIN_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN File Extension, as defined in https://tools.ietf.org/html/rfc6020#section-14.2.
- RFC6020_YIN_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in https://tools.ietf.org/html/rfc6020#section-14.1.
- RFC6020_YIN_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Base QNameModule for all YIN statements.
- RFC6020_YIN_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in URI format.
- RFC6020_YIN_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN namespace, as defined in https://tools.ietf.org/html/rfc6020#section-14, in String format.
- RFC6536_MODULE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
Runtime RFC6536 identity.
- RFC6536_SOURCE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
RFC6536 model source name.
- RFC7950_YANG_LIBRARY_CAPABILITY - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Library NETCONF Capability, as defined in https://tools.ietf.org/html/rfc7950#section-16.
- RFC7950Reactors - Class in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
-
- RFC7952_MODULE - Static variable in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
Runtime RFC7952 identity.
- RFC7952_SOURCE - Static variable in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
RFC7952 model source name.
- RFC8040_MODULE - Static variable in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
Runtime RFC8040 identity.
- RFC8040_SOURCE - Static variable in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
RFC8040 model source name.
- RIGHT_BRACE - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- RIGHT_BRACE - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- RIGHT_BRACE() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- RIGHT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- RIGHT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- RIGHT_SQUARE_BRACKET() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- RIGHT_SQUARE_BRACKET() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- ROOT - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Shared instance of the conceptual root schema node.
- ROOT - Static variable in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- ROOT - Static variable in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Shared instance of the conceptual root schema node.
- ROOT - Static variable in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Shared instance of the conceptual root schema node.
- root() - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
- RootStatementContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
Root statement class for a YANG source.
- rootStatementLocal(Class<N>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates a root-statement-local namespace behaviour for supplied namespace type.
- RP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- RP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- RP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RpcAsContainer - Class in org.opendaylight.yangtools.yang.data.util
-
Deprecated.
- RpcAsContainer(RpcDefinition) - Constructor for class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
Deprecated.
- RpcDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'rpc' statement.
- RpcDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- RpcDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
- RpcEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RpcError - Interface in org.opendaylight.yangtools.yang.common
-
Representation of an error.
- RpcError.ErrorSeverity - Enum in org.opendaylight.yangtools.yang.common
-
- RpcError.ErrorType - Enum in org.opendaylight.yangtools.yang.common
-
- RpcResult<T> - Interface in org.opendaylight.yangtools.yang.common
-
Represents a general result of a call, request, or operation.
- RpcResultBuilder<T> - Class in org.opendaylight.yangtools.yang.common
-
A builder for creating RpcResult instances.
- RpcStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- RpcStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.rpc
-
- RpcStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.rpc
-
Bridge class for RFC7950 RPCs.
- RULE_abbreviatedStep - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_abbreviatedStep - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_absolute_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_absolute_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_absolute_schema_nodeid - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_absolute_schema_nodeid - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_absoluteLocationPathNoroot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_absoluteLocationPathNoroot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_additiveExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_additiveExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_andExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_andExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_argument - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- RULE_axisSpecifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_axisSpecifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_current_function_invocation - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_current_function_invocation - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_descendant_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_descendant_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_descendant_schema_nodeid - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_descendant_schema_nodeid - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_eqQuotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_eqQuotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_equalityExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_equalityExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_expr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_expr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_filterExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_filterExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_functionCall - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_functionCall - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_functionName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_functionName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_identifier - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_identifier - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_identifier_ref_arg - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- RULE_if_feature_expr - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- RULE_if_feature_factor - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- RULE_if_feature_term - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- RULE_instanceIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_instanceIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_keyPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_keyPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_keyPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_keyPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_keyword - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- RULE_leafListPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_leafListPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_leafListPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_leafListPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_locationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_locationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_main - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_main - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_multiplicativeExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_multiplicativeExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_nameTest - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_nameTest - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_nCName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_nCName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_node_identifier - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_node_identifier - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_nodeIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_nodeIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_nodeTest - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_nodeTest - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_orExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_orExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_path_arg - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_arg - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_equality_expr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_equality_expr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_key_expr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_key_expr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_predicate - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_path_predicate - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_pathArgument - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_pathArgument - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_pathExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_pathExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_pos - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_pos - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_prefix - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_prefix - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_primaryExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_primaryExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_qName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_qName - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_quotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_quotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- RULE_rel_path_keyexpr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_rel_path_keyexpr - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_relationalExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_relationalExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_relative_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_relative_path - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- RULE_relativeLocationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_relativeLocationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_statement - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- RULE_step - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_step - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_unaryExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_unaryExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_unionExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_unionExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_variableReference - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- RULE_variableReference - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- runWithClassLoader(ClassLoader, Runnable) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
- SAME - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Shared instance of the "same" relative schema node.
- SAME - Static variable in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Shared instance of the "same" relative schema node.
- SAME - Static variable in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Shared instance of the "same" relative schema node.
- schema - Variable in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
-
- SchemaContext - Interface in org.opendaylight.yangtools.yang.model.api
-
The interface represents static view of compiled yang files,
contains the methods for obtaining all the top level context
data (data from all modules) like YANG notifications, extensions,
operations...
- SchemaContextBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
Builds instances of type AbstractSchemaContext
.
- SchemaContextBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Creates a builder for AbstractSchemaContext
instances.
- SchemaContextFactory - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
An asynchronous factory for building
SchemaContext
instances based on
a specification of what
SourceIdentifier
s are required and dynamic
recursive resolution.
- SchemaContextFactoryConfiguration - Class in org.opendaylight.yangtools.yang.model.repo.api
-
SchemaContextFactory configuration class.
- SchemaContextFactoryConfiguration.Builder - Class in org.opendaylight.yangtools.yang.model.repo.api
-
- SchemaContextListener - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface for listeners interested in updates of the global schema context.
- SchemaContextProvider - Interface in org.opendaylight.yangtools.yang.model.api
-
- SchemaContextUtil - Class in org.opendaylight.yangtools.yang.model.util
-
The Schema Context Util contains support methods for searching through Schema Context modules for specified schema
nodes via Schema Path or Revision Aware XPath.
- SchemaListenerRegistration - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Registration of a SchemaSourceListener.
- SchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
SchemaNode represents a node in schema tree.
- SchemaNodeIdentifier - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
Represents unique path to the every schema node inside the schema node identifier namespace.
- SchemaNodeIdentifier.Absolute - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
An absolute schema node identifier.
- SchemaNodeIdentifier.Relative - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
A relative schema node identifier.
- SchemaNodeIdentifierBuildNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.namespace
-
- SchemaNodeIdentifierBuildNamespace() - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.SchemaNodeIdentifierBuildNamespace
-
Deprecated.
- SchemaNodeIdentifierNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Schema node identifier namespace.
- SchemaNodeUtils - Class in org.opendaylight.yangtools.yang.model.util
-
- SchemaOrderedNormalizedNodeWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
- SchemaOrderedNormalizedNodeWriter(NormalizedNodeStreamWriter, SchemaContext, SchemaPath) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
-
- SchemaPath - Class in org.opendaylight.yangtools.yang.model.api
-
Represents unique path to the every node inside the module.
- schemaPathToLeafRefPath(SchemaPath, Module) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefUtils
-
- SchemaRepository - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
Interface exposed by repository implementations.
- SchemaResolutionException - Exception in org.opendaylight.yangtools.yang.model.repo.api
-
Exception thrown when a Schema Source fails to resolve.
- SchemaResolutionException(String) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- SchemaResolutionException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- SchemaResolutionException(String, SourceIdentifier, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- SchemaResolutionException(String, Collection<SourceIdentifier>, Multimap<SourceIdentifier, ModuleImport>) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- SchemaResolutionException(String, SourceIdentifier, Throwable, Collection<SourceIdentifier>, Multimap<SourceIdentifier, ModuleImport>) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
-
- schemaSourceEncountered(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceListener
-
Invoked when the registry sees a concrete source.
- schemaSourceEncountered(SchemaSourceRepresentation) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaSourceCache
-
- schemaSourceEncountered(SchemaSourceRepresentation) - Method in class org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer
-
- SchemaSourceException - Exception in org.opendaylight.yangtools.yang.model.repo.api
-
Exception thrown when a failure to acquire a schema source occurs.
- SchemaSourceException(String) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceException
-
- SchemaSourceException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceException
-
- SchemaSourceFilter - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
A filter of schema sources.
- SchemaSourceListener - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Listener for schema source lifecycle events.
- SchemaSourceProvider<T extends SchemaSourceRepresentation> - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Schema source provider implementations take care of resolving a
SourceIdentifier
into a particular representation of the schema source.
- schemaSourceRegistered(Iterable<PotentialSchemaSource<?>>) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceListener
-
Invoked when a new schema source is registered by a provider.
- schemaSourceRegistered(Iterable<PotentialSchemaSource<?>>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaSourceCache
-
- schemaSourceRegistered(Iterable<PotentialSchemaSource<?>>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer
-
- SchemaSourceRegistration<T extends SchemaSourceRepresentation> - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Registration of a schema source.
- SchemaSourceRegistry - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Registry of all potentially available schema sources.
- SchemaSourceRepresentation - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
Common interface for schema source representations.
- SchemaSourceTransformer<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.util
-
- SchemaSourceTransformer(SchemaRepository, Class<S>, SchemaSourceRegistry, Class<D>, AsyncFunction<S, D>) - Constructor for class org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer
-
- SchemaSourceTransformer.Transformation<S extends SchemaSourceRepresentation,D extends SchemaSourceRepresentation> - Interface in org.opendaylight.yangtools.yang.model.repo.util
-
- schemaSourceUnregistered(PotentialSchemaSource<?>) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceListener
-
Invoked when a schema source is unregistered.
- schemaSourceUnregistered(PotentialSchemaSource<?>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.AbstractSchemaSourceCache
-
- schemaSourceUnregistered(PotentialSchemaSource<?>) - Method in class org.opendaylight.yangtools.yang.model.repo.util.SchemaSourceTransformer
-
- SchemaTracker - Class in org.opendaylight.yangtools.yang.data.impl.codec
-
Utility class for tracking the underlying state of the underlying
schema node.
- SchemaTreeAwareEffectiveStatement<A,D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- SchemaTreeAwareEffectiveStatement.Namespace<T extends SchemaTreeEffectiveStatement<?>> - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
Namespace of schema node
s defined within this node.
- SchemaTreeEffectiveStatement<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- SchemaUtils - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
- SchemaValidationFailedException - Exception in org.opendaylight.yangtools.yang.data.impl.schema.tree
-
SchemaValidationFailedException is thrown when an attempt is made to modify the data tree and the modification
does not match the schema context.
- SchemaValidationFailedException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaValidationFailedException
-
- SchemaValidationFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.tree.SchemaValidationFailedException
-
- seal() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.MutableTreeNode
-
Finish node modification and return a read-only view of this node.
- seal() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
-
- seal() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.MutableStatement
-
Finish statement and make it immutable.
- second() - Method in class org.opendaylight.yangtools.concepts.Variant
-
- select(K, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
-
Select the better match from two candidate keys.
- self() - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
- semanticVersion(SemVer) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
- semanticVersion(Optional<? extends SemVer>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
- semanticVersion(SemVer) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
- semanticVersion(Optional<? extends SemVer>) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleImportBuilder
-
- SemanticVersionModuleNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Namespace class for storing Maps of all modules with the same name.
- SemanticVersionNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Namespace class for storing semantic version of yang modules.
- SEMICOLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- SEMICOLON - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- SEMICOLON() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- SemVer - Class in org.opendaylight.yangtools.concepts
-
- SEMVER_MODULE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Runtime identity of initial model.
- SEMVER_SOURCE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Original model source name.
- SemVerSourceIdentifier - Class in org.opendaylight.yangtools.yang.model.repo.api
-
YANG Schema source identifier with specified semantic version.
- SEP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- SEP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_exprContext
-
- SEP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_factorContext
-
- SEP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser.If_feature_termContext
-
- SEP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- SEP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- SEP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- SEP - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- SEP() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- SEP - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- SEP - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Current_function_invocationContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_equality_exprContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_predicateContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SEP() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SEP(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SEP - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- SEP - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- serialize(I) - Method in interface org.opendaylight.yangtools.concepts.Codec
-
- serialize(I) - Method in interface org.opendaylight.yangtools.concepts.Serializer
-
- serialize(byte[]) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.BinaryCodec
-
- serialize(Set<String>) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.BitsCodec
-
- serialize(Boolean) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.BooleanCodec
-
- serialize(BigDecimal) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.DecimalCodec
-
- serialize(Empty) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.EmptyCodec
-
- serialize(String) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.EnumCodec
-
- serialize(QName) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.IdentityrefCodec
-
- serialize(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.InstanceIdentifierCodec
-
- serialize(Short) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Int16Codec
-
- serialize(Integer) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Int32Codec
-
- serialize(Long) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Int64Codec
-
- serialize(Byte) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Int8Codec
-
- serialize(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.LeafrefCodec
-
- serialize(String) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.StringCodec
-
- serialize(Integer) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Uint16Codec
-
- serialize(Long) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Uint32Codec
-
- serialize(BigInteger) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Uint64Codec
-
- serialize(Short) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.Uint8Codec
-
- serialize(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.UnionCodec
-
- serialize(byte[]) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BinaryStringCodec
-
- serialize(Set<String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BitsStringCodec
-
- serialize(Boolean) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BooleanStringCodec
-
- serialize(T) - Method in interface org.opendaylight.yangtools.yang.data.impl.codec.DataStringCodec
-
- serialize(BigDecimal) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.DecimalStringCodec
-
- serialize(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.EnumStringCodec
-
- serialize(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.StringStringCodec
-
- serialize(QName) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringIdentityrefCodec
-
- serialize(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
- serialize(Object) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
-
- Serializer<P,I> - Interface in org.opendaylight.yangtools.concepts
-
- set(Class<V>, V) - Method in interface org.opendaylight.yangtools.concepts.ClassBasedPropertyBuilder
-
Sets a value of property uniquely identified by its
class.
- setAdditionalConfig(Map<String, String>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
Provided map contains all configuration that was set in pom for code
generator in additionalConfiguration tag.
- setAttributes(Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Set the associated attributes.
- setBuildContext(BuildContext) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BuildContextAware
-
Set the build context to be used during the lifetime of this reactor.
- setBundle(ModelProcessingPhase, StatementSupportBundle) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.Builder
-
- setCompletedPhase(ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
- setCompletedPhase(ModelProcessingPhase) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- setData(NormalizedNode<?, ?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.MutableTreeNode
-
Set the data component of the node.
- setDefaultValue(Object) - Method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypeBuilder
-
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypeBuilder
-
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- setFilter(SchemaSourceFilter) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set schema source filter which will filter available schema sources using the provided filter.
- setFractionDigits(int) - Method in class org.opendaylight.yangtools.yang.model.util.type.DecimalTypeBuilder
-
- setIsSupportedToBuildEffective(boolean) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
- setIsSupportedToBuildEffective(boolean) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- setLengthConstraint(ConstraintMetaDefinition, List<ValueRange>) - Method in class org.opendaylight.yangtools.yang.model.util.type.LengthRestrictedTypeBuilder
-
Set a new length constraint.
- setLogMessagesReportFileName(String) - Method in class org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck
-
- setMandatoryNodesValidation(boolean) - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration.Builder
-
- setMavenProject(MavenProject) - Method in interface org.opendaylight.yangtools.yang2sources.spi.MavenProjectAware
-
Provided maven project object.
- setModulesDeviatedByModules(SetMultimap<QNameModule, QNameModule>) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setModulesWithSupportedDeviations(SetMultimap<QNameModule, QNameModule>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setModulesWithSupportedDeviations(SetMultimap<QNameModule, QNameModule>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setParent(StatementSupportBundle) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
-
- setPathStatement(RevisionAwareXPath) - Method in class org.opendaylight.yangtools.yang.model.util.type.LeafrefTypeBuilder
-
- setProject(MavenProject) - Method in class org.opendaylight.yangtools.yang2sources.plugin.YangToSourcesMojo
-
- setRangeConstraint(ConstraintMetaDefinition, List<ValueRange>) - Method in class org.opendaylight.yangtools.yang.model.util.type.RangeRestrictedTypeBuilder
-
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypeBuilder
-
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- setRequireInstance(boolean) - Method in class org.opendaylight.yangtools.yang.model.util.type.RequireInstanceRestrictedTypeBuilder
-
- setResourceBaseDir(File) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
Provided folder is marked as resources and its content will be packaged
in resulting jar.
- setRootIdentifier(SourceIdentifier) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Set identifier of current root context.
- setRootIdentifier(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- setRootPath(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration.Builder
-
- setRootVersion(YangVersion) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Set version of root statement context.
- setRootVersion(YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- setSchemaContext(SchemaContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree
-
Make the data tree use a new schema context.
- setStatementParserMode(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set YANG statement parser mode.
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypeBuilder
-
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- setSubtreeVersion(Version) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.MutableTreeNode
-
Set the new subtree version.
- setSupportedFeatures(Set<QName>) - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
-
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
- setSupportedFeatures(Set<QName>) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
- setSupportedFeatures(Set<QName>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Set supported features based on which all if-feature statements in the
parsed YANG modules will be resolved.
- setUniqueIndexes(boolean) - Method in class org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeConfiguration.Builder
-
- setUnits(String) - Method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypeBuilder
-
- setUnknownSchemaNodes(Collection<UnknownSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- setUnknownSchemaNodes(UnknownSchemaNode...) - Method in class org.opendaylight.yangtools.yang.model.util.type.BitBuilder
-
- setUnknownSchemaNodes(Collection<UnknownSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- setUnknownSchemaNodes(UnknownSchemaNode...) - Method in class org.opendaylight.yangtools.yang.model.util.type.EnumPairBuilder
-
- setup() - Method in class org.opendaylight.yangtools.yang.data.impl.tree.InMemoryDataTreeBenchmark
-
- setupInvocationMutex - Variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setupInvocationMutexUpdater - Static variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setupIterationMutex - Variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setupIterationMutexUpdater - Static variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setupTrialMutex - Variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setupTrialMutexUpdater - Static variable in class org.opendaylight.yangtools.yang.data.impl.tree.generated.InMemoryDataTreeBenchmark_jmhType_B2
-
- setValidationBundle(ValidationBundlesNamespace.ValidationBundleType, Collection<?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.Builder
-
- setValue(Object) - Method in class org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema
-
- SharedCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
A thread-safe lazily-populated codec cache.
- SharedCodecCache() - Constructor for class org.opendaylight.yangtools.yang.data.util.codec.SharedCodecCache
-
- SharedSchemaRepository - Class in org.opendaylight.yangtools.yang.parser.repo
-
- SharedSchemaRepository(String) - Constructor for class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
-
- SharedSingletonMap<K,V> - Class in org.opendaylight.yangtools.util
-
Implementation of the
Map
interface which stores a single mapping.
- SharedSingletonMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
- shortValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
- shortValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this BigDecimal
to a short
, checking for lost information.
- shutdown() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- shutdownNow() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- SimpleNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- SimpleNodeDataWithSchema(DataSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema
-
- SimpleQNameWithPredicate - Class in org.opendaylight.yangtools.yang.data.impl.leafref
-
- SimpleSchemaContext - Class in org.opendaylight.yangtools.yang.model.util
-
Simple subclass of
AbstractSchemaContext
which performs some amount of indexing to speed up common
SchemaContext operations.
- SimpleSchemaContext(Set<Module>) - Constructor for class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- simpleSize() - Method in class org.opendaylight.yangtools.yang.data.util.codec.PrecomputedCodecCache
-
- SingletonSet<E> - Class in org.opendaylight.yangtools.util
-
A
Set
containing a single value.
- SingletonSet() - Constructor for class org.opendaylight.yangtools.util.SingletonSet
-
- SingletonSpliterators - Class in org.opendaylight.yangtools.util
-
Utility methods for instantiating
Spliterator
s containing a single element.
- size() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- size() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- size() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- size() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- size() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- size() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- size() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
- SLASH - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- SLASH - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_pathContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Absolute_schema_nodeidContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Path_key_exprContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Rel_path_keyexprContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- SLASH() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser.Relative_pathContext
-
- SLASH - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- SLASH - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- SomeModifiersUnresolvedException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
- SomeModifiersUnresolvedException(ModelProcessingPhase, SourceIdentifier, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.SomeModifiersUnresolvedException
-
- sort(Set<TopologicalSort.Node>) - Static method in class org.opendaylight.yangtools.util.TopologicalSort
-
Topological sort of dependent nodes in acyclic graphs.
- sort(Module...) - Static method in class org.opendaylight.yangtools.yang.model.util.ModuleDependencySort
-
Topological sort of module dependency graph.
- sort(Collection<Module>) - Static method in class org.opendaylight.yangtools.yang.model.util.ModuleDependencySort
-
Topological sort of module dependency graph.
- SourceException - Exception in org.opendaylight.yangtools.yang.parser.spi.source
-
Thrown to indicate error in YANG model source.
- SourceException(String, StatementSourceReference) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified message and source.
- SourceException(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified message and source.
- SourceException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified source and a formatted message.
- SourceException(StatementSourceReference, Throwable, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified source and a formatted message.
- SourceExceptionParser - Class in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
-
Utility class for converting ANTLRErrorListener errors to SourceExceptions.
- SourceIdentifier - Class in org.opendaylight.yangtools.yang.model.repo.api
-
Base class of YANG Schema source identifiers.
- sourceLocal(Class<N>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates source-local namespace behaviour for supplied namespace type.
- SourceSpecificContext - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- SourceSpecificContext.PhaseCompletionProgress - Enum in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- SpecialExecutors - Class in org.opendaylight.yangtools.util.concurrent
-
Factory methods for creating
ExecutorService
instances with specific configurations.
- spliterator() - Method in class org.opendaylight.yangtools.util.EmptyDeque
-
- spliterator() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
- spliterator() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
-
- start(BundleContext) - Method in class org.opendaylight.yangtools.yang.data.impl.osgi.Activator
-
- start(BundleContext) - Method in class org.opendaylight.yangtools.yang.data.jaxen.osgi.Activator
-
- start(BundleContext) - Method in class org.opendaylight.yangtools.yang.parser.impl.osgi.Activator
-
- START_BLOCK_COMMENT - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- START_BLOCK_COMMENT - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of augmentation node.
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startAugmentationNode(YangInstanceIdentifier.AugmentationIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of a choice node event.
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamAttributeWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamAttributeWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of new container.
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of leaf set (leaf-list).
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startList(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startListItem(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamAttributeWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int, Map<QName, String>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamAttributeWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of map entry.
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of map node event.
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of leaf set (leaf-list).
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of map node event.
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startStatement(int, QName, String, StatementSourceReference) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Starts statement with supplied name and location in source.
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of unkeyed list node event.
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamAttributeWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamAttributeWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of new unkeyed list item.
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamAttributeWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamAttributeWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of new yang modeled anyXml node.
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.SchemaTracker
-
- startYangModeledAnyXmlNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- statement() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- statement() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- statement(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- StatementContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.StatementContext
-
- StatementContextBase<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ForwardingEffectiveStatement
-
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
-
Statement Definition of this statement.
- StatementDefinition - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.DeclaredEffectiveStatementBase
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.UndeclaredEffectiveStatementBase
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractDeclaredStatement
-
- StatementDefinitionContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- StatementDefinitionContext(StatementSupport<A, D, E>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- StatementDefinitionNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementFactory<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- statementLocal(Class<N>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
- StatementNamespace<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementNamespace.TreeBased<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementNamespace.TreeScoped<K,D extends DeclaredStatement<?>,E extends EffectiveStatement<?,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementParserMode - Enum in org.opendaylight.yangtools.yang.model.repo.api
-
- StatementSource - Enum in org.opendaylight.yangtools.yang.model.api.meta
-
Origin of statement.
- StatementSourceReference - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Reference of statement source.
- StatementStreamSource - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Statement stream source, which is used for inference of effective model.
- StatementSupport<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Support for processing concrete YANG statement.
- StatementSupportBundle - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementSupportBundle.Builder - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StatementWriter - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- StatementWriter.ResumedStatement - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Resumed statement state.
- status(boolean) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder based on the given status.
- Status - Enum in org.opendaylight.yangtools.yang.model.api
-
Enumeration describing YANG 'status' statement.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.ActionDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.BinaryTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitsTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.BooleanTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.DecimalTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.EmptyTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumPairBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.ExtensionDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.FeatureDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentitySchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.InstanceIdentifierTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int16TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int32TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int64TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Int8TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.NotificationDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.RpcDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.StringTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint16TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint32TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint64TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.Uint8TypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnionTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- StatusEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- StatusStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- StatusStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.status
-
- step() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- step(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- step() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- step(int) - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.RelativeLocationPathContext
-
- step() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- step() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- StepContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- StepContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.StepContext
-
- StmtContext<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StmtContext.Mutable<A,D extends DeclaredStatement<A>,E extends EffectiveStatement<A,D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StmtContextUtils - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- StmtOrderingNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Map of statement order.
- stop(BundleContext) - Method in class org.opendaylight.yangtools.yang.data.impl.osgi.Activator
-
- stop(BundleContext) - Method in class org.opendaylight.yangtools.yang.data.jaxen.osgi.Activator
-
- stop(BundleContext) - Method in class org.opendaylight.yangtools.yang.parser.impl.osgi.Activator
-
- storeStatement(int, boolean) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Store a defined statement, hinting at the number of children it is expected to have and indicating whether
it has been fully defined.
- StoreTreeNode<C extends StoreTreeNode<C>> - Interface in org.opendaylight.yangtools.yang.data.api.schema.tree
-
A tree node which has references to its child leaves.
- StoreTreeNodes - Class in org.opendaylight.yangtools.yang.data.api.schema.tree
-
A set of utility methods for interacting with
StoreTreeNode
objects.
- stream() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
-
- streamDeclaredSubstatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Find all declared substatements of specified type and return them as a stream.
- streamEffectiveSubstatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Find all effective substatements of specified type and return them as a stream.
- streamListeners() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
-
- streamObjects() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- streamRegistrations() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
-
- STRING - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- STRING() - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- STRING(int) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser.ArgumentContext
-
- STRING - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- STRING() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.QuotedStringContext
-
- STRING() - Method in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser.QuotedStringContext
-
- STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- STRING_FORMAT_PATTERN - Static variable in class org.opendaylight.yangtools.yang.common.Revision
-
String format pattern, which can be used to match parts of a string into components.
- STRING_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- StringCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- stringCodec(StringTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- stringCodec(StringTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- stringCodec(StringTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- StringStringCodec - Class in org.opendaylight.yangtools.yang.data.impl.codec
-
Do not use this class outside of yangtools, its presence does not fall into the API stability contract.
- stringType() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- StringTypeBuilder - Class in org.opendaylight.yangtools.yang.model.util.type
-
- StringTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains method for getting data from the string
YANG built-in type.
- StringTypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- StringTypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.StringTypeDefinitionBuilder
-
- submit(Callable<T>) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- submit(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- submit(Runnable, T) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- submit(Callable<T>) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
- submit(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
- submit(Runnable, T) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
- submitNotification(L, N) - Method in interface org.opendaylight.yangtools.util.concurrent.NotificationManager
-
Submits a notification to be queued and dispatched to the given listener.
- submitNotification(L, N) - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
- submitNotifications(L, Iterable<N>) - Method in interface org.opendaylight.yangtools.util.concurrent.NotificationManager
-
Submits notifications to be queued and dispatched to the given listener.
- submitNotifications(L, Iterable<N>) - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
- SubmoduleEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- SubmoduleNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Submodule equivalent of ModuleNamespace.
- SubmoduleStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- SubmoduleStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule
-
- SubmoduleStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule
-
Class providing necessary support for processing YANG 1.1 Submodule statement.
- SubstatementValidator - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- SubstatementValidator.Builder - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- success() - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder for a successful result.
- success(T) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder for a successful result.
- success(Builder<T>) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder for a successful result.
- support() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
-
- support() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64.Support
-
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint16.Support
-
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint32.Support
-
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint64.Support
-
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint8.Support
-
- SUPPORTED_AUGMENT_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
- SUPPORTED_CASE_SHORTHANDS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
- SUPPORTED_DATA_NODES - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
- SUPPORTED_DEVIATION_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
Supported deviation target statements for specific deviate substatements in specific yang-version.
- SUPPORTED_REFINE_SUBSTATEMENTS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
- SUPPORTED_REFINE_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
- SupportedFeaturesNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- SupportedFeaturesNamespace.SupportedFeatures - Enum in org.opendaylight.yangtools.yang.parser.spi.source
-
- supportedParserModes() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParserFactory
-
- supportedParserModes() - Method in class org.opendaylight.yangtools.yang.parser.impl.YangParserFactoryImpl
-
- supportedRepresentations() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceFilter
-
Get the representations this filter supports.
- supportedSourceRepresentations() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
-
- supportedStatements() - Method in interface org.opendaylight.yangtools.yang.model.parser.api.YangParser
-
Return the set of all YANG statements semantically supported by this parser instance.
- SynchronizedDataTreeModification - Class in org.opendaylight.yangtools.yang.data.api.schema.tree
-
A
DataTreeModification
implementation which delegates all calls to
another instance, making sure no method is being invoked from multiple threads
concurrently.
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
-
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangErrorListener
-
- validate(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- validate(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- validate(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeTip
-
Validate whether a particular modification can be applied to the data tree.
- validate(DataTreeCandidate, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefValidatation
-
Deprecated.
- validate(DataTreeCandidate, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefValidation
-
- validate() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
-
- validate() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangErrorListener
-
- validate(StmtContext<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator
-
Validate substatements inside a context.
- validateChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataNodeContainerValidator
-
- validateChild(DataContainerChild<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataNodeContainerValidator
-
- validateIfFeatureAndWhenOnListKeys(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Validates the specified statement context with regards to if-feature and when statement on list keys.
- validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
-
- validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
-
- validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
- validateRepresentation(T) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
- validateRepresentation(T, String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
- ValidationBundlesNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.validation
-
Namespace used for validating whether a node is of some type, e.g.
- ValidationBundlesNamespace.ValidationBundleType - Enum in org.opendaylight.yangtools.yang.parser.spi.validation
-
- validator() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
-
- value() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
-
- value(int) - Method in class org.opendaylight.yangtools.yang.model.immutable.EnumPairBuilder
-
Initializes the value for the
value
attribute.
- ValueEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode
-
- valueEquals(AbstractImmutableNormalizedNode<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueAttrNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedLeafSetNodeBuilder.ImmutableOrderedLeafSetNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableOrderedMapNodeBuilder.ImmutableOrderedMapNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedNode
-
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueAttrNode
-
- ValueNode<K extends YangInstanceIdentifier.PathArgument,V> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.concepts.SemVer
-
- valueOf(String) - Static method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(double) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(BigDecimal) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Attempt to parse a String into a Decimal64.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorSeverity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
- valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
- valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
- valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.data.api.ModifyAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.data.api.schema.tree.ModificationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.data.api.schema.tree.TreeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.meta.StatementSource
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.StorageNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.source.ModulesDeviatedByModules.SupportedModules
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.source.SupportedFeaturesNamespace.SupportedFeatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundlesNamespace.ValidationBundleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext.PhaseCompletionProgress
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory.MathMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator.ImportResolutionMode
-
Returns the enum constant of this type with the specified name.
- ValueRange - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
YANG specification of a numeric value range.
- ValueRange() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
-
- values() - Static method in enum org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Deprecated.
- values() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- values() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
- values() - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorSeverity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.common.RpcError.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.common.YangVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.data.api.ModifyAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.data.api.schema.tree.ModificationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.data.api.schema.tree.TreeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.api.meta.StatementSource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.api.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.StorageNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.source.ModulesDeviatedByModules.SupportedModules
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.source.SupportedFeaturesNamespace.SupportedFeatures
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundlesNamespace.ValidationBundleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext.PhaseCompletionProgress
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory.MathMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator.ImportResolutionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ValueStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.value
-
- ValueWithQName<V> - Class in org.opendaylight.yangtools.yang.data.impl.codec
-
- ValueWithQName(QName, V) - Constructor for class org.opendaylight.yangtools.yang.data.impl.codec.ValueWithQName
-
- ValueWrapper<T> - Interface in org.opendaylight.yangtools.concepts
-
Wraps around a value object.
- vanillaReactor() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
- vanillaReactorBuilder() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.PrimaryExprContext
-
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- VariableReferenceContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.VariableReferenceContext
-
- VariableReferenceContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.xpathParser.VariableReferenceContext
-
- Variant<T,U> - Class in org.opendaylight.yangtools.concepts
-
Utility holder of a two-variant value.
- Variant(T) - Constructor for class org.opendaylight.yangtools.concepts.Variant
-
- Variant(U, Void) - Constructor for class org.opendaylight.yangtools.concepts.Variant
-
- variantOf(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- variantOf(String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- variantOf(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
-
- verify(VerificationData) - Method in class org.mockito.configuration.ArgumentsExtractorVerifier
-
- Version - Class in org.opendaylight.yangtools.yang.data.api.schema.tree.spi
-
The concept of a version, either node version, or a subtree version.
- visitAbsolute_path(LeafRefPathParser.Absolute_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitAbsolute_path(LeafRefPathParser.Absolute_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitAbsolute_path(LeafRefPathParser.Absolute_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitAbsolute_path(LeafRefPathParser.Absolute_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitAbsolute_schema_nodeid(LeafRefPathParser.Absolute_schema_nodeidContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitArgument(YangStatementParser.ArgumentContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserBaseVisitor
-
- visitArgument(YangStatementParser.ArgumentContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserVisitor
-
- visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitCurrent_function_invocation(LeafRefPathParser.Current_function_invocationContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitDescendant_path(LeafRefPathParser.Descendant_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitDescendant_path(LeafRefPathParser.Descendant_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitDescendant_path(LeafRefPathParser.Descendant_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitDescendant_path(LeafRefPathParser.Descendant_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitDescendant_schema_nodeid(LeafRefPathParser.Descendant_schema_nodeidContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitErrorNode(ErrorNode) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseListener
- visitErrorNode(ErrorNode) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserBaseListener
- visitErrorNode(ErrorNode) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseListener
- visitErrorNode(ErrorNode) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseListener
- visitIdentifier(LeafRefPathParser.IdentifierContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitIdentifier(LeafRefPathParser.IdentifierContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitIdentifier(LeafRefPathParser.IdentifierContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitIdentifier(LeafRefPathParser.IdentifierContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitIdentifier_ref_arg(IfFeatureExpressionParser.Identifier_ref_argContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseVisitor
-
- visitIdentifier_ref_arg(IfFeatureExpressionParser.Identifier_ref_argContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserVisitor
-
- visitIf_feature_expr(IfFeatureExpressionParser.If_feature_exprContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseVisitor
-
- visitIf_feature_expr(IfFeatureExpressionParser.If_feature_exprContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserVisitor
-
- visitIf_feature_factor(IfFeatureExpressionParser.If_feature_factorContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseVisitor
-
- visitIf_feature_factor(IfFeatureExpressionParser.If_feature_factorContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserVisitor
-
- visitIf_feature_term(IfFeatureExpressionParser.If_feature_termContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseVisitor
-
- visitIf_feature_term(IfFeatureExpressionParser.If_feature_termContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserVisitor
-
- visitKeyword(YangStatementParser.KeywordContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserBaseVisitor
-
- visitKeyword(YangStatementParser.KeywordContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserVisitor
-
- visitLogMessage(DetailAST, String) - Method in class org.opendaylight.yangtools.checkstyle.AbstractLogMessageCheck
-
- visitLogMessage(DetailAST, String) - Method in class org.opendaylight.yangtools.checkstyle.LogMessageExtractorCheck
-
- visitLogMessage(DetailAST, String) - Method in class org.opendaylight.yangtools.checkstyle.LogMessagePlaceholderCountCheck
-
- visitNode_identifier(LeafRefPathParser.Node_identifierContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitNode_identifier(LeafRefPathParser.Node_identifierContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitNode_identifier(LeafRefPathParser.Node_identifierContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitNode_identifier(LeafRefPathParser.Node_identifierContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_arg(LeafRefPathParser.Path_argContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_arg(LeafRefPathParser.Path_argContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_arg(LeafRefPathParser.Path_argContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_arg(LeafRefPathParser.Path_argContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_equality_expr(LeafRefPathParser.Path_equality_exprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_key_expr(LeafRefPathParser.Path_key_exprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_key_expr(LeafRefPathParser.Path_key_exprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_key_expr(LeafRefPathParser.Path_key_exprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_key_expr(LeafRefPathParser.Path_key_exprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_predicate(LeafRefPathParser.Path_predicateContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_predicate(LeafRefPathParser.Path_predicateContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPath_predicate(LeafRefPathParser.Path_predicateContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPath_predicate(LeafRefPathParser.Path_predicateContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPrefix(LeafRefPathParser.PrefixContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPrefix(LeafRefPathParser.PrefixContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitPrefix(LeafRefPathParser.PrefixContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitPrefix(LeafRefPathParser.PrefixContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitRel_path_keyexpr(LeafRefPathParser.Rel_path_keyexprContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitRelative_path(LeafRefPathParser.Relative_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitRelative_path(LeafRefPathParser.Relative_pathContext) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseVisitor
-
- visitRelative_path(LeafRefPathParser.Relative_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitRelative_path(LeafRefPathParser.Relative_pathContext) - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserVisitor
-
- visitStatement(YangStatementParser.StatementContext) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserBaseVisitor
-
- visitStatement(YangStatementParser.StatementContext) - Method in interface org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserVisitor
-
- visitTerminal(TerminalNode) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParserBaseListener
- visitTerminal(TerminalNode) - Method in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParserBaseListener
- visitTerminal(TerminalNode) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseListener
- visitTerminal(TerminalNode) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParserBaseListener
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.AbstractLogMessageCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerDeclarationsCountCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerFactoryClassParameterCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerMustBeSlf4jCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableModifiersCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LoggerVariableNameCheck
-
- visitToken(DetailAST) - Method in class org.opendaylight.yangtools.checkstyle.LogMessageConcatenationCheck
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.IfFeatureExpressionParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.antlrv4.code.gen.YangStatementParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPathParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.instanceIdentifierParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathLexer
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.impl.xpathParser
-