- 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) - Constructor for class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
Constructs an instance.
- 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.
- CaseEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- CaseEffectiveStatementImpl(StmtContext<QName, CaseStatement, EffectiveStatement<QName, CaseStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.CaseEffectiveStatementImpl
-
- CaseStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- CaseStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- CaseStatementImpl(StmtContext<QName, CaseStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- CaseStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- CaseStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Case statement.
- CaseStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.CaseStatementRfc7950Support
-
- channelActive(ChannelHandlerContext) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
-
Deprecated.
- channelInactive(ChannelHandlerContext) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
-
Deprecated.
- 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
-
- channelRead0(ChannelHandlerContext, Object) - Method in class org.opendaylight.yangtools.websocket.client.WebSocketClientHandler
-
Deprecated.
- check() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg
-
- check() - Method in class org.opendaylight.yangtools.yang2sources.plugin.ConfigArg.CodeGeneratorArg
-
- 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
-
- checkOnlyOneNode(S, Iterable<E>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- childrenQNamesToPaths - Variable in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
-
- ChildSchemaNodes<D extends DeclaredStatement<QName>,E extends EffectiveStatement<QName,D>> - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
Statement local namespace, which holds direct schema node descendants.
- ChildSchemaNodes() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChildSchemaNodes
-
- 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
-
- ChoiceCaseNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The ChoiceCaseNode interface is used to define branches of the ChoiceNode.
- 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.
- ChoiceEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- ChoiceEffectiveStatementImpl(StmtContext<QName, ChoiceStatement, EffectiveStatement<QName, ChoiceStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- 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
-
- ChoiceNodeBaseParser<E> - Class in org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser
-
- ChoiceNodeBaseParser() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ChoiceNodeBaseParser
-
Deprecated.
- ChoiceNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier, ChoiceNode>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ChoiceNodeBaseParser
-
Deprecated.
- ChoiceNodeBaseSerializer<E> - Class in org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer
-
- ChoiceNodeBaseSerializer() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ChoiceNodeBaseSerializer
-
Deprecated.
- 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
-
- ChoiceStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ChoiceStatementImpl(StmtContext<QName, ChoiceStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- ChoiceStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ChoiceStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Choice statement.
- ChoiceStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ChoiceStatementRfc7950Support
-
- ClassBasedPropertyBuilder<P,T extends ClassBasedPropertyBuilder<P,T>> - Interface in org.opendaylight.yangtools.concepts
-
- ClassLoaderUtils - Class in org.opendaylight.yangtools.util
-
- 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.ImmutableTrieMap
-
- clear() - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
- clear() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
- 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
-
- ClientMessageCallback - Interface in org.opendaylight.yangtools.websocket.client.callback
-
- 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 interface org.opendaylight.yangtools.concepts.ObjectRegistration
-
Unregisters the object.
- close() - Method in interface org.opendaylight.yangtools.concepts.Registration
-
Unregisters the object.
- close() - Method in class org.opendaylight.yangtools.objcache.guava.GuavaObjectCacheFactory
-
- close() - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
- close() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
-
Deprecated.
Closes the connection when the server responds to the
CloseWebSocketFrame
.
- 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.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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 interface org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlCodecProvider
-
Deprecated.
- codecFor(TypeDefinition<?>) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
-
- codecFor(TypedSchemaNode) - 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
-
- CollectionNodeBuilder<V extends NormalizedNode<?,?>,R extends NormalizedNode<YangInstanceIdentifier.NodeIdentifier,?>> - Interface in org.opendaylight.yangtools.yang.data.impl.schema.builder.api
-
- 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
-
- commit(DataTreeCandidate) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTree
-
Commit a data tree candidate.
- 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(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
-
- compareTo(Revision) - Method in class org.opendaylight.yangtools.yang.common.Revision
-
- 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.
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.
- 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.ImmutableTrieMap
-
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.ImmutableTrieMap
-
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.opendaylight.yangtools.triemap.ImmutableTrieMap
-
- ConcreteTypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.util.type
-
Builder of TypeDefinitions
for use in leaf statements.
- 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
-
- ConditionalFeature - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- 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.parser.stmt.rfc6020.effective
-
- ConfigEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- ConfigEffectiveStatementImpl(StmtContext<Boolean, ConfigStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ConfigEffectiveStatementImpl
-
- ConfigStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ConfigStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ConfigStatementImpl(StmtContext<Boolean, ConfigStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl
-
- ConfigStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- connect() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
-
Deprecated.
Makes the connection attempt and notifies when the handshake process
succeeds or fail.
- ConstraintDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains method which returns various data constraints for some YANG element
(e.g.
- ConstraintDefinitions - Class in org.opendaylight.yangtools.yang.data.util
-
Utility methods for ConstraintDefinition implementations.
- ConstraintMetaDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains methods which retrieve values for description, error message, error
app tag and reference (to other document).
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyXmlSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.ChoiceCaseNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.ContainerSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafListSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.ListSchemaNodeBuilder
-
- constraints(ConstraintDefinition) - Method in class org.opendaylight.yangtools.yang.model.immutable.SchemaContextBuilder
-
- 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 value for the
contact
attribute.
- ContactEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- ContactEffectiveStatementImpl(StmtContext<String, ContactStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ContactEffectiveStatementImpl
-
- ContactStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ContactStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ContactStatementImpl(StmtContext<String, ContactStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl
-
- ContactStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- ContainerEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- ContainerEffectiveStatementImpl(StmtContext<QName, ContainerStatement, EffectiveStatement<QName, ContainerStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ContainerEffectiveStatementImpl
-
- 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
-
- ContainerNodeBaseParser<E> - Class in org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser
-
- ContainerNodeBaseParser() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- ContainerNodeBaseParser(ExtensibleParser.BuildingStrategy<YangInstanceIdentifier.NodeIdentifier, ContainerNode>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- ContainerNodeBaseSerializer<E> - Class in org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer
-
- ContainerNodeBaseSerializer() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ContainerNodeBaseSerializer
-
Deprecated.
- 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
-
- ContainerStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ContainerStatementImpl(StmtContext<QName, ContainerStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- ContainerStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ContainerStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Container
statement.
- ContainerStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ContainerStatementRfc7950Support
-
- 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
-
- 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
-
- 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
-
- copyFromSourceToTarget(StatementContextBase<?, ?, ?>, StatementContextBase<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- CopyHistory - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
- 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
-
- 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(ListenableFuture<V>, Function<Exception, X>) - Static method in class org.opendaylight.yangtools.util.concurrent.MappingCheckedFuture
-
Creates a new MappingCheckedFuture
that wraps the given ListenableFuture
delegate.
- 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(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, Date, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(String, String, Date) - 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, Date) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace/revision.
- create(TreeType) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeFactory
-
- create(TreeType, YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeFactory
-
- 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(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- 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) - 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, 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(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(XMLStreamWriter, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
Create a new writer with the specified context as its root.
- create(XMLStreamWriter, SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
Create a new writer with the specified context and rooted in the specified schema path
- create(XmlCodecProvider) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlStreamUtils
-
Deprecated.
Create a new instance encapsulating a particular codec provider.
- create(XmlCodecProvider, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlStreamUtils
-
Deprecated.
- 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(AugmentationSchema) - 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(TreeType) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
Deprecated.
- create(TreeType, YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
Deprecated.
- 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(boolean) - Static method in class org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition
-
- 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<String>) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.RevisionSourceIdentifier
-
Creates new YANG Schema revision source identifier.
- create(String, String) - 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, String, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Creates new YANG Schema semVer source identifier.
- create(String, Optional<String>, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SemVerSourceIdentifier
-
Creates new YANG Schema semVer source identifier.
- create(String, Optional<String>) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
- 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(String, Optional<URI>, Optional<Date>) - Static method in class org.opendaylight.yangtools.yang.model.util.ModuleIdentifierImpl
-
- create(String, Optional<URI>, Optional<Date>, SemVer) - Static method in class org.opendaylight.yangtools.yang.model.util.ModuleIdentifierImpl
-
- 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(YangTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YangStatementStreamSource
-
- create(YinXmlSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YinStatementStreamSource
-
- create(YinDomSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YinStatementStreamSource
-
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YinTextToDomTransformer
-
- create(StmtContext<QName, ExtensionStatement, EffectiveStatement<QName, ExtensionStatement>>) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
Create a new ExtensionEffectiveStatement, dealing with potential recursion
- create(String, ParserRuleContext) - Static method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Create a new instance of AST representation for a abstract syntax tree,
performing minimal semantic analysis to acquire dependency information.
- create(SourceIdentifier, ParserRuleContext, String) - Static method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
- create(SourceIdentifier, ParserRuleContext) - Static method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Create a new instance of AST representation for a abstract syntax tree, performing minimal semantic analysis
to acquire dependency information.
- create(String, SourceIdentifier, ParserRuleContext) - Static method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Create a new instance of AST representation for a abstract syntax tree, performing minimal semantic analysis
to acquire dependency information.
- create(InputStream) - Static method in class org.opendaylight.yangtools.yang.parser.util.NamedByteArrayInputStream
-
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.util.TextToASTTransformer
-
- createAbsoluteLeafRefPath(LeafRefPath, SchemaPath, Module) - Static method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefUtils
-
- 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 additional
path elements.
- 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 additional
path elements.
- createConcurrent() - Static method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
- 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
-
- createCopy(StatementContextBase<?, ?, ?>, CopyType) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- createCopy(QNameModule, StatementContextBase<?, ?, ?>, CopyType) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- createCopy(StatementContextBase<?, ?, ?>, CopyType) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- createCopy(QNameModule, StatementContextBase<?, ?, ?>, CopyType) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- 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<A, D, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
- createDeclared(StmtContext<SchemaNodeIdentifier, UnknownStatement<SchemaNodeIdentifier>, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlSchemaLocationStatementImpl.AnyxmlSchemaLocationSupport
-
- createDeclared(StmtContext<QName, AnyxmlStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ArgumentStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl.Definition
-
- createDeclared(StmtContext<SchemaNodeIdentifier, AugmentStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- createDeclared(StmtContext<QName, BaseStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BaseStatementImpl.Definition
-
- createDeclared(StmtContext<String, BelongsToStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.BitsSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl.Definition
-
- createDeclared(StmtContext<QName, BitStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl.Definition
-
- createDeclared(StmtContext<QName, CaseStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ChoiceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl.Definition
-
- createDeclared(StmtContext<Boolean, ConfigStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl.Definition
-
- createDeclared(StmtContext<String, ContactStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ContainerStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.Decimal64Specification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl.Definition
-
- createDeclared(StmtContext<String, DefaultStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DefaultStatementImpl.Definition
-
- createDeclared(StmtContext<String, DescriptionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DescriptionStatementImpl.Definition
-
- createDeclared(StmtContext<DeviateKind, DeviateStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl.Definition
-
- createDeclared(StmtContext<SchemaNodeIdentifier, DeviationStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviationStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.EnumSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl.Definition
-
- createDeclared(StmtContext<String, EnumStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl.Definition
-
- createDeclared(StmtContext<String, ErrorAppTagStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorAppTagStatementImpl.Definition
-
- createDeclared(StmtContext<String, ErrorMessageStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorMessageStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ExtensionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl.Definition
-
- createDeclared(StmtContext<QName, FeatureStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl.Definition
-
- createDeclared(StmtContext<Integer, FractionDigitsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FractionDigitsStatementImpl.Definition
-
- createDeclared(StmtContext<QName, GroupingStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.IdentityRefSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl.Definition
-
- createDeclared(StmtContext<QName, IdentityStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl.Definition
-
- createDeclared(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl.Definition
-
- createDeclared(StmtContext<String, ImportStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementDefinition
-
- createDeclared(StmtContext<String, IncludeStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl.Definition
-
- createDeclared(StmtContext<QName, InputStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.InstanceIdentifierSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl.Definition
-
- createDeclared(StmtContext<Collection<SchemaNodeIdentifier>, KeyStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.KeyStatementImpl.Definition
-
- createDeclared(StmtContext<QName, LeafListStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.LeafrefSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl.Definition
-
- createDeclared(StmtContext<QName, LeafStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl.Definition
-
- createDeclared(StmtContext<List<LengthConstraint>, LengthStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ListStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl.Definition
-
- createDeclared(StmtContext<Boolean, MandatoryStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl.Definition
-
- createDeclared(StmtContext<String, MaxElementsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MaxElementsStatementImpl.Definition
-
- createDeclared(StmtContext<Integer, MinElementsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MinElementsStatementImpl.Definition
-
- createDeclared(StmtContext<String, UnknownStatement<String>, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementSupport
-
- createDeclared(StmtContext<String, ModuleStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementSupport
-
- createDeclared(StmtContext<RevisionAwareXPath, MustStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl.Definition
-
- createDeclared(StmtContext<URI, NamespaceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NamespaceStatementImpl.Definition
-
- createDeclared(StmtContext<QName, NotificationStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.NumericalRestrictions, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl.Definition
-
- createDeclared(StmtContext<SemVer, UnknownStatement<SemVer>, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OpenconfigVersionStatementImpl.OpenconfigVersionSupport
-
- createDeclared(StmtContext<String, OrderedByStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl.Definition
-
- createDeclared(StmtContext<String, OrganizationStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrganizationStatementImpl.Definition
-
- createDeclared(StmtContext<QName, OutputStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl.Definition
-
- createDeclared(StmtContext<RevisionAwareXPath, PathStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl.Definition
-
- createDeclared(StmtContext<PatternConstraint, PatternStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl.Definition
-
- createDeclared(StmtContext<Long, PositionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl.Definition
-
- createDeclared(StmtContext<String, PrefixStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PrefixStatementImpl.Definition
-
- createDeclared(StmtContext<String, PresenceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl.Definition
-
- createDeclared(StmtContext<List<RangeConstraint>, RangeStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl.Definition
-
- createDeclared(StmtContext<String, ReferenceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ReferenceStatementImpl.Definition
-
- createDeclared(StmtContext<SchemaNodeIdentifier, RefineStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl.Definition
-
- createDeclared(StmtContext<Boolean, RequireInstanceStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl.Definition
-
- createDeclared(StmtContext<Date, RevisionDateStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionDateStatementImpl.Definition
-
- createDeclared(StmtContext<Date, RevisionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl.Definition
-
- createDeclared(StmtContext<QName, RpcStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- createDeclared(StmtContext<Status, StatusStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.StringRestrictions, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl.Definition
-
- createDeclared(StmtContext<String, SubmoduleStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl.Definition
-
- createDeclared(StmtContext<QName, TypedefStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- createDeclared(StmtContext<String, TypeStatement.UnionSpecification, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl.Definition
-
- createDeclared(StmtContext<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UniqueStatementImpl.Definition
-
- createDeclared(StmtContext<String, UnitsStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnitsStatementImpl.Definition
-
- createDeclared(StmtContext<String, UnknownStatement<String>, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl.Definition
-
- createDeclared(StmtContext<QName, UsesStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl.Definition
-
- createDeclared(StmtContext<Integer, ValueStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ValueStatementImpl.Definition
-
- createDeclared(StmtContext<RevisionAwareXPath, WhenStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl.Definition
-
- createDeclared(StmtContext<YangVersion, YangVersionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangVersionStatementImpl.Definition
-
- createDeclared(StmtContext<Boolean, YinElementStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl.Definition
-
- createDeclared(StmtContext<QName, ActionStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl.Definition
-
- createDeclared(StmtContext<QName, AnydataStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl.Definition
-
- createDeclared(StmtContext<ModifierKind, ModifierStatement, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModifierStatementImpl.Definition
-
- createDeclared(StmtContext<String, UnknownStatement<String>, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- createDocument(NormalizedNode<?, ?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.xpath.XPathSchemaContext
-
Create a new document context.
- createEffective(StmtContext<A, D, E>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
- createEffective(StmtContext<SchemaNodeIdentifier, UnknownStatement<SchemaNodeIdentifier>, EffectiveStatement<SchemaNodeIdentifier, UnknownStatement<SchemaNodeIdentifier>>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlSchemaLocationStatementImpl.AnyxmlSchemaLocationSupport
-
- createEffective(StmtContext<QName, AnyxmlStatement, EffectiveStatement<QName, AnyxmlStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl.Definition
-
- createEffective(StmtContext<QName, ArgumentStatement, EffectiveStatement<QName, ArgumentStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl.Definition
-
- createEffective(StmtContext<SchemaNodeIdentifier, AugmentStatement, EffectiveStatement<SchemaNodeIdentifier, AugmentStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- createEffective(StmtContext<QName, BaseStatement, EffectiveStatement<QName, BaseStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BaseStatementImpl.Definition
-
- createEffective(StmtContext<String, BelongsToStatement, EffectiveStatement<String, BelongsToStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.BitsSpecification, EffectiveStatement<String, TypeStatement.BitsSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl.Definition
-
- createEffective(StmtContext<QName, BitStatement, EffectiveStatement<QName, BitStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl.Definition
-
- createEffective(StmtContext<QName, CaseStatement, EffectiveStatement<QName, CaseStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl.Definition
-
- createEffective(StmtContext<QName, ChoiceStatement, EffectiveStatement<QName, ChoiceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl.Definition
-
- createEffective(StmtContext<Boolean, ConfigStatement, EffectiveStatement<Boolean, ConfigStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl.Definition
-
- createEffective(StmtContext<String, ContactStatement, EffectiveStatement<String, ContactStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl.Definition
-
- createEffective(StmtContext<QName, ContainerStatement, EffectiveStatement<QName, ContainerStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.Decimal64Specification, EffectiveStatement<String, TypeStatement.Decimal64Specification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl.Definition
-
- createEffective(StmtContext<String, DefaultStatement, EffectiveStatement<String, DefaultStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DefaultStatementImpl.Definition
-
- createEffective(StmtContext<String, DescriptionStatement, EffectiveStatement<String, DescriptionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DescriptionStatementImpl.Definition
-
- createEffective(StmtContext<DeviateKind, DeviateStatement, EffectiveStatement<DeviateKind, DeviateStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl.Definition
-
- createEffective(StmtContext<SchemaNodeIdentifier, DeviationStatement, EffectiveStatement<SchemaNodeIdentifier, DeviationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviationStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.EnumSpecification, EffectiveStatement<String, TypeStatement.EnumSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl.Definition
-
- createEffective(StmtContext<String, EnumStatement, EffectiveStatement<String, EnumStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl.Definition
-
- createEffective(StmtContext<String, ErrorAppTagStatement, EffectiveStatement<String, ErrorAppTagStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorAppTagStatementImpl.Definition
-
- createEffective(StmtContext<String, ErrorMessageStatement, EffectiveStatement<String, ErrorMessageStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorMessageStatementImpl.Definition
-
- createEffective(StmtContext<QName, ExtensionStatement, EffectiveStatement<QName, ExtensionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl.Definition
-
- createEffective(StmtContext<QName, FeatureStatement, EffectiveStatement<QName, FeatureStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl.Definition
-
- createEffective(StmtContext<Integer, FractionDigitsStatement, EffectiveStatement<Integer, FractionDigitsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FractionDigitsStatementImpl.Definition
-
- createEffective(StmtContext<QName, GroupingStatement, EffectiveStatement<QName, GroupingStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.IdentityRefSpecification, EffectiveStatement<String, TypeStatement.IdentityRefSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl.Definition
-
- createEffective(StmtContext<QName, IdentityStatement, EffectiveStatement<QName, IdentityStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl.Definition
-
- createEffective(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, EffectiveStatement<Predicate<Set<QName>>, IfFeatureStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl.Definition
-
- createEffective(StmtContext<String, ImportStatement, EffectiveStatement<String, ImportStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementDefinition
-
- createEffective(StmtContext<String, IncludeStatement, EffectiveStatement<String, IncludeStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl.Definition
-
- createEffective(StmtContext<QName, InputStatement, EffectiveStatement<QName, InputStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.InstanceIdentifierSpecification, EffectiveStatement<String, TypeStatement.InstanceIdentifierSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl.Definition
-
- createEffective(StmtContext<Collection<SchemaNodeIdentifier>, KeyStatement, EffectiveStatement<Collection<SchemaNodeIdentifier>, KeyStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.KeyStatementImpl.Definition
-
- createEffective(StmtContext<QName, LeafListStatement, EffectiveStatement<QName, LeafListStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.LeafrefSpecification, EffectiveStatement<String, TypeStatement.LeafrefSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl.Definition
-
- createEffective(StmtContext<QName, LeafStatement, EffectiveStatement<QName, LeafStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl.Definition
-
- createEffective(StmtContext<List<LengthConstraint>, LengthStatement, EffectiveStatement<List<LengthConstraint>, LengthStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl.Definition
-
- createEffective(StmtContext<QName, ListStatement, EffectiveStatement<QName, ListStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl.Definition
-
- createEffective(StmtContext<Boolean, MandatoryStatement, EffectiveStatement<Boolean, MandatoryStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl.Definition
-
- createEffective(StmtContext<String, MaxElementsStatement, EffectiveStatement<String, MaxElementsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MaxElementsStatementImpl.Definition
-
- createEffective(StmtContext<Integer, MinElementsStatement, EffectiveStatement<Integer, MinElementsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MinElementsStatementImpl.Definition
-
- createEffective(StmtContext<String, UnknownStatement<String>, EffectiveStatement<String, UnknownStatement<String>>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementSupport
-
- createEffective(StmtContext<String, ModuleStatement, EffectiveStatement<String, ModuleStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementSupport
-
- createEffective(StmtContext<RevisionAwareXPath, MustStatement, EffectiveStatement<RevisionAwareXPath, MustStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl.Definition
-
- createEffective(StmtContext<URI, NamespaceStatement, EffectiveStatement<URI, NamespaceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NamespaceStatementImpl.Definition
-
- createEffective(StmtContext<QName, NotificationStatement, EffectiveStatement<QName, NotificationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.NumericalRestrictions, EffectiveStatement<String, TypeStatement.NumericalRestrictions>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl.Definition
-
- createEffective(StmtContext<SemVer, UnknownStatement<SemVer>, EffectiveStatement<SemVer, UnknownStatement<SemVer>>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OpenconfigVersionStatementImpl.OpenconfigVersionSupport
-
- createEffective(StmtContext<String, OrderedByStatement, EffectiveStatement<String, OrderedByStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl.Definition
-
- createEffective(StmtContext<String, OrganizationStatement, EffectiveStatement<String, OrganizationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrganizationStatementImpl.Definition
-
- createEffective(StmtContext<QName, OutputStatement, EffectiveStatement<QName, OutputStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl.Definition
-
- createEffective(StmtContext<RevisionAwareXPath, PathStatement, EffectiveStatement<RevisionAwareXPath, PathStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl.Definition
-
- createEffective(StmtContext<PatternConstraint, PatternStatement, EffectiveStatement<PatternConstraint, PatternStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl.Definition
-
- createEffective(StmtContext<Long, PositionStatement, EffectiveStatement<Long, PositionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl.Definition
-
- createEffective(StmtContext<String, PrefixStatement, EffectiveStatement<String, PrefixStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PrefixStatementImpl.Definition
-
- createEffective(StmtContext<String, PresenceStatement, EffectiveStatement<String, PresenceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl.Definition
-
- createEffective(StmtContext<List<RangeConstraint>, RangeStatement, EffectiveStatement<List<RangeConstraint>, RangeStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl.Definition
-
- createEffective(StmtContext<String, ReferenceStatement, EffectiveStatement<String, ReferenceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ReferenceStatementImpl.Definition
-
- createEffective(StmtContext<SchemaNodeIdentifier, RefineStatement, EffectiveStatement<SchemaNodeIdentifier, RefineStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl.Definition
-
- createEffective(StmtContext<Boolean, RequireInstanceStatement, EffectiveStatement<Boolean, RequireInstanceStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl.Definition
-
- createEffective(StmtContext<Date, RevisionDateStatement, EffectiveStatement<Date, RevisionDateStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionDateStatementImpl.Definition
-
- createEffective(StmtContext<Date, RevisionStatement, EffectiveStatement<Date, RevisionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl.Definition
-
- createEffective(StmtContext<QName, RpcStatement, EffectiveStatement<QName, RpcStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- createEffective(StmtContext<Status, StatusStatement, EffectiveStatement<Status, StatusStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.StringRestrictions, EffectiveStatement<String, TypeStatement.StringRestrictions>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl.Definition
-
- createEffective(StmtContext<String, SubmoduleStatement, EffectiveStatement<String, SubmoduleStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl.Definition
-
- createEffective(StmtContext<QName, TypedefStatement, EffectiveStatement<QName, TypedefStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement, EffectiveStatement<String, TypeStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- createEffective(StmtContext<String, TypeStatement.UnionSpecification, EffectiveStatement<String, TypeStatement.UnionSpecification>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl.Definition
-
- createEffective(StmtContext<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement, EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>, UniqueStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UniqueStatementImpl.Definition
-
- createEffective(StmtContext<String, UnitsStatement, EffectiveStatement<String, UnitsStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnitsStatementImpl.Definition
-
- createEffective(StmtContext<String, UnknownStatement<String>, EffectiveStatement<String, UnknownStatement<String>>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl.Definition
-
- createEffective(StmtContext<QName, UsesStatement, EffectiveStatement<QName, UsesStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl.Definition
-
- createEffective(StmtContext<Integer, ValueStatement, EffectiveStatement<Integer, ValueStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ValueStatementImpl.Definition
-
- createEffective(StmtContext<RevisionAwareXPath, WhenStatement, EffectiveStatement<RevisionAwareXPath, WhenStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl.Definition
-
- createEffective(StmtContext<YangVersion, YangVersionStatement, EffectiveStatement<YangVersion, YangVersionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangVersionStatementImpl.Definition
-
- createEffective(StmtContext<Boolean, YinElementStatement, EffectiveStatement<Boolean, YinElementStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl.Definition
-
- createEffective(StmtContext<QName, ActionStatement, EffectiveStatement<QName, ActionStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl.Definition
-
- createEffective(StmtContext<QName, AnydataStatement, EffectiveStatement<QName, AnydataStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl.Definition
-
- createEffective(StmtContext<ModifierKind, ModifierStatement, EffectiveStatement<ModifierKind, ModifierStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModifierStatementImpl.Definition
-
- createEffective(StmtContext<QName, NotificationStatement, EffectiveStatement<QName, NotificationStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.NotificationStatementRfc7950Support
-
- createEffective(StmtContext<String, UnknownStatement<String>, EffectiveStatement<String, UnknownStatement<String>>>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- createElementFor(Document, NormalizedNode<?, ?>) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlDocumentUtils
-
Deprecated.
- 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.
- createInstance(LeafRefPath, QNameWithPredicate) - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefPath
-
Create a new instance.
- createInstance(SchemaPath, QName) - Method in class org.opendaylight.yangtools.yang.model.api.SchemaPath
-
Create a new instance.
- createInstance(SchemaNodeIdentifier, QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
- createInstance(SchemaNodeIdentifier, QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Create a new instance.
- createInstance(SchemaNodeIdentifier, QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Relative
-
- 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.
- 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.stmt.rfc6020.effective.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.
- 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
-
Create a new schema context containing specified sources, pulling in any
dependencies they may have.
- createSchemaContext(Collection<SourceIdentifier>, Set<QName>) - 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, Set<QName>) - 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.
- createSchemaContextFactory(SchemaSourceFilter) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
Instantiate a new
SchemaContextFactory
, which will filter available schema
sources using the provided filter.
- createSchemaContextFactory(SchemaSourceFilter) - 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.
- createSchemaless(XMLStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
Create a new schema-less writer.
- 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
-
- createSoftKey(T) - Method in class org.opendaylight.yangtools.objcache.spi.AbstractObjectCache
-
- createSourceIdentifier(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- createSubstatement(int, StatementDefinitionContext<CA, CD, CE>, 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.
- createTreeNodeRecursively(NormalizedNode<?, ?>, Version) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNodeFactory
-
- 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
-
- CustomStatementParserBuilder - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
-
- CustomStatementParserBuilder() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.reactor.CustomStatementParserBuilder
-
Creates a new CustomStatementParserBuilder object initialized by
YangInferencePipeline.SUPPORTED_VERSION_BUNDLE.
- CustomStatementParserBuilder(Set<YangVersion>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.reactor.CustomStatementParserBuilder
-
Creates a new CustomStatementParserBuilder object initialized by specific
version bundle.
- generateSources(SchemaContext, File, Set<Module>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
- generateSources(SchemaContext, File, Set<Module>, Function<Module, Optional<String>>) - Method in interface org.opendaylight.yangtools.yang2sources.spi.BasicCodeGenerator
-
- 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
-
- get() - Method in class org.opendaylight.yangtools.util.concurrent.MappingCheckedFuture
-
- get(long, TimeUnit) - Method in class org.opendaylight.yangtools.util.concurrent.MappingCheckedFuture
-
- 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(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.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
-
- get(QName) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChildSchemaNodes
-
- get(Class<N>, K) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.EffectiveStatementBase
-
- get(Class<N>, K) - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- get(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SchemaNodeIdentifierBuildNamespace
-
- GET_AST - Static variable in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Deprecated.
- GET_DEPINFO - Static variable in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Deprecated.
- GET_IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Deprecated.
- GET_SEMVER_IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
Deprecated.
- getAbsoluteLeafRefTargetPath() - Method in class org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefContext
-
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
-
All implementations should override this method.
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatementContainer
-
All implementations should override this method.
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ContainerEffectiveStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ListEffectiveStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getActions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- 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.parser.stmt.rfc6020.effective.EffectiveStatementBase
-
- getAll(Class<N>) - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- 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
-
- getAllFrom(NamespaceBehaviour.NamespaceStorageNode) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChildSchemaNodes
-
- 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
-
- getAllModuleIdentifiers() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Get all module and submodule identifiers.
- getAllModuleIdentifiers() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getAllModuleIdentifiers() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- 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
-
- getAnyXmlNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getAnyXmlNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getAnyXmlNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getAnyXmlNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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.
- 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
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlSchemaLocationStatementImpl
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OpenconfigVersionStatementImpl
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl
-
- getArgument() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatement
-
- 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 class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getArgumentName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getArgumentName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementDefinition
-
- getArgumentName() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SupportedExtensionsMapping
-
- getArguments() - Method in class org.mockito.configuration.ArgumentsExtractorVerifier
-
- getAST() - Method in class org.opendaylight.yangtools.yang.parser.util.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
-
- 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(E) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- getAttributes(E) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- getAttributes(E) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser
-
Deprecated.
- getAttributes(E) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser
-
Deprecated.
- getAttributes(E) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListEntryNodeBaseParser
-
Deprecated.
- 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
-
- getAugmentationNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getAugmentationNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getAugmentationNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getAugmentationNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- getAugmentedCase(AugmentationSchema, AugmentationNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.AugmentationNodeBaseSerializer
-
Deprecated.
- getAugmentedCase(S, AugmentationNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.BaseDispatcherSerializer
-
Deprecated.
- getAugmentedCase(ChoiceSchemaNode, AugmentationNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ChoiceNodeBaseSerializer
-
Deprecated.
- getAugmentedCase(ContainerSchemaNode, AugmentationNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ContainerNodeBaseSerializer
-
Deprecated.
- getAugmentedCase(ListSchemaNode, AugmentationNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ListEntryNodeBaseSerializer
-
Deprecated.
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BodyGroup
-
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
-
- getAugments() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getAugments() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- getAvailableAugmentations() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.NotificationEffectiveStatementImpl
-
- 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.
- getBase() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
- getBase() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.IdentityRefSpecification
-
- getBase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl
-
- getBase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getBaseIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
The YANG 1.0 (RFC6020) implementation of IdentitySchemaNode always returns an ImmutableSet containing just one
base identity or an empty ImmutableSet as it does not support multiple base identities.
- getBaseIdentities() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IdentityEffectiveStatementImpl
-
- getBaseIdentity() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
- getBaseIdentity() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IdentityEffectiveStatementImpl
-
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.IdentityRefSpecification
-
Returns the base statements.
- getBases() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl
-
- getBases() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- 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
-
- getBelongsTo() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl
-
- 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.
- getBits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl
-
- getBuilder(AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.AugmentationNodeBaseParser
-
Deprecated.
- getBuilder(S) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- getBuilder(ChoiceSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ChoiceNodeBaseParser
-
Deprecated.
- getBuilder(ContainerSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- getBuilders() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
- getBuildingStrategy() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- getBuildingStrategy() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ExtensibleParser
-
Deprecated.
Provide building strategy
- getBuildingStrategy() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser
-
Deprecated.
- getBuildingStrategy() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser
-
Deprecated.
- getBuildingStrategy() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser
-
Deprecated.
- 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
-
Returns the concrete case according to specified Q name.
- getCaseNodeByName(String) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns the concrete case according to specified name.
- getCaseNodeByName(QName) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- getCaseNodeByName(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns cases of choice.
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getCases() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getCases() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- 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
-
- 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.RpcAsContainer
-
- 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
-
- 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.
- getChoiceNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getChoiceNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getChoiceNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getChoiceNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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
-
- getCondition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl
-
- getCondition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnydataStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getConstraints() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- getConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Returns the constraints associated with Data Schema Node.
- getConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationDefinition
-
All implementations should override this method.
- getConstraints() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getConstraints() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDataSchemaNode
-
- getConstraints() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.NotificationEffectiveStatementImpl
-
- 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.MetaGroup
-
- getContact() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getContainer() - Method in interface org.opendaylight.yangtools.yang.model.api.YangDataSchemaNode
-
Returns container schema node.
- getContainer() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataEffectiveStatement
-
- getContainerNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getContainerNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getContainerNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getContainerNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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 class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- getDataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns the child node corresponding to the specified name.
- getDataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getDataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- 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.DataDefinitionContainer
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl
-
- 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
-
- getDate() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionDateStatementImpl
-
- getDate() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl
-
- 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.parser.stmt.rfc6020.effective.DeclaredEffectiveStatementBase
-
- getDeclared() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- getDeclared() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UndeclaredEffectiveStatementBase
-
- getDeclaredPosition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitEffectiveStatementImpl
-
- 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 class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getDeclaredRepresentationClass() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementDefinition
-
- getDeclaredRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SupportedExtensionsMapping
-
- getDeclaredValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.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.LeafSchemaNode
-
Returns the default value of YANG leaf
.
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getDefault(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafSchemaNodeBuilder
-
Initializes the value for the
default
attribute.
- getDefault() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getDefault() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafEffectiveStatementImpl
-
- getDefault() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- 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.
- getDefaultCase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- 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
-
All implementations should override this method.
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
All implementations should override this method.
- getDefaults() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafListEffectiveStatementImpl
-
- getDefaults() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- 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
statement.
- getDefinitionsSpecificForVersion(YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
Returns statement definitions specific for requested version.
- getDelegate() - Method in interface org.opendaylight.yangtools.concepts.Delegator
-
- getDelegate() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
Returns the delegate ExecutorService.
- getDependencies() - Method in class org.opendaylight.yangtools.yang.parser.impl.util.YangModelDependencyInfo
-
Returns immutable collection of all module imports.
- getDependencyInformation() - Method in class org.opendaylight.yangtools.yang.parser.util.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.
- getDerivedIdentities() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IdentityEffectiveStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns description text.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG description
keyword.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns the description text.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
All implementations should override this method.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module description.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
All implementations should override this method.
- getDescription() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDocumentedNode
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviationEffectiveStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.MustEffectiveStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RevisionEffectiveStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getDescription() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getDeviatedConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated config value.
- getDeviatedConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated default value.
- getDeviatedDefault() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated mandatory value.
- getDeviatedMandatory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated max-elements.
- getDeviatedMaxElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated min-elements.
- getDeviatedMinElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated must statements.
- getDeviatedMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated type statement.
- getDeviatedType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedUniques() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated unique statements.
- getDeviatedUniques() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviatedUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated units statement.
- getDeviatedUnits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- getDeviates() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns deviate children.
- getDeviates() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviationEffectiveStatementImpl
-
- getDeviateType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Return deviation kind.
- getDeviateType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviateEffectiveStatementImpl
-
- 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.BodyGroup
-
- getDeviations() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getDirectChild(NormalizedNode<?, ?>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
-
- getDispatcher() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- 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.
- getDocument() - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlDocumentUtils
-
Deprecated.
- getDuplicates() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
-
- 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 class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getEffectiveRepresentationClass() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementDefinition
-
- getEffectiveRepresentationClass() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SupportedExtensionsMapping
-
- 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
-
- getEnums() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.EnumSpecification
-
- getEnums() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl
-
- 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.stmt.rfc6020.effective.MustEffectiveStatementImpl
-
- getErrorAppTag() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getErrorAppTag() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getErrorAppTag() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getErrorAppTagStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
- getErrorAppTagStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl
-
- getErrorAppTagStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl
-
- getErrorAppTagStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getErrorAppTagStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl
-
- 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.stmt.rfc6020.effective.MustEffectiveStatementImpl
-
- getErrorMessage() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getErrorMessage() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getErrorMessage() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getErrorMessageStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedConstraintGroup
-
- getErrorMessageStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl
-
- getErrorMessageStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl
-
- getErrorMessageStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getErrorMessageStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl
-
- 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.
- 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.
- 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.stmt.rfc6020.effective.UnknownEffectiveStatementBase
-
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns extencion 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.BodyGroup
-
- getExtensions() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getExtensions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getExtensionSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns ExtensionDefinition
instances which contain data
from extension statements defined in the module.
- 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.BodyGroup
-
- getFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getFileDestination() - Method in class org.opendaylight.yangtools.yang.parser.util.NamedFileInputStream
-
- 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.common.QName
-
Return string representation of revision in format YYYY-mm-dd
- getFormattedRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
- getFormattedRevision() - Method in class org.opendaylight.yangtools.yang.parser.impl.util.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
-
- getFractionDigits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl
-
- getFrom() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Edge
-
- getFrom() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
-
- 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 value from model namespace storage according to key param class
- getFrom(NamespaceBehaviour.NamespaceStorageNode, QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- getFrom(NamespaceBehaviour.NamespaceStorageNode, QName) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChildSchemaNodes
-
- getFrom(NamespaceBehaviour.NamespaceStorageNode, SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SchemaNodeIdentifierBuildNamespace
-
- getFrom() - Method in interface org.opendaylight.yangtools.yang.parser.util.TopologicalSort.Edge
-
Deprecated.
- getFrom() - Method in class org.opendaylight.yangtools.yang.parser.util.TopologicalSort.EdgeImpl
-
Deprecated.
- 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>, KT) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- 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
-
- getGroupingPath() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns the schema path to used grouping.
- getGroupingPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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.DataDefinitionContainer.WithReusableDefinitions
-
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
- 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.stmt.rfc6020.AbstractRootStatement
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RpcEffectiveStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.ActionEffectiveStatementImpl
-
- 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.AnyXmlNode
-
- 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.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.rfc6020.repo.YangStatementStreamSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YinStatementStreamSource
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
- getIdentifiersToSources() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
Returns the ModuleIdentifier-to-YANG source mapping.
- getIdentifiersToSources() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
- getIdentifiersToSources() - Method in class org.opendaylight.yangtools.yang.model.util.SimpleSchemaContext
-
- 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.BodyGroup
-
- 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.stmt.rfc6020.AbstractRootStatement
-
- getIdentity() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
-
- 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.
- getIfFeaturePredicate() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl
-
- getIfFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalFeature
-
All implementations should override this method.
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- 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.LinkageGroup
-
- getImports() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getIncludes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LinkageGroup
-
- getIncludes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getInEdges() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Node
-
- getInEdges() - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
-
- getInEdges() - Method in interface org.opendaylight.yangtools.yang.parser.util.TopologicalSort.Node
-
Deprecated.
- getInEdges() - Method in class org.opendaylight.yangtools.yang.parser.util.TopologicalSort.NodeImpl
-
Deprecated.
- 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.RpcAsContainer
-
- 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.OperationGroup
-
- getInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RpcEffectiveStatementImpl
-
- getInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.ActionEffectiveStatementImpl
-
- 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 interface org.opendaylight.yangtools.concepts.ObjectRegistration
-
Return the object instance.
- getInstance() - Static method in class org.opendaylight.yangtools.objcache.guava.GuavaObjectCacheFactory
-
Return a factory instance.
- getInstance() - Static method in class org.opendaylight.yangtools.objcache.impl.StaticObjectCacheBinder
-
- getInstance() - Static method in class org.opendaylight.yangtools.objcache.spi.NoopObjectCache
-
Get the cache instance.
- getInstance(boolean, int, int) - Static method in class org.opendaylight.yangtools.util.MapAdaptor
-
- getInstance(XmlCodecProvider, SchemaContext, boolean) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getInstance(XmlCodecProvider, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getInstance(XmlCodecProvider, SchemaContext, DomToNormalizedNodeParserFactory.BuildingStrategyProvider) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getInstance(XmlCodecProvider, SchemaContext, DomToNormalizedNodeParserFactory.BuildingStrategyProvider, boolean) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getInstance(Document, XmlCodecProvider) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getInstance() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.tree.InMemoryDataTreeFactory
-
Get an instance of this factory.
- getInstance() - Static method in class org.opendaylight.yangtools.yang.data.util.codec.NoopCodecCache
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameCacheNamespace
-
- getInstance() - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- 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.
- 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
-
- getKey() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- 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.stmt.rfc6020.effective.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, String) - Static method in class org.opendaylight.yangtools.yang.parser.impl.util.YangModelDependencyInfo
-
- getLatestRevision(Iterable<? extends StmtContext<?, ?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
- getLeafNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getLeafNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getLeafNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getLeafNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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
-
- getLeafSetEntryNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetNodeBaseParser
-
Deprecated.
- getLeafSetEntryNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getLeafSetEntryNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getLeafSetEntryNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafSetNodeBaseSerializer
-
Deprecated.
- getLeafSetEntryNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getLeafSetEntryNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- getLeafSetNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getLeafSetNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getLeafSetNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getLeafSetNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- 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
-
- getLength() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl
-
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition
-
Returns List of number of octets that binary value contains.
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
-
Returns length constraint specified in the string.
- 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
-
- getListEntryNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser
-
Deprecated.
- getListEntryNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ListNodeBaseSerializer
-
Deprecated.
- 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
-
- 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.AnydataStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
-
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getMandatory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getMandatory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getMandatory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getMandatory() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getMapEntryNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getMapEntryNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getMapEntryNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getMapEntryNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- getMapNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getMapNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getMapNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getMapNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- getMax() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Returns the length-restricting upper bound value.
- getMax() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Returns the length-restricting upper bound value.
- getMax() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getMax() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getMaxElements() - Method in class org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition
-
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
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.MultipleElementsGroup
-
- getMaxElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getMaxElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getMaxQueueCapacity() - Method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Returns the maximum listener queue capacity.
- 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).
- getMin() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Returns the length-restricting lower bound value.
- getMin() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Returns the length-restricting lower bound value.
- getMin() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getMin() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getMinElements() - Method in class org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition
-
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
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.MultipleElementsGroup
-
- getMinElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getMinElements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- 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
-
- 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
-
All implementations should override this method.
- getModifier() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getModifierStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
-
All implementations should override this method.
- getModifierStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getModifyOperationFromAttributes(Element) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XmlDocumentUtils
-
Deprecated.
- 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
-
- getModule() - Method in exception org.opendaylight.yangtools.yang.model.parser.api.YangSyntaxErrorException
-
- getModule() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl
-
- getModule() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementImpl
-
- getModule() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- getModuleName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the name of the module to import.
- getModuleName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getModuleQname() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- 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
-
- getModuleSource(ModuleIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
- getModuleSource(ModuleIdentifier) - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getModuleSourcePath() - Method in interface org.opendaylight.yangtools.yang.model.api.SourceStreamAware
-
Deprecated.
Get descriptive source path (usually file path) from which this module was parsed.
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition
-
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Specifies the rules which the node which contains must
YANG
substatement has to match.
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnydataStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.InputStatement
-
All implementations should override this method.
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatement
-
All implementations should override this method.
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OutputStatement
-
All implementations should override this method.
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl
-
- getMusts() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
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.OperationGroup
-
- 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.model.util.ModuleIdentifierImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.impl.util.YangModelDependencyInfo
-
Returns model name
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BaseStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitEffectiveStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.EnumEffectiveStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnitsStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- 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.ModuleIdentifier
-
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 class org.opendaylight.yangtools.yang.model.util.ModuleIdentifierImpl
-
- getNamespace() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getNamespace() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementImpl
-
- getNamespaceBehaviour(Class<N>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.Registry
-
- 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
-
- 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
-
- getNodeDispatcher() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.BaseDispatcherSerializer
-
Deprecated.
- getNodeIdentifierForAugmentation(AugmentationSchema) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
- getNodeIdentifierForAugmentation(AugmentationSchema) - 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.stmt.rfc6020.effective.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.stmt.rfc6020.effective.UnknownEffectiveStatementBase
-
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
All implementations should override this method.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatementContainer
-
All implementations should override this method.
- getNotifications() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ContainerEffectiveStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ListEffectiveStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getNotificationSchema(SchemaContext, SchemaPath) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Returns NotificationDefinition from Schema Context.
- getObjectCache(Class<?>) - Method in class org.opendaylight.yangtools.objcache.guava.GuavaObjectCacheFactory
-
- getObjectCache(Class<?>) - Static method in class org.opendaylight.yangtools.objcache.ObjectCacheFactory
-
Get an ObjectCache for caching a particular object class.
- getObjectCache(Class<?>) - Method in interface org.opendaylight.yangtools.objcache.spi.IObjectCacheFactory
-
- getOffendingBit() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidBitDefinitionException
-
- getOffendingConstraint() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidLengthConstraintException
-
- getOffendingConstraint() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidRangeConstraintException
-
- getOffendingEnum() - Method in exception org.opendaylight.yangtools.yang.model.util.type.InvalidEnumDefinitionException
-
- 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
-
- getOrderedBy() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsGroup
-
- getOrderedBy() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getOrderedBy() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getOrderedListNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getOrderedListNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
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.MetaGroup
-
- getOrganization() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- 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.stmt.rfc6020.effective.AnyXmlEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.CaseEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ChoiceEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ContainerEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafListEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ListEffectiveStatementImpl
-
- getOriginal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.AnyDataEffectiveStatementImpl
-
- 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.AugmentationSchema
-
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
-
- getOriginalDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- 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
-
- getOutEdges() - Method in interface org.opendaylight.yangtools.yang.parser.util.TopologicalSort.Node
-
Deprecated.
- getOutEdges() - Method in class org.opendaylight.yangtools.yang.parser.util.TopologicalSort.NodeImpl
-
Deprecated.
- getOutput() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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.OperationGroup
-
- getOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RpcEffectiveStatementImpl
-
- getOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.ActionEffectiveStatementImpl
-
- 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.impl.util.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 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.RpcAsContainer
-
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaNode
-
Returns the schema path of the instance of the type
SchemaNode
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.stmt.rfc6020.effective.AbstractEffectiveSchemaNode
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AnyxmlSchemaLocationEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.NotificationEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.OpenconfigVersionEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RefineEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UnknownEffectiveStatementImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl
-
- getPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataEffectiveStatement
-
- 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
-
- getPatterns() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl
-
- getPhase() - Method in exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
-
- getPhase() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
- 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.
- getPosition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- 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.
- 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.IncludeStatement
-
- getPrefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleHeaderGroup
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementImpl
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementImpl
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineContainerStatement
-
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement.RefineLeafStatement
-
- getPresence() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getPreviousPhase() - Method in enum org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
- getProduct(B) - Method in interface org.opendaylight.yangtools.objcache.ObjectCache
-
Get a reference to an object equal to the product of a builder.
- getProduct(B) - Method in class org.opendaylight.yangtools.objcache.spi.AbstractObjectCache
-
- getProduct(B) - Method in class org.opendaylight.yangtools.objcache.spi.NoopObjectCache
-
- getProductCacheFactory() - Method in class org.opendaylight.yangtools.objcache.spi.AbstractObjectCacheBinder
-
- getProductCacheFactory() - Method in interface org.opendaylight.yangtools.objcache.spi.ObjectCacheFactoryBinder
-
Get the implementation-specific cache factory.
- 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 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.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.util.RpcAsContainer
-
- 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.stmt.rfc6020.effective.AbstractEffectiveSchemaNode
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AnyxmlSchemaLocationEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.NotificationEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.OpenconfigVersionEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RefineEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UnknownEffectiveStatementImpl
-
- getQName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataEffectiveStatement
-
- getQNameIdentifiers() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextNode
-
- getQNameModule() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
Returns a
QNameModule
, which contains the namespace and
the revision of the module.
- getQNameModule() - Method in class org.opendaylight.yangtools.yang.model.util.ModuleIdentifierImpl
-
- getQNameModule() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ModuleEffectiveStatementImpl
-
- getQNameModule() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.SubmoduleEffectiveStatementImpl
-
- getQNamePredicates() - Method in interface org.opendaylight.yangtools.yang.data.impl.leafref.QNameWithPredicate
-
- getQueue() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RangeStatement
-
- 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
-
- getRange() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl
-
- getRange() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl
-
- getRange() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl
-
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
-
Returns range constraints for instance of this type.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IntegerTypeDefinition
-
Returns Range Constraints defined for given Integer Type.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
-
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnsignedIntegerTypeDefinition
-
Returns range data of the instance of the type
UnsignedIntegerTypeDefinition
.
- getRawRegularExpression() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a raw regular expression as it was declared in a source.
- getRawRegularExpression() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getRealSchemasForAugment(AugmentationTarget, AugmentationSchema) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
Retrieves real schemas for augmented child node.
- getRealSchemasForAugment(DataNodeContainer, AugmentationSchema) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaUtils
-
- getRealSchemasForAugment(AugmentationSchema, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.AugmentationNodeBaseParser
-
Deprecated.
- getRealSchemasForAugment(S, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- getRealSchemasForAugment(ChoiceSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ChoiceNodeBaseParser
-
Deprecated.
- getRealSchemasForAugment(ContainerSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- getRealSchemasForAugment(ListSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListEntryNodeBaseParser
-
Deprecated.
- getRealSchemasForAugment(AugmentationSchema, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.AugmentationNodeBaseSerializer
-
Deprecated.
- getRealSchemasForAugment(S, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.BaseDispatcherSerializer
-
Deprecated.
- getRealSchemasForAugment(ChoiceSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ChoiceNodeBaseSerializer
-
Deprecated.
- getRealSchemasForAugment(ContainerSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ContainerNodeBaseSerializer
-
Deprecated.
- getRealSchemasForAugment(ListSchemaNode, AugmentationSchema) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ListEntryNodeBaseSerializer
-
Deprecated.
- getReference(T) - Method in interface org.opendaylight.yangtools.objcache.ObjectCache
-
Get a reference for an object which is equal to specified object.
- getReference(T) - Method in class org.opendaylight.yangtools.objcache.spi.AbstractObjectCache
-
- getReference(T) - Method in class org.opendaylight.yangtools.objcache.spi.NoopObjectCache
-
- 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.RpcAsContainer
-
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns reference text.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG reference
keyword.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns reference.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
All implementations should override this method.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns the module reference.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentationGroup
-
All implementations should override this method.
- getReference() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- getReference() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDocumentedNode
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviationEffectiveStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.MustEffectiveStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RevisionEffectiveStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LengthConstraintEffectiveImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.RangeConstraintEffectiveImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- 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.
- getRefines() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- getRefines() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getRefineTargetNode() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RefineEffectiveStatementImpl
-
- getRegularExpression() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a java regular expression (pattern).
- getRegularExpression() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- 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
-
- getRepresentingClass() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.InstanceIdentifierSpecification
-
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
-
All implementations should override this method.
- getRequireInstance() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl
-
- getRequireInstance() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl
-
- 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,
otherwise returns null
.
- 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.ModuleIdentifier
-
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.model.util.ModuleIdentifierImpl
-
- getRevision() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getRevision() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
-
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
-
- getRevisionDate() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementImpl
-
- getRevisionDate() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- getRevisionFormat() - Static method in class org.opendaylight.yangtools.yang.common.SimpleDateFormatUtil
-
- getRevisions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionGroup
-
- getRevisions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- 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
-
- getRootDeclaredStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
-
- getRootEffectiveStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
-
- 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.BodyGroup
-
- getRpcs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- 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
-
- 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
-
- getSchema() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Return the associated schema node.
- 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
in dependence on specified parsing mode.
- getSchemaForChild(AugmentationSchema, QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.AugmentationNodeBaseParser
-
Deprecated.
- getSchemaForChild(S, QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- getSchemaForChild(ChoiceSchemaNode, QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ChoiceNodeBaseParser
-
Deprecated.
- getSchemaForChild(ContainerSchemaNode, QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- getSchemaForChild(ListSchemaNode, QName) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListEntryNodeBaseParser
-
Deprecated.
- getSchemaForChild(AugmentationSchema, DataContainerChild<? extends YangInstanceIdentifier.PathArgument, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.AugmentationNodeBaseSerializer
-
Deprecated.
- getSchemaForChild(S, DataContainerChild<? extends YangInstanceIdentifier.PathArgument, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.BaseDispatcherSerializer
-
Deprecated.
- getSchemaForChild(ChoiceSchemaNode, DataContainerChild<? extends YangInstanceIdentifier.PathArgument, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ChoiceNodeBaseSerializer
-
Deprecated.
- getSchemaForChild(ContainerSchemaNode, DataContainerChild<? extends YangInstanceIdentifier.PathArgument, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ContainerNodeBaseSerializer
-
Deprecated.
- getSchemaForChild(ListSchemaNode, DataContainerChild<? extends YangInstanceIdentifier.PathArgument, ?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ListEntryNodeBaseSerializer
-
Deprecated.
- getSchemaOfAnyData() - Method in interface org.opendaylight.yangtools.yang.model.api.AnyDataSchemaNode
-
Schema of XML data.
- getSchemaOfAnyData() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.AnyDataEffectiveStatementImpl
-
- getSchemaOfAnyXmlData() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.YangModeledAnyXmlNode
-
Returns the schema corresponding to the node's datea.
- getSchemaOfAnyXmlData() - Method in interface org.opendaylight.yangtools.yang.model.api.YangModeledAnyXmlSchemaNode
-
Returns the root schema node of the data in this anyxml node.
- getSchemaOfAnyXmlData() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.YangModeledAnyXmlEffectiveStatementImpl
-
- 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
-
- getSemanticVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleIdentifier
-
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
-
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.model.util.ModuleIdentifierImpl
-
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.parser.impl.util.YangModelDependencyInfo
-
Returns semantic version of module
- getSemanticVersion() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- getSemVerIdentifier() - Method in class org.opendaylight.yangtools.yang.parser.util.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
-
- 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(K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.DerivedNamespaceBehaviour
-
- getSignificantKey(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SchemaNodeIdentifierBuildNamespace
-
- 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 interface org.opendaylight.yangtools.yang.model.api.Module
-
- 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.
- getStatementArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- 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 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 class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- getStatementName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- getStatementName() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementDefinition
-
- getStatementName() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SupportedExtensionsMapping
-
- 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.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
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeclaredEffectiveStatementBase
-
- getStatementSource() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- getStatementSource() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UndeclaredEffectiveStatementBase
-
- getStatementSourceReference() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- getStatementSourceReference() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementContextBase
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns status of this node.
- 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
-
- 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.stmt.rfc6020.AnyxmlStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDocumentedNode
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- getStatus() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getStorageNodeType() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour.NamespaceStorageNode
-
- getStorageNodeType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- getStorageNodeType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.SourceSpecificContext
-
- getSubmodules() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
Returns corresponding substatement validator of a statement support
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlSchemaLocationStatementImpl.AnyxmlSchemaLocationSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BaseStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DefaultStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DescriptionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviationStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorAppTagStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorMessageStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FractionDigitsStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementDefinition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.KeyStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MaxElementsStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MinElementsStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NamespaceStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OpenconfigVersionStatementImpl.OpenconfigVersionSupport
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrganizationStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PrefixStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ReferenceStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionDateStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UniqueStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnitsStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ValueStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangVersionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AugmentStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.BitStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.CaseStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ChoiceStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ContainerStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.EnumStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.GroupingStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IdentityrefSpecificationRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IdentityStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ImportStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IncludeStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.InputStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.LeafListStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.LeafrefSpecificationRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ListStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModifierStatementImpl.Definition
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModuleStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.NotificationStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.OutputStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.PatternStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.RefineStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.SubmoduleStatementRfc7950Support
-
- getSubstatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- getSubstatementValidatorForDeviate(DeviateKind) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl.Definition
-
- getSubstatementValidatorForDeviate(DeviateKind) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.DeviateStatementRfc7950Support
-
- getSubtreeVersion() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.spi.TreeNode
-
Get the subtree version.
- 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.spi.meta.AbstractStatementSupport
-
- 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.
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.TypeStatementRfc7950Support
-
- 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.util.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
-
- getTag() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UniqueEffectiveStatementImpl
-
- getTag() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UniqueStatementImpl
-
- 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
-
- getTargetNode() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl
-
- getTargetNode() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviationStatementImpl
-
- getTargetNode() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl
-
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
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
-
- getTargetPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getTargetPath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviationEffectiveStatementImpl
-
- 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
-
- getText() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl
-
- getText() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DescriptionStatementImpl
-
- getText() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrganizationStatementImpl
-
- getText() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ReferenceStatementImpl
-
- 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
-
- getTo() - Method in interface org.opendaylight.yangtools.yang.parser.util.TopologicalSort.Edge
-
Deprecated.
- getTo() - Method in class org.opendaylight.yangtools.yang.parser.util.TopologicalSort.EdgeImpl
-
Deprecated.
- 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.
- 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.TypeGroup
-
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypedSchemaNode
-
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
-
Return the concrete representation type.
- 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
-
Return the concrete representation type.
- 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.stmt.rfc6020.effective.LeafEffectiveStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafListEffectiveStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getType() - Method in class org.opendaylight.yangtools.yang.parser.util.ASTSchemaSource
-
- 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.stmt.rfc6020.effective.type.BinaryTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitsSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitsTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.Decimal64SpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.DecimalTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.EnumSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.EnumTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.IdentityRefSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.InstanceIdentifierSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.InstanceIdentifierTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.IntegerTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LeafrefSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.LeafrefTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.StringTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.UnionSpecificationEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.UnsignedIntegerTypeEffectiveStatementImpl
-
- getTypeDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.TypeDefEffectiveStatementImpl
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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.stmt.rfc6020.effective.RpcEffectiveStatementImpl
-
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.effective.ActionEffectiveStatementImpl
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionContainer.WithReusableDefinitions
-
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationGroup
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AbstractRootStatement
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl
-
- getTypedefs() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl
-
- 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.
- getTypes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl
-
- getUnique() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
-
- getUnique() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getUniqueConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
Returns unique constraints.
- getUniqueConstraints() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ListEffectiveStatementImpl
-
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.LeafSchemaNode
-
Returns the units in which are the values of the leaf
presented.
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeGroup
-
- 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
statement.
- getUnits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.LeafEffectiveStatementImpl
-
- getUnits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getUnits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getUnits() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl
-
- getUnkeyedListEntryNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getUnkeyedListEntryNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getUnkeyedListNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getUnkeyedListNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- getUnkeyedListNodeSerializer() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.serializer.DomFromNormalizedNodeSerializerFactory
-
Deprecated.
- getUnkeyedListNodeSerializer() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializerFactory
-
Deprecated.
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns unknown schema node children.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns unknown schema node children.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns unknown schema nodes which belongs to this instance.
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.Module
-
Returns unknown nodes defined in module.
- 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.stmt.rfc6020.effective.AbstractEffectiveSchemaNode
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeviationEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.NotificationEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.RefineEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BitEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.EnumEffectiveStatementImpl
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UnknownEffectiveStatementBase
-
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- getUnknownStatementDefinitionOf(StatementDefinitionContext<?, ?, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns unknown statement form of a regular yang statement supplied as
parameter to the method.
- getUnknownStatementDefinitionOf(StatementDefinitionContext<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementSupport
-
- getUnknownStatementDefinitionOf(StatementDefinitionContext<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl.Definition
-
- 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
-
- getUri() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NamespaceStatementImpl
-
- getUses() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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
-
- 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.LengthStatement
-
- 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 class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DefaultStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorAppTagStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorMessageStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FractionDigitsStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MaxElementsStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MinElementsStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PrefixStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ValueStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangVersionStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl
-
- getValue() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModifierStatementImpl
-
- 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
-
- 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
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.data.util.EmptyConstraintDefinition
-
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchema
-
Returns when statement.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintDefinition
-
Specifies the condition when the data node which contains
when
YANG substatement has to be present.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns when statement.
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AugmentEffectiveStatementImpl
-
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- getWhenStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConditionalDataDefinition
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl
-
- getWhenStatement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl
-
- getWrappedType() - Method in class org.opendaylight.yangtools.yang.parser.util.NodeWrappedType
-
Deprecated.
Gets payload from class
- 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.
- getXpath() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.MustEffectiveStatementImpl
-
- getYangAST() - Method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YangStatementStreamSource
-
- getYangAST() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangStatementSourceImpl
-
Deprecated.
- getYangModeledAnyXmlNodeParser() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.DomToNormalizedNodeParserFactory
-
Deprecated.
- getYangModeledAnyXmlNodeParser() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParserFactory
-
Deprecated.
- 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.SubmoduleStatement
-
- getYangVersion() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementImpl
-
- getYangVersion() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl
-
- getYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
-
- getYinElement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl
-
- global(Class<N>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates global namespace behaviour for supplied namespace type.
- GroupingDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'grouping' statement.
- GroupingEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- GroupingEffectiveStatementImpl(StmtContext<QName, GroupingStatement, EffectiveStatement<QName, GroupingStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- GroupingNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Grouping namespace
All grouping names defined within a parent node or at the top level of the
module or its submodules share the same grouping identifier namespace.
- GroupingStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- GroupingStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- GroupingStatementImpl(StmtContext<QName, GroupingStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl
-
- GroupingStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- GroupingStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Grouping statement.
- GroupingStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.GroupingStatementRfc7950Support
-
- GuavaObjectCacheFactory - Class in org.opendaylight.yangtools.objcache.guava
-
- Identifiable<T> - Interface in org.opendaylight.yangtools.concepts
-
- Identifiables - Class in org.opendaylight.yangtools.util
-
Deprecated.
- 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_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
-
- identifierExtractor() - Static method in class org.opendaylight.yangtools.util.Identifiables
-
- 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.
- identity(IdentitySchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.IdentityrefTypeDefinitionBuilder
-
Deprecated.
- IDENTITY_REF - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- IdentityCodecUtil - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Utility methods for implementing string-to-identity codecs.
- IdentityEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- IdentityEffectiveStatementImpl(StmtContext<QName, IdentityStatement, EffectiveStatement<QName, IdentityStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IdentityEffectiveStatementImpl
-
- IdentityNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Identity namespace
All identity names defined in a module and its submodules share the same identity identifier 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
-
- IdentityRefSpecificationEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- IdentityRefSpecificationEffectiveStatementImpl(StmtContext<String, TypeStatement.IdentityRefSpecification, EffectiveStatement<String, TypeStatement.IdentityRefSpecification>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.IdentityRefSpecificationEffectiveStatementImpl
-
- IdentityRefSpecificationImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IdentityRefSpecificationImpl(StmtContext<String, TypeStatement.IdentityRefSpecification, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl
-
- IdentityRefSpecificationImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IdentityrefSpecificationRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 identityref statement.
- IdentityrefSpecificationRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IdentityrefSpecificationRfc7950Support
-
- 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
-
- IdentityrefTypeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- IdentityrefTypeEffectiveStatementImpl(StmtContext<String, TypeStatement, EffectiveStatement<String, TypeStatement>>, IdentityrefTypeDefinition) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.IdentityrefTypeEffectiveStatementImpl
-
- 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
-
- IdentityStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IdentityStatementImpl(StmtContext<QName, IdentityStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl
-
- IdentityStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IdentityStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Identity statement.
- IdentityStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IdentityStatementRfc7950Support
-
- 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
-
- IfFeatureEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- IfFeatureEffectiveStatementImpl(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IfFeatureEffectiveStatementImpl
-
- 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.
- IfFeatureStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IfFeatureStatementImpl(StmtContext<Predicate<Set<QName>>, IfFeatureStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl
-
- IfFeatureStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- Immutable - Interface in org.opendaylight.yangtools.concepts
-
Immutable Object - object does not change its state during lifecycle.
- 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(AugmentationSchema) - 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
-
- ImmutableMapEntryNodeSchemaAwareBuilder(ListSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeSchemaAwareBuilder
-
- 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
-
- 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
-
- 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.
- 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
-
- immutableSnapshot() - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
- immutableSnapshot() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
Returns a read-only snapshot of this TrieMap.
- ImmutableTrieMap<K,V> - Class in org.opendaylight.yangtools.triemap
-
An immutable 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
-
- 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.
- implictCase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl.Definition
-
- implictCase() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ChoiceStatementRfc7950Support
-
- implictInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- implictInput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.RpcStatementRfc7950Support
-
- implictOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- implictOutput() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.RpcStatementRfc7950Support
-
- 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.
- ImportEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- ImportEffectiveStatementImpl(StmtContext<String, ImportStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ImportEffectiveStatementImpl
-
- ImportStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- ImportStatementDefinition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ImportStatementDefinition() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementDefinition
-
- ImportStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- ImportStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Implementation of import statement definition for Yang 1.1 (RFC 7950) to
allow import statement to have "description" and "reference" as substatements.
- ImportStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ImportStatementRfc7950Support
-
- ImpPrefixToModuleIdentifier - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to module identifiers
- ImpPrefixToNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Pre-linkage source-specific mapping of prefixes to module namespaces
- ImpPrefixToSemVerModuleIdentifier - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to module identifier with specified semantic version
- IncludedModuleContext - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- IncludedSubmoduleNameToIdentifier - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Source-specific mapping of prefixes to namespaces
- IncludeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- IncludeEffectiveStatementImpl(StmtContext<String, IncludeStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IncludeEffectiveStatementImpl
-
- IncludeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- IncludeStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IncludeStatementImpl(StmtContext<String, IncludeStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl
-
- IncludeStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- IncludeStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Implementation of include statement definition for Yang 1.1 (RFC 7950) to
allow include statement to have "description" and "reference" as substatements.
- IncludeStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.IncludeStatementRfc7950Support
-
- 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 was 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
-
- INIT_BUNDLE - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline
-
- 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.
- InMemoryDataTreeFactory - Class in org.opendaylight.yangtools.yang.data.impl.schema.tree
-
A factory for creating in-memory data trees.
- 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.
- InputEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- InputEffectiveStatementImpl(StmtContext<QName, InputStatement, EffectiveStatement<QName, InputStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.InputEffectiveStatementImpl
-
- InputStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- InputStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- InputStatementImpl(StmtContext<QName, InputStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl
-
- InputStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- InputStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Input statement.
- InputStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.InputStatementRfc7950Support
-
- inSource(String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.DeclarationInTextSource
-
- INSTANCE - Static variable in class org.opendaylight.yangtools.objcache.spi.NoopObjectCacheBinder
-
- instance() - Static method in class org.opendaylight.yangtools.util.EmptyDeque
-
- INSTANCE_IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- INSTANCE_IDENTIFIER_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- 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
-
- InstanceIdentifierForXmlCodec - Class in org.opendaylight.yangtools.yang.data.impl.codec.xml
-
- InstanceIdentifierSpecificationEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- InstanceIdentifierSpecificationEffectiveStatementImpl(StmtContext<String, TypeStatement.InstanceIdentifierSpecification, EffectiveStatement<String, TypeStatement.InstanceIdentifierSpecification>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.InstanceIdentifierSpecificationEffectiveStatementImpl
-
- InstanceIdentifierSpecificationImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- InstanceIdentifierSpecificationImpl(StmtContext<String, TypeStatement.InstanceIdentifierSpecification, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl
-
- InstanceIdentifierSpecificationImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- InstanceIdentifierTypeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- InstanceIdentifierTypeEffectiveStatementImpl(StmtContext<String, TypeStatement, EffectiveStatement<String, TypeStatement>>, InstanceIdentifierTypeDefinition) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.InstanceIdentifierTypeEffectiveStatementImpl
-
- INT16 - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- INT16_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int16Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int16Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- INT32 - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- INT32_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int32Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int32Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- INT64 - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- INT64_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int64Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int64Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- INT8 - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- INT8_QNAME - Static variable in class org.opendaylight.yangtools.yang.model.util.BaseTypes
-
- Int8Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
- int8Type() - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- intCodec(IntegerTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
-
- intCodec(IntegerTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
- intCodec(IntegerTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
-
- IntegerTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
IntegerTypeDefinition is interface which represents SIGNED Integer values defined in Yang language.
The integer built-in types in Yang are int8, int16, int32, int64.
- IntegerTypeDefinitionBuilder - Class in org.opendaylight.yangtools.yang.model.immutable
-
- IntegerTypeDefinitionBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.immutable.IntegerTypeDefinitionBuilder
-
- IntegerTypeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- IntegerTypeEffectiveStatementImpl(StmtContext<String, TypeStatement, EffectiveStatement<String, TypeStatement>>, IntegerTypeDefinition) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.IntegerTypeEffectiveStatementImpl
-
- 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 interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Given a raw string representation of an argument, try to use a shared representation
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl.Definition
-
- intValue() - Method in class org.opendaylight.yangtools.yang.model.util.UnresolvedNumber
-
- 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(LengthConstraint, String) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidLengthConstraintException
-
- InvalidLengthConstraintException(LengthConstraint, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidLengthConstraintException
-
- InvalidRangeConstraintException - Exception in org.opendaylight.yangtools.yang.model.util.type
-
- InvalidRangeConstraintException(RangeConstraint, String) - Constructor for exception org.opendaylight.yangtools.yang.model.util.type.InvalidRangeConstraintException
-
- InvalidRangeConstraintException(RangeConstraint, 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, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
-
- InvalidSubstatementException(String, StatementSourceReference) - 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.
- IObjectCacheFactory - Interface in org.opendaylight.yangtools.objcache.spi
-
- 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
-
- isAddedByAugmentation() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Describes whether the node was added through augment
YANG
statement.
- isAddedByAugmentation() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UnknownEffectiveStatementBase
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Returns true
if the data node was added by uses statement,
otherwise returns false
.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.GroupingDefinition
-
Returns true
if the data node was added by uses statement,
otherwise returns false
.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode
-
Describes whether the node was added through uses
YANG
keyword.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns true
if the data node was added by uses statement,
otherwise returns false
.
- 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.SchemaContextBuilder
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDataSchemaNode
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.GroupingEffectiveStatementImpl
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UnknownEffectiveStatementBase
-
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- isAFieldVariable(DetailAST) - Static method in class org.opendaylight.yangtools.checkstyle.CheckLoggingUtil
-
- 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 class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
- isArgumentYinElement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.StatementDefinitionContext
-
- isArgumentYinElement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementDefinition
-
- isArgumentYinElement() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SupportedExtensionsMapping
-
- isAsDefaultPermitted() - Method in enum org.opendaylight.yangtools.yang.data.api.ModifyAction
-
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Returns true
if the data node was added by augmentation,
otherwise returns false
.
- isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns true
if the data node was added by augmentation,
otherwise returns false
.
- 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.SchemaContextBuilder
-
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.model.util.AbstractSchemaContext
-
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDataSchemaNode
-
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UsesEffectiveStatementImpl
-
- 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.RpcAsContainer
-
- 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 interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.RootStatementContext
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.AbstractEffectiveDataSchemaNode
-
- isConfiguration() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.CaseEffectiveStatementImpl
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
- isEmpty() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
- 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
-
- 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
-
- 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
-
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.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
-
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- 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
-
- isInt16(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to int16.
- isInt32(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- isInt32(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to int32.
- isInt64(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- isInt64(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to int64.
- isInt8(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.BaseTypes
-
- isInt8(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to int8.
- 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.ConstraintDefinition
-
Expreses if the presence of the data element for which this constraint is
specified is|isn't required.
- 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
-
Pre-linkage map does not consider revision-dates of modules and it contains module namespaces only.
- isPreLinkageMap() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.PrefixToModuleMap
-
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.data.util.RpcAsContainer
-
- 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(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether statement context is a presence container or not.
- isPresent(byte) - Static method in class org.opendaylight.yangtools.util.OptionalBoolean
-
- 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
-
- isReusedByAugment(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- 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.
- isUint16(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to 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.
- isUint32(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to 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.
- isUint64(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to 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.
- isUint8(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.util.type.DerivedTypes
-
Check if a particular type is corresponds to 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.stmt.rfc6020.effective.LeafListEffectiveStatementImpl
-
- isUserOrdered() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.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.
- isYangBuiltInTypeString(String) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- isYangTypeBodyStmtString(String) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- 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
-
- isYinElement() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.ExtensionEffectiveStatementImpl
-
- 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
-
- 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(Iterable<E>, AnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.AnyXmlNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, S) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
can return null only if you override ParsingStrategy and explicitely return null
- parse(Iterable<E>, ContainerSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ContainerNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, LeafSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, LeafListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, LeafListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, ListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListEntryNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, S) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, YangModeledAnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.YangModeledAnyXmlNodeBaseParser
-
Deprecated.
- parse(Iterable<E>, S) - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.ToNormalizedNodeParser
-
Deprecated.
Parse a list of E elements as a NormalizedNode of type N.
- parse(String) - Static method in enum org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns ModifierKind based on supplied Yang keyword.
- parseAnyXml(E, AnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.AnyXmlNodeBaseParser
-
Deprecated.
Parse the inner value of a AnyXmlNode from element of type E.
- parseAnyXml(E, YangModeledAnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.YangModeledAnyXmlNodeBaseParser
-
Deprecated.
Parse the inner value of an YangModeledAnyXmlNode from element of type E.
- parseAnyXml(Element, AnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.AnyXmlDomParser
-
Deprecated.
- parseAnyXml(Element, YangModeledAnyXmlSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.parser.YangModeledAnyXmlDomParser
-
Deprecated.
- 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
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlSchemaLocationStatementImpl.AnyxmlSchemaLocationSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AnyxmlStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ArgumentStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.AugmentStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BaseStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BelongsToStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitsSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.BitStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.CaseStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ChoiceStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ConfigStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContactStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ContainerStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Decimal64SpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DefaultStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DescriptionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviateStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.DeviationStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.EnumStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorAppTagStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ErrorMessageStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ExtensionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FeatureStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.FractionDigitsStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.GroupingStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityRefSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IdentityStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IfFeatureStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ImportStatementDefinition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.IncludeStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InputStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.InstanceIdentifierSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.KeyStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafListStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafrefSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LeafStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.LengthStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ListStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MandatoryStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MaxElementsStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MinElementsStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModelDefinedStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ModuleStatementSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.MustStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NamespaceStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NotificationStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.NumericalRestrictionsImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OpenconfigVersionStatementImpl.OpenconfigVersionSupport
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrderedByStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OrganizationStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.OutputStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PrefixStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RangeStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ReferenceStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RefineStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RequireInstanceStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionDateStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RevisionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.RpcStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypedefStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnionSpecificationImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UniqueStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnitsStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UnknownStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.UsesStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.ValueStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.WhenStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangVersionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YinElementStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ActionStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.AnydataStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.ModifierStatementImpl.Definition
-
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc8040.YangDataStatementSupport
-
- 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.
- 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.
- parseLeaf(E, LeafSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser
-
Deprecated.
Parse the inner value of a LeafNode from element of type E.
- parseLeafListEntry(E, LeafListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser
-
Deprecated.
Parse the inner value of a LeafSetEntryNode from element of type E.
- parseLengthListFromString(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- parseRangeListFromString(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.TypeUtils
-
- parseRevision(String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
- ParserStreamUtils - Class in org.opendaylight.yangtools.yang.data.util
-
- parseValue(I, String) - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Parse a String representation into its native format.
- parseXmlValue(Element, XmlCodecProvider, TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.DomUtils
-
Deprecated.
- parseXmlValue(Element, XmlCodecProvider, DataSchemaNode, TypeDefinition<?>, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.DomUtils
-
Deprecated.
- 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.
- parseYangSource(InputStream) - Static method in class org.opendaylight.yangtools.yang.parser.rfc6020.repo.YangStatementStreamSource
-
- parseYangSource(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangSource(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.
- parseYangSource(String, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangSource(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 source.
- parseYangSources(YangStatementSourceImpl...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseYangSources(Set<QName>, YangStatementSourceImpl...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseYangSources(StatementParserMode, YangStatementSourceImpl...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
- parseYangSources(Set<QName>, StatementParserMode, YangStatementSourceImpl...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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.
- parseYangSources(StatementParserMode, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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.
- parseYangSources(Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(Collection<File>, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(Collection<File>, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(Collection<File>, 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(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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.
- parseYangSources(String, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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(List<String>, List<String>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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.
- parseYangSources(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.
- parseYangSources(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(List<String>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(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.
- parseYangSources(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.
- parseYangSources(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.
- parseYangStreams(List<InputStream>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(List<InputStream>, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(List<InputStream>, StatementParserMode) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(List<InputStream>, 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.
- parseYangStreams(InputStream...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(Set<QName>, InputStream...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(StatementParserMode, InputStream...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangStreams(Set<QName>, StatementParserMode, InputStream...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYinSources(YinStatementStreamSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YIN sources.
- parseYinSources(Set<QName>, YinStatementStreamSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YIN sources.
- parseYinSources(StatementParserMode, YinStatementStreamSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YIN sources.
- parseYinSources(Set<QName>, StatementParserMode, YinStatementStreamSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YIN sources.
- 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.IntegerTypeDefinitionBuilder
-
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.UnionTypeDefinitionBuilder
-
Initializes the value for the
path
attribute.
- path(SchemaPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnsignedIntegerTypeDefinitionBuilder
-
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
-
- PathEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- PathEffectiveStatementImpl(StmtContext<RevisionAwareXPath, PathStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.PathEffectiveStatementImpl
-
- PathStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- pathStatement(RevisionAwareXPath) - Method in class org.opendaylight.yangtools.yang.model.immutable.LeafrefTypeDefinitionBuilder
-
- PathStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PathStatementImpl(StmtContext<RevisionAwareXPath, PathStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PathStatementImpl
-
- PathStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- PatternConstraintEffectiveImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- PatternConstraintEffectiveImpl(String, String, Optional<String>, Optional<String>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- PatternConstraintEffectiveImpl(String, String, String, String, String, String, ModifierKind) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternConstraintEffectiveImpl
-
- PatternEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- PatternEffectiveStatementImpl(StmtContext<PatternConstraint, PatternStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.PatternEffectiveStatementImpl
-
- PatternStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PatternStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PatternStatementImpl(StmtContext<PatternConstraint, PatternStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PatternStatementImpl
-
- PatternStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PatternStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Pattern statement.
- PatternStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.PatternStatementRfc7950Support
-
- 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
-
- ping() - Method in class org.opendaylight.yangtools.websocket.client.WebSocketIClient
-
Deprecated.
Writes PingWebSocketFrame
through the ChannelPipeline
and request to actual
Channel.flush()
to flush all pending data to the actual transport.
- 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
-
- 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
-
- position(long) - Method in class org.opendaylight.yangtools.yang.model.immutable.BitBuilder
-
Initializes the value for the
position
attribute.
- PositionEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- PositionEffectiveStatementImpl(StmtContext<Long, PositionStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.PositionEffectiveStatementImpl
-
- PositionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PositionStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PositionStatementImpl(StmtContext<Long, PositionStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PositionStatementImpl
-
- PositionStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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.
- PRE_LINKAGE_BUNDLE - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline
-
- PrecomputedCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Pre-computed CodecCache.
- 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.
- PrefixEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- PrefixEffectiveStatementImpl(StmtContext<String, PrefixStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.PrefixEffectiveStatementImpl
-
- prefixForNamespace(URI) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
-
- PrefixStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PrefixStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PrefixStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- PreLinkageModuleNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
pre-linkage namespace class for storing modules into Yang model storage keyed by module names
- prepare(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.DataTreeTip
-
Prepare a modification for commit.
- prepare(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.TipProducingDataTreeTip
-
- prepareAttributes(Map<QName, String>, NormalizedNodeBuilder<P, ?, N>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser.SimpleBuildingStrategy
-
Deprecated.
- prepareAttributes(Map<QName, String>, NormalizedNodeBuilder<P, ?, N>) - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ExtensibleParser.BuildingStrategy
-
Deprecated.
Hook for subclasses to handle attributes associated with current node.
- prepareAttributes(Map<QName, String>, NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier, ?, LeafNode<?>>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser.SimpleLeafBuildingStrategy
-
Deprecated.
- prepareAttributes(Map<QName, String>, NormalizedNodeBuilder<YangInstanceIdentifier.NodeWithValue, ?, LeafSetEntryNode<?>>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser.SimpleLeafSetEntryBuildingStrategy
-
Deprecated.
- prepareAttributes(Map<QName, String>, NormalizedNodeBuilder<YangInstanceIdentifier.NodeIdentifier, ?, O>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser.SimpleListNodeBuildingStrategy
-
Deprecated.
- 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.
- PresenceEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- PresenceEffectiveStatementImpl(StmtContext<String, PresenceStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.PresenceEffectiveStatementImpl
-
- PresenceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- PresenceStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- PresenceStatementImpl(StmtContext<String, PresenceStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.PresenceStatementImpl
-
- PresenceStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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.
- provideBuilder(S) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser
-
Deprecated.
- provideBuilder(ListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.MapNodeBaseParser
-
Deprecated.
- provideBuilder(ListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.OrderedListNodeBaseParser
-
Deprecated.
- provideBuilder(ListSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.UnkeyedListNodeBaseParser
-
Deprecated.
- 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.ImmutableTrieMap
-
- put(K, V) - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
- put(K, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
- 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.ImmutableTrieMap
-
- 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.ImmutableTrieMap
-
- putIfAbsent(K, V) - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
- putIfAbsent(K, V) - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
- 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
-
- 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.
- 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(SchemaNodeIdentifier, QName) - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
- 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.stmt.rfc6020
-
- SchemaNodeIdentifierBuildNamespace() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SchemaNodeIdentifierBuildNamespace
-
- SchemaNodeIdentifierNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
Schema node identifier namespace
All leafs, leaf-lists, lists, containers, choices, rpcs, notifications, and
anyxmls defined (directly or through a uses statement) within a parent node
or at the top level of the module or its submodules share the same identifier
namespace.
- SchemaNodeUtils - Class in org.opendaylight.yangtools.yang.model.util
-
- schemaOfAnyData(ContainerSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.immutable.AnyDataSchemaNodeBuilder
-
- 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.
- 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 interface org.opendaylight.yangtools.yang.parser.spi.meta.MutableStatement
-
Finish statement and make it immutable.
- seal() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.IdentityEffectiveStatementImpl
-
- 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
-
- 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(Void) - 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(YangInstanceIdentifier, Element, SchemaContext) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.InstanceIdentifierForXmlCodec
-
Deprecated.
- serialize(AnyXmlSchemaNode, AnyXmlNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.AnyXmlNodeBaseSerializer
-
Deprecated.
- serialize(S, N) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.BaseDispatcherSerializer
-
Deprecated.
- serialize(LeafSchemaNode, LeafNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafNodeBaseSerializer
-
Deprecated.
- serialize(LeafListSchemaNode, LeafSetEntryNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafSetEntryNodeBaseSerializer
-
Deprecated.
- serialize(LeafListSchemaNode, LeafSetNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafSetNodeBaseSerializer
-
Deprecated.
- serialize(ListSchemaNode, N) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.ListNodeBaseSerializer
-
Deprecated.
- serialize(S, N) - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.transform.FromNormalizedNodeSerializer
-
Deprecated.
Serialize one node of type N as a list of E elements.
- 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
-
- serializeAnyXml(AnyXmlNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.AnyXmlNodeBaseSerializer
-
Deprecated.
Serialize the inner value of a AnyXmlNode into element of type E.
- serializeLeaf(LeafSchemaNode, LeafNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafNodeBaseSerializer
-
Deprecated.
Serialize the inner value of a LeafNode into element of type E.
- serializeLeaf(LeafListSchemaNode, LeafSetEntryNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.serializer.LeafSetEntryNodeBaseSerializer
-
Deprecated.
Serialize the inner value of a LeafSetEntryNode into element of type E.
- Serializer<P,I> - Interface in org.opendaylight.yangtools.concepts
-
- serializeXmlValue(Element, TypeDefinition<? extends TypeDefinition<?>>, XmlCodecProvider, Object) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.dom.DomUtils
-
Deprecated.
- 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.
- setAttributes(StatementWriter, QNameToStatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.impl.YangStatementParserListenerImpl
-
- setAttributes(StatementWriter, QNameToStatementDefinition, PrefixToModule) - Method in class org.opendaylight.yangtools.yang.parser.impl.YangStatementParserListenerImpl
-
- setAttributes(StatementWriter, QNameToStatementDefinition, PrefixToModule, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.impl.YangStatementParserListenerImpl
-
- 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
-
- 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
-
- setLengthAlternatives(Collection<LengthConstraint>) - Method in class org.opendaylight.yangtools.yang.model.util.type.LengthRestrictedTypeBuilder
-
- 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.
- setModulesWithSupportedDeviations(Map<QNameModule, Set<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
-
- setRangeAlternatives(Collection<RangeConstraint>) - 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(ModuleIdentifier) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Set identifier of current root context.
- setRootIdentifier(ModuleIdentifier) - 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.
- 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 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
-
- 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.
- shutdown() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- shutdownNow() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
- SimpleBuildingStrategy() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser.SimpleBuildingStrategy
-
Deprecated.
- SimpleDateFormatUtil - Class in org.opendaylight.yangtools.yang.common
-
- SimpleLeafBuildingStrategy() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafNodeBaseParser.SimpleLeafBuildingStrategy
-
Deprecated.
- SimpleLeafSetEntryBuildingStrategy() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.LeafSetEntryNodeBaseParser.SimpleLeafSetEntryBuildingStrategy
-
Deprecated.
- SimpleListNodeBuildingStrategy() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.ListNodeBaseParser.SimpleListNodeBuildingStrategy
-
Deprecated.
- 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
-
- 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
-
- size() - Method in class org.opendaylight.yangtools.triemap.ImmutableTrieMap
-
- size() - Method in class org.opendaylight.yangtools.triemap.MutableTrieMap
-
- size() - Method in class org.opendaylight.yangtools.triemap.TrieMap
-
- 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
-
- SoftKey(T, FinalizableReferenceQueue) - Constructor for class org.opendaylight.yangtools.objcache.spi.AbstractObjectCache.SoftKey
-
- 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.
- sort(Iterable<Module>) - Static method in class org.opendaylight.yangtools.yang.model.util.ModuleDependencySort
-
- sort(Module...) - Static method in class org.opendaylight.yangtools.yang.parser.util.ModuleDependencySort
-
Deprecated.
Topological sort of module dependency graph.
- sort(Iterable<Module>) - Static method in class org.opendaylight.yangtools.yang.parser.util.ModuleDependencySort
-
Deprecated.
Topological sort of module dependency graph.
- sort(Set<TopologicalSort.Node>) - Static method in class org.opendaylight.yangtools.yang.parser.util.TopologicalSort
-
Deprecated.
Topological sort of dependent nodes in acyclic graphs.
- source(String) - Method in class org.opendaylight.yangtools.yang.model.immutable.ModuleBuilder
-
Deprecated.
- 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.
- 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
-
- SourceStreamAware - Interface in org.opendaylight.yangtools.yang.model.api
-
- 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
-
- 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, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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, Map<QName, String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Deprecated.
- 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 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.spi.meta.AbstractDeclaredStatement
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.DeclaredEffectiveStatementBase
-
- statementDefinition() - Method in enum org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.BuiltinEffectiveStatement
-
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.UndeclaredEffectiveStatementBase
-
- 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
Statement source reference serves to provide information, why
statement was defined and introduced in model.
- 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
-
- StaticObjectCacheBinder - Class in org.opendaylight.yangtools.objcache.impl
-
- 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.IntegerTypeDefinitionBuilder
-
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.UnionTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- status(Status) - Method in class org.opendaylight.yangtools.yang.model.immutable.UnsignedIntegerTypeDefinitionBuilder
-
Initializes the value for the
status
attribute.
- StatusEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- StatusEffectiveStatementImpl(StmtContext<Status, StatusStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.StatusEffectiveStatementImpl
-
- StatusStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- StatusStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- StatusStatementImpl(StmtContext<Status, StatusStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StatusStatementImpl
-
- StatusStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- STMT_DEF_BUNDLE - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline
-
- 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.
- 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.
- strictParsing() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.transform.base.parser.BaseDispatcherParser
-
Deprecated.
- 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.parser.stmt.rfc6020.TypeUtils
-
- 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
-
- stringFromStringContext(YangStatementParser.ArgumentContext, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Utils
-
- stringFromStringContext(YangStatementParser.ArgumentContext, YangVersion, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.Utils
-
- StringRestrictionsEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- StringRestrictionsEffectiveStatementImpl(StmtContext<String, TypeStatement.StringRestrictions, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.StringRestrictionsEffectiveStatementImpl
-
- StringRestrictionsImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- StringRestrictionsImpl(StmtContext<String, TypeStatement.StringRestrictions, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.StringRestrictionsImpl
-
- StringRestrictionsImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- 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
-
- StringTypeEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type
-
- StringTypeEffectiveStatementImpl(StmtContext<String, TypeStatement, EffectiveStatement<String, TypeStatement>>, StringTypeDefinition) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.type.StringTypeEffectiveStatementImpl
-
- 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
-
- SubmoduleEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective
-
- SubmoduleEffectiveStatementImpl(StmtContext<String, SubmoduleStatement, EffectiveStatement<String, SubmoduleStatement>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.effective.SubmoduleEffectiveStatementImpl
-
- SubmoduleNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi
-
- SubmoduleStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
- SubmoduleStatementImpl - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- SubmoduleStatementImpl(StmtContext<String, SubmoduleStatement, ?>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.SubmoduleStatementImpl
-
- SubmoduleStatementImpl.Definition - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- SubmoduleStatementRfc7950Support - Class in org.opendaylight.yangtools.yang.parser.stmt.rfc7950
-
Class providing necessary support for processing YANG 1.1 Submodule statement.
- SubmoduleStatementRfc7950Support() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.rfc7950.SubmoduleStatementRfc7950Support
-
- 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.
- SUPPORTED_AUGMENT_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangValidationBundles
-
- SUPPORTED_CASE_SHORTHANDS - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangValidationBundles
-
- SUPPORTED_DATA_NODES - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangValidationBundles
-
- SUPPORTED_DEVIATION_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.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.stmt.rfc6020.YangValidationBundles
-
- SUPPORTED_REFINE_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangValidationBundles
-
- SUPPORTED_VERSIONS - Static variable in class org.opendaylight.yangtools.yang.parser.stmt.rfc6020.YangInferencePipeline
-
- SupportedExtensionsMapping - Enum in org.opendaylight.yangtools.yang.parser.stmt.rfc6020
-
- SupportedFeaturesNamespace - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
- SupportedFeaturesNamespace.SupportedFeatures - Enum in org.opendaylight.yangtools.yang.parser.spi.source
-
- supportedRepresentations() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceFilter
-
Get the representations this filter supports.
- 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.rfc6020.repo.YangErrorListener
-