Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abbreviatedStep() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- abbreviatedStep() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- AbbreviatedStepContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbbreviatedStepContext
- ABRPATH - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- ABRPATH - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- ABRPATH() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbsoluteLocationPathNorootContext
- ABRPATH() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- ABRPATH() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- ABRPATH(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- absolute(Collection<YangLocationPath.Step>) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- absolute(YangLocationPath.Step...) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- Absolute() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
- absolute_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- absolute_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- absolute_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_strContext
- Absolute_pathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- absoluteLocationPathNoroot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- absoluteLocationPathNoroot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.LocationPathContext
- AbsoluteLocationPathNorootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbsoluteLocationPathNorootContext
- AbstractBooleanStatementSupport<D extends DeclaredStatement<Boolean>,
E extends EffectiveStatement<Boolean, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Specialization of
AbstractStatementSupport
for statements which carry a Boolean argument and are essentially context-independent. - AbstractBooleanStatementSupport(StatementDefinition, E, E, StatementSupport.StatementPolicy<Boolean, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- AbstractCanonicalValueSupport<T extends CanonicalValue<T>> - Class in org.opendaylight.yangtools.yang.common
-
Base implementation of
CanonicalValueSupport
. - AbstractCanonicalValueSupport(Class<T>) - Constructor for class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
- AbstractCanonicalValueValidator<T extends DerivedString<T>,
V extends T> - Class in org.opendaylight.yangtools.yang.common -
Abstract base class for implementing validators.
- AbstractCanonicalValueValidator(CanonicalValueSupport<T>, Class<V>) - Constructor for class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
- AbstractChoiceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- AbstractCodecFactory<T extends TypeAwareCodec<?,
?, ?>> - Class in org.opendaylight.yangtools.yang.data.util.codec -
A type-to-codec factory base class with logic to efficiently lookup and cache codec instances, also dealing with union type composition.
- AbstractCodecFactory(EffectiveModelContext, CodecCache<T>) - Constructor for class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- AbstractCompositeContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
- AbstractContainerEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- AbstractContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
-
Schema derived data providing necessary information for mapping between
NormalizedNode
and serialization format defined in RFC6020, since the mapping is not one-to-one. - AbstractDataStringCodec<T> - Class in org.opendaylight.yangtools.yang.data.impl.codec
- AbstractDataStringCodec() - Constructor for class org.opendaylight.yangtools.yang.data.impl.codec.AbstractDataStringCodec
- AbstractDeclaredEffectiveStatement<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Base stateless superclass for statements which (logically) always have an associated
DeclaredStatement
. - AbstractDeclaredEffectiveStatement() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement
- AbstractDeclaredEffectiveStatement.Default<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
A stateful version of
AbstractDeclaredEffectiveStatement
, which holds (and requires) a declared statement. - AbstractDeclaredEffectiveStatement.DefaultArgument<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
An extra building block on top of
AbstractDeclaredEffectiveStatement.Default
, which is wiringAbstractDeclaredEffectiveStatement.DefaultArgument.argument()
to the declared statement. - AbstractDeclaredEffectiveStatement.DefaultArgument.WithSubstatements<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta - AbstractDeclaredEffectiveStatement.DefaultWithArgument<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
A building block on top of
AbstractDeclaredEffectiveStatement.Default
, which adds an explicit argument value, which is not related to the context. - AbstractDeclaredEffectiveStatement.DefaultWithArgument.WithSubstatements<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta - AbstractDeclaredEffectiveStatement.DefaultWithDataTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Stateful version of
AbstractDeclaredEffectiveStatement.WithDataTree
. - AbstractDeclaredEffectiveStatement.DefaultWithDataTree.WithTypedefNamespace<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta - AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Stateful version of
AbstractDeclaredEffectiveStatement.WithSchemaTree
. - AbstractDeclaredEffectiveStatement.WithDataTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Base stateless superclass for
DataTreeAwareEffectiveStatement
s. - AbstractDeclaredEffectiveStatement.WithSchemaTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Base stateless superclass form
SchemaTreeAwareEffectiveStatement
s. - AbstractDeclaredStatement<A> - Class in org.opendaylight.yangtools.yang.model.api.meta
-
Abstract base class for
DeclaredStatement
implementations. - AbstractDeclaredStatement<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
-
An abstract base class for
DeclaredStatement
implementations. - AbstractDeclaredStatement() - Constructor for class org.opendaylight.yangtools.yang.model.api.meta.AbstractDeclaredStatement
- AbstractDeclaredStatement() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement
- AbstractDeclaredStatement.ArgumentToString<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.ArgumentToString.WithSubstatements<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithArgument<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithArgument.WithSubstatements<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithoutArgument - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithoutArgument.WithSubstatements - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithQNameArgument - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithQNameArgument.WithSubstatements - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithRawArgument<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithRawArgument.WithSubstatements<A> - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithRawStringArgument - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDeclaredStatement.WithRawStringArgument.WithSubstatements - Class in org.opendaylight.yangtools.yang.model.spi.meta
- AbstractDelegator<T> - Class in org.opendaylight.yangtools.concepts
-
Simple base class for classes which wish to implement
Delegator
interface and are not otherwise constrained in their class hierarchy. - AbstractDelegator(T) - Constructor for class org.opendaylight.yangtools.concepts.AbstractDelegator
- AbstractDynamicMountPointContextFactory - Class in org.opendaylight.yangtools.yang.data.util
-
Abstract base class for dynamic resolvers.
- AbstractDynamicMountPointContextFactory(MountPointLabel) - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
- AbstractEffectiveModelContextProvider - Class in org.opendaylight.yangtools.yang.model.spi
-
Utility superclass for classes returning a constant
EffectiveModelContext
. - AbstractEffectiveModelContextProvider(EffectiveModelContext) - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
- AbstractEffectiveModule<D extends DeclaredStatement<UnresolvedQName.Unqualified>,
E extends DataTreeAwareEffectiveStatement<UnresolvedQName.Unqualified, D>> - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt - AbstractEffectiveModule(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, D>, ImmutableList<? extends EffectiveStatement<?, ?>>, String) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- AbstractEffectiveStatement<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.api.meta -
Abstract base class for
EffectiveStatement
implementations. - AbstractEffectiveStatement() - Constructor for class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- AbstractEffectiveStatementInference<T extends EffectiveStatement<?,
?>> - Class in org.opendaylight.yangtools.yang.model.spi -
A simple capture of an
AbstractEffectiveModelContextProvider
andEffectiveStatementInference
s. - AbstractEffectiveStatementInference(EffectiveModelContext) - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
- AbstractEffectiveStatementInference.WithPath<T extends EffectiveStatement<?,
?>> - Class in org.opendaylight.yangtools.yang.model.spi -
A simple capture of an
AbstractEffectiveStatementInference
and a list ofEffectiveStatement
s. - AbstractEffectiveUnknownSchmemaNode<A,
D extends UnknownStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
A declared
AbstractDeclaredEffectiveStatement
withUnknownSchemaNode
. - AbstractEffectiveUnknownSchmemaNode(D, A, CopyableNode, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- AbstractEmptyStatementSupport<D extends DeclaredStatement<Empty>,
E extends EffectiveStatement<Empty, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta - AbstractEmptyStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<Empty, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport
- AbstractFileGeneratorFactory - Class in org.opendaylight.yangtools.plugin.generator.api
-
Abstract base class for
FileGeneratorFactory
implementations. - AbstractFileGeneratorFactory(String) - Constructor for class org.opendaylight.yangtools.plugin.generator.api.AbstractFileGeneratorFactory
- AbstractGeneratedFile - Class in org.opendaylight.yangtools.plugin.generator.api
-
Abstract base class for
GeneratedFile
s. - AbstractGeneratedFile(GeneratedFileLifecycle) - Constructor for class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedFile
- AbstractGeneratedTextFile - Class in org.opendaylight.yangtools.plugin.generator.api
-
The contents of a generated file and its
GeneratedFileLifecycle
. - AbstractGeneratedTextFile(GeneratedFileLifecycle) - Constructor for class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedTextFile
- AbstractGroupingEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- AbstractIdentifiable<T,
I extends T> - Class in org.opendaylight.yangtools.concepts - AbstractIdentifiable(I) - Constructor for class org.opendaylight.yangtools.concepts.AbstractIdentifiable
- AbstractIdentifier<T> - Class in org.opendaylight.yangtools.util
-
An abstract
Identifier
backed by an immutable object. - AbstractIdentifier(T) - Constructor for class org.opendaylight.yangtools.util.AbstractIdentifier
- AbstractIllegalArgumentCodec<S,
D> - Class in org.opendaylight.yangtools.yang.data.api.codec -
An abstract base class enforcing nullness contract around
IllegalArgumentCodec
interface. - AbstractIllegalArgumentCodec() - Constructor for class org.opendaylight.yangtools.yang.data.api.codec.AbstractIllegalArgumentCodec
- AbstractImmutableDataContainerNode<K extends YangInstanceIdentifier.PathArgument,
N extends DataContainerNode> - Class in org.opendaylight.yangtools.yang.data.impl.schema.nodes - AbstractImmutableDataContainerNode(Map<YangInstanceIdentifier.NodeIdentifier, Object>, K) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- AbstractImmutableNormalizedSimpleValueNode<K extends YangInstanceIdentifier.PathArgument,
N extends NormalizedNode, V> - Class in org.opendaylight.yangtools.yang.data.impl.schema.nodes - AbstractImmutableNormalizedSimpleValueNode(K, V) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedSimpleValueNode
- AbstractImmutableNormalizedValueNode<K extends YangInstanceIdentifier.PathArgument,
N extends NormalizedNode, V> - Class in org.opendaylight.yangtools.yang.data.impl.schema.nodes - AbstractImmutableNormalizedValueNode(K, V) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
- AbstractIntegerStringCodec<N extends Number & Comparable<N>,
T extends RangeRestrictedTypeDefinition<T, N>> - 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.
- AbstractInternedStatementSupport<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
A
AbstractStatementSupport
specialized for global interning. - AbstractInternedStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<A, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- AbstractInternedStringStatementSupport<D extends DeclaredStatement<String>,
E extends EffectiveStatement<String, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
A specialization of
AbstractInternedStatementSupport
forString
arguments. - AbstractInternedStringStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<String, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStringStatementSupport
- AbstractLeafEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- AbstractListenerRegistration<T extends EventListener> - Class in org.opendaylight.yangtools.concepts
- AbstractListenerRegistration(T) - Constructor for class org.opendaylight.yangtools.concepts.AbstractListenerRegistration
- AbstractModuleStringIdentityrefCodec - Class in org.opendaylight.yangtools.yang.data.util
- AbstractModuleStringIdentityrefCodec() - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringIdentityrefCodec
- AbstractModuleStringInstanceIdentifierCodec - Class in org.opendaylight.yangtools.yang.data.util
-
Extension of
AbstractStringInstanceIdentifierCodec
, which instantiates QNames by first resolving the namespace and then looking the target namespace in the list of currently-subscribed modules. - AbstractModuleStringInstanceIdentifierCodec() - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringInstanceIdentifierCodec
- AbstractMountPointChild - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Utility base class for implementing
MountPointChild
classes. - AbstractMountPointChild() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.AbstractMountPointChild
- AbstractMountPointContextFactory - Class in org.opendaylight.yangtools.yang.data.util
-
Abstract base class for MountPointContextFactory implementations, which can process RFC8525 mount point definitions.
- AbstractMountPointContextFactory(MountPointLabel) - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory
- AbstractMountPointContextFactory.MountPointDefinition - Record Class in org.opendaylight.yangtools.yang.data.util
-
Definition of a MountPoint, as known to RFC8528.
- AbstractMountPointDataWithSchema<T extends DataSchemaNode> - Class in org.opendaylight.yangtools.yang.data.util
-
A
CompositeNodeDataWithSchema
which can hold mount-point data. - AbstractNodeDataWithSchema<T extends DataSchemaNode> - Class in org.opendaylight.yangtools.yang.data.util
-
Utility abstract class for tracking parser state, as needed by StAX-like parser.
- AbstractNormalizableAnydata - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Abstract base class for implementing the NormalizableAnydata interface.
- AbstractNormalizableAnydata() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata
- AbstractNormalizedNode<I extends YangInstanceIdentifier.PathArgument,
T extends NormalizedNode> - Class in org.opendaylight.yangtools.yang.data.spi.node -
Abstract base class for
NormalizedNode
implementations. - AbstractNormalizedNode(I) - Constructor for class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- AbstractObjectRegistration<T> - Class in org.opendaylight.yangtools.concepts
-
Utility registration handle.
- AbstractObjectRegistration(T) - Constructor for class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
- AbstractParserErrorListener<E extends Exception> - Class in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
-
Abstract base type for converting ANTLRErrorListener errors to Exceptions.
- AbstractParserErrorListener() - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
- AbstractPathExpression - Class in org.opendaylight.yangtools.yang.model.spi
-
Convenience base class for
PathExpression
implementations. - AbstractPathExpression(String) - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- AbstractPathMixinContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
- AbstractQName - Class in org.opendaylight.yangtools.yang.common
-
Abstract superclass for sharing QName references, which can either be resolved
QName
s or unresolvedUnresolvedQName.Unqualified
andUnresolvedQName.Qualified
s. - AbstractQNameStatementSupport<D extends DeclaredStatement<QName>,
E extends EffectiveStatement<QName, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Specialization of
AbstractStatementSupport
for QName statement arguments. - AbstractQNameStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<QName, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractQNameStatementSupport
- AbstractRefStatement<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Abstract base class for
DeclaredStatement
implementations which decorate a statement with aDeclarationReference
. - AbstractRefStatement(D, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractRefStatement
- AbstractRegistration - Class in org.opendaylight.yangtools.concepts
-
Utility registration handle.
- AbstractRegistration() - Constructor for class org.opendaylight.yangtools.concepts.AbstractRegistration
- AbstractSchemaContext - Class in org.opendaylight.yangtools.yang.model.spi
- AbstractSchemaContext() - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- AbstractSchemaListenerRegistration - Class in org.opendaylight.yangtools.yang.model.repo.spi
- AbstractSchemaListenerRegistration(SchemaSourceListener) - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaListenerRegistration
- AbstractSchemaRepository - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
Abstract base class for
SchemaRepository
implementations. - AbstractSchemaRepository() - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaRepository
- AbstractSchemaSourceCache<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
Abstract base class for cache-type SchemaSourceListeners.
- AbstractSchemaSourceCache(SchemaSourceRegistry, Class<T>, PotentialSchemaSource.Costs) - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
- AbstractSchemaSourceRegistration<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
- AbstractSchemaSourceRegistration(SchemaSourceProvider<?>, PotentialSchemaSource<T>) - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceRegistration
- AbstractSchemaTreeStatementSupport<D extends DeclaredStatement<QName>,
E extends SchemaTreeEffectiveStatement<D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Specialization of
AbstractQNameStatementSupport
forSchemaTreeEffectiveStatement
implementations. - AbstractSchemaTreeStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<QName, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractSchemaTreeStatementSupport
- AbstractSimpleIdentifiable<T> - Class in org.opendaylight.yangtools.concepts
- AbstractSimpleIdentifiable(T) - Constructor for class org.opendaylight.yangtools.concepts.AbstractSimpleIdentifiable
- AbstractStatementDefinition - Class in org.opendaylight.yangtools.yang.model.api.meta
-
Abstract utility class to handle StatementArgumentDefinition aspect of
StatementDefinition
. - AbstractStatementDefinition(QName) - Constructor for class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- AbstractStatementDefinition(QName, boolean, QName) - Constructor for class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- AbstractStatementSupport<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Baseline implementation class for common
StatementSupport
implementations. - AbstractStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<A, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- AbstractStringIdentifier<T extends AbstractStringIdentifier<T>> - Class in org.opendaylight.yangtools.util
-
Utility
Identifier
backed by aUUID
. - AbstractStringIdentifier(String) - Constructor for class org.opendaylight.yangtools.util.AbstractStringIdentifier
- AbstractStringIdentityrefCodec - Class in org.opendaylight.yangtools.yang.data.util
-
Abstract utility class for representations which encode Identityref as a prefix:name tuple.
- AbstractStringIdentityrefCodec() - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractStringIdentityrefCodec
- AbstractStringInstanceIdentifierCodec - Class in org.opendaylight.yangtools.yang.data.util
-
Abstract utility class for representations which encode
YangInstanceIdentifier
as a prefix:name tuple. - AbstractStringInstanceIdentifierCodec() - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
- AbstractStringStatementSupport<D extends DeclaredStatement<String>,
E extends EffectiveStatement<String, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Specialization of
AbstractStatementSupport
for String statement arguments. - AbstractStringStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<String, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStringStatementSupport
- AbstractStringUnionCodec - Class in org.opendaylight.yangtools.yang.data.util
- AbstractStringUnionCodec(DataSchemaNode, UnionTypeDefinition) - Constructor for class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- AbstractUndeclaredEffectiveStatement<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta - AbstractUndeclaredEffectiveStatement() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- AbstractUndeclaredEffectiveStatement.DefaultWithDataTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Stateful version of
AbstractUndeclaredEffectiveStatement.WithDataTree
. - AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Stateful version of
AbstractUndeclaredEffectiveStatement.WithSchemaTree
. - AbstractUndeclaredEffectiveStatement.WithDataTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Base stateless superclass form
DataTreeAwareEffectiveStatement
s. - AbstractUndeclaredEffectiveStatement.WithSchemaTree<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Base stateless superclass form
SchemaTreeAwareEffectiveStatement
s. - AbstractUnqualifiedStatementSupport<D extends DeclaredStatement<UnresolvedQName.Unqualified>,
E extends EffectiveStatement<UnresolvedQName.Unqualified, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Specialization of
AbstractStatementSupport
for Unqualified statement arguments. - AbstractUnqualifiedStatementSupport(StatementDefinition, StatementSupport.StatementPolicy<UnresolvedQName.Unqualified, D>, YangParserConfiguration, SubstatementValidator) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractUnqualifiedStatementSupport
- AbstractUUIDIdentifier<T extends AbstractUUIDIdentifier<T>> - Class in org.opendaylight.yangtools.util
-
Utility
Identifier
backed by aUUID
. - AbstractUUIDIdentifier(UUID) - Constructor for class org.opendaylight.yangtools.util.AbstractUUIDIdentifier
- AbstractYangTextSchemaSourceRegistration - Class in org.opendaylight.yangtools.yang.parser.repo
- AbstractYangTextSchemaSourceRegistration(YangTextSchemaSource) - Constructor for class org.opendaylight.yangtools.yang.parser.repo.AbstractYangTextSchemaSourceRegistration
- AbstractYangXPathMathSupport<N extends YangNumberExpr> - Class in org.opendaylight.yangtools.yang.xpath.api
-
Type-safe shim to ensure concrete
YangXPathMathSupport
implementations get handed properly-typed YangNumberExprs. - AbstractYangXPathMathSupport(Class<N>) - Constructor for class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
- ACCESS_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
access-denied
ErrorTag
. - ACCESSIBLE_FOR_NOTIFY - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Indicates the annotated object is accessible only for notifications.
- ACTION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ActionDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Represents YANG
action
statement. - ActionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
action
statement. - ActionEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- ActionEffectiveStatementImpl(ActionStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ActionEffectiveStatementImpl
- ActionEffectiveStatementImpl(ActionEffectiveStatementImpl, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ActionEffectiveStatementImpl
- ActionNodeContainer - Interface in org.opendaylight.yangtools.yang.model.api
-
Node which can contain
ActionDefinition
. - ActionNodeContainerCompat<A,
D extends DeclaredStatement<A>, E extends SchemaTreeAwareEffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt.compat -
Compatibility bridge between
ActionNodeContainer.findAction(QName)
andSchemaTreeAwareEffectiveStatement
. - ActionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Represents YANG
action
statement. - ActionStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Statement which can contain action statements.
- ActionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ActionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- adaptArgumentValue(StmtContext<A, D, E>, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Adapts the argument value to match a new module.
- adaptArgumentValue(StmtContext<Set<QName>, KeyStatement, KeyEffectiveStatement>, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- adaptArgumentValue(StmtContext<Set<SchemaNodeIdentifier.Descendant>, UniqueStatement, UniqueEffectiveStatement>, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- adaptArgumentValue(StmtContext<AnnotationName, AnnotationStatement, AnnotationEffectiveStatement>, QNameModule) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- adaptArgumentValue(StmtContext<MountPointLabel, MountPointStatement, MountPointEffectiveStatement>, QNameModule) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- adaptArgumentValue(StmtContext<QName, D, E>, QNameModule) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractQNameStatementSupport
- add(E) - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- add(E) - Method in class org.opendaylight.yangtools.util.SingletonSet
- add(E) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- add(StatementDefinition, int, int) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- ADD - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Server implements target node with additional properties.
- addAll(Collection<? extends E>) - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- addAll(Collection<? extends E>) - Method in class org.opendaylight.yangtools.util.SingletonSet
- addAll(Collection<? extends E>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- addAllCommonStatementSupports(ModelProcessingPhase, Collection<StatementSupport<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addAllInfo(Iterable<? extends YangErrorInfo>) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Adds elements to
info
list. - addAllInfo(Iterable<? extends YangErrorInfo>) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Adds elements to
info
list. - addAllNamespaceSupports(ModelProcessingPhase, Collection<NamespaceBehaviour<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addAllSupports(ModelProcessingPhase, StatementSupportBundle) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addAllVersionSpecificSupports(ModelProcessingPhase, Table<YangVersion, QName, StatementSupport<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addAny(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addArgument(T) - Method in class org.opendaylight.yangtools.util.HashCodeBuilder
-
Update the internal hash code with the hash code of a component object.
- addAsEffectOfStatement(Collection<? extends StmtContext<?, ?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- addAtLeast(StatementDefinition, int) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addAtMost(StatementDefinition, int) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addBit(BitsTypeDefinition.Bit) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitsTypeBuilder
- addChild(MountPointChild) - Method in class org.opendaylight.yangtools.yang.data.util.MountPointData
- addChild(CV) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeContainerBuilder
- addChild(Deque<DataSchemaNode>, CompositeNodeDataWithSchema.ChildReusePolicy) - Method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
- addChild(DataContainerChild) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- addChild(LeafSetEntryNode<T>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- addChild(LeafSetEntryNode<T>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- addChild(MapEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- addChild(MapEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- addChild(UnkeyedListEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- addDuration(long) - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Add a duration to track.
- ADDED_BY_AUGMENTATION - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
- ADDED_BY_USES - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
- ADDED_BY_USES_AUGMENTATION - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
- AddedByUsesAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Deprecated, for removal: This API element is subject to removal in a future version.The only user of this trait is MD-SAL's binding component. As such, we provide enough information in EffectiveStatement tree to reconstruct this information.
- addEdge(TopologicalSort.Node) - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
- addEffectiveSubstatement(StmtContext.Mutable<?, ?, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Adds an effective statement to collection of substatements.
- addEffectiveSubstatements(Collection<? extends StmtContext.Mutable<?, ?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Adds an effective statement to collection of substatements.
- addEnum(EnumTypeDefinition.EnumPair) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumerationTypeBuilder
- addFirst(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- addIdentity(IdentitySchemaNode) - Method in class org.opendaylight.yangtools.yang.model.ri.type.IdentityrefTypeBuilder
- addIgnoredStatement(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter.Builder
-
Add a statement which should be skipped along with any of its children.
- addInfo(YangErrorInfo) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Adds one element to
info
list. - addInfo(YangErrorInfo) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Adds one element to
info
list. - addInfo(YangErrorInfo...) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Adds elements to
info
list. - addInfo(YangErrorInfo...) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Adds elements to
info
list. - additiveExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- additiveExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- additiveExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- AdditiveExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- addLast(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- addLibSource(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
- addLibSource(StatementStreamSource) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add a library source.
- addLibSources(Collection<SchemaSourceRepresentation>) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
- addLibSources(Collection<StatementStreamSource>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add library sources.
- addLibSources(SchemaSourceRepresentation...) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Add library sources.
- addLibSources(StatementStreamSource...) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add library sources.
- addListener(Runnable, Executor) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
- addMandatory(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addModuleFeatures(QNameModule, Collection<String>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet.Builder
- addMultiple(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addNamespaceSupport(ModelProcessingPhase, NamespaceBehaviour<?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addOptional(StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- addPatternConstraint(PatternConstraint) - Method in class org.opendaylight.yangtools.yang.model.ri.type.StringTypeBuilder
- addRequiredSource(SourceIdentifier) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Add required module.
- addSource(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Add main source.
- addSource(StatementStreamSource) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add main source.
- addSources(Collection<? extends StatementStreamSource>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add main sources.
- addSources(Collection<? extends SchemaSourceRepresentation>) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
- addSources(SchemaSourceRepresentation...) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Add main sources.
- addSources(StatementStreamSource...) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Add main sources.
- addStatementSupport(ModelProcessingPhase, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addSupport(NamespaceBehaviour<?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
- addSupport(StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
- addTo(NamespaceStorage.GlobalStorage, NamespaceStorage, K, V) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Adds a key/value to corresponding namespace storage according to param class.
- addToNs(ParserNamespace<K, V>, K, V) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Associate a value with a key within a namespace.
- addToStorage(NamespaceStorage, K, V) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- addToString(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.concepts.AbstractDelegator
- addToString(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.concepts.Either
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
Add subclass-specific attributes to the output
YinTextSchemaSource.toString()
output. - addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.concepts.AbstractIdentifiable
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedFile
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.util.concurrent.FastThreadPoolExecutor
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Add subclass-specific attributes to the output
YangTextSchemaSource.toString()
output. - addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
Add subclass-specific attributes to the output
YinDomSchemaSource.toString()
output. - addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceRegistration
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.UnresolvedQNameStep
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NamespaceStep
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
- addToStringAttributes(MoreObjects.ToStringHelper) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- addType(TypeDefinition<?>) - Method in class org.opendaylight.yangtools.yang.model.ri.type.UnionTypeBuilder
- addUnknownSchemaNode(UnknownSchemaNode) - Method in class org.opendaylight.yangtools.yang.model.ri.type.TypeBuilder
- addValidationBundle(ValidationBundles.ValidationBundleType, Collection<StatementDefinition>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- addVersionSpecificSupport(YangVersion, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
- aggregate(List<? extends DataTreeCandidate>) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidates
-
Compress a list of DataTreeCandidates into a single DataTreeCandidate.
- ALIAS - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- AliasEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- AliasSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- AliasStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- AliasStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- AliasStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.AliasStatementSupport
- allSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
- allSubstatementsOfType(Class<T>) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- allSubstatementsStream() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
- ALWAYS_ACCEPT - Static variable in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceFilter
-
A
SchemaSourceFilter
which accepts any schema source it is presented with. - alwaysCopyDeclared() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
-
Return a
StatementSupport.StatementPolicy
forStatementSupport.CopyPolicy.DECLARED_COPY
, always performing a copy operation. - ANCESTOR - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
ancestor
axis. - ANCESTOR_OR_SELF - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
ancestor-or-self
axis. - and(Set<IfFeatureExpr>) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
-
Construct a intersection (logical
AND
) expression of specified expressions. - AND - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Logical 'and' operator on operands.
- AND - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- AND - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- AND - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- AND - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- AND() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- AND() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- AND() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- AND() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- AND(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- AND(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- andExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- andExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- andExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- AndExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- ANNOTATION - Enum constant in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
- AnnotationEffectiveStatement - Interface in org.opendaylight.yangtools.rfc7952.model.api
-
Effective statement representation of 'annotation' extension defined in RFC7952.
- AnnotationName - Record Class in org.opendaylight.yangtools.yang.common
-
Name of an individual YANG annotation, as defined in RFC7952.
- AnnotationName(QName) - Constructor for record class org.opendaylight.yangtools.yang.common.AnnotationName
-
Creates an instance of a
AnnotationName
record class. - AnnotationSchemaNode - Interface in org.opendaylight.yangtools.rfc7952.model.api
-
Represents the effect of 'annotation' extension, as defined in RFC7952, being attached to a SchemaNode.
- AnnotationSchemaNodeAware - Interface in org.opendaylight.yangtools.rfc7952.model.api
-
Interface for entities which can lookup
AnnotationSchemaNode
s based on their name. - AnnotationSchemaNodeAwareSchemaContext - Interface in org.opendaylight.yangtools.rfc7952.model.api
-
A
SchemaContext
which is alsoAnnotationSchemaNodeAware
. - AnnotationStatement - Interface in org.opendaylight.yangtools.rfc7952.model.api
-
Declared statement representation of 'annotation' extension defined in RFC7952.
- AnnotationStatementSupport - Class in org.opendaylight.yangtools.rfc7952.parser
- AnnotationStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- answer(InvocationOnMock) - Method in class org.opendaylight.yangtools.testutils.mockito.CallsRealOrExceptionAnswer
- answer(InvocationOnMock) - Method in class org.opendaylight.yangtools.testutils.mockito.ThrowsMethodExceptionAnswer
- AntlrXPathParserFactory - Class in org.opendaylight.yangtools.yang.xpath.impl
- AntlrXPathParserFactory() - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.AntlrXPathParserFactory
- ANYDATA - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- anydataBuilder(Class<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- AnydataEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
anydata
statement. - AnydataNode<V> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A NormalizedNode holding the contents of an
anydata
node in some object model. - AnydataNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
- AnydataNormalizationException - Exception in org.opendaylight.yangtools.yang.data.api.schema
- AnydataNormalizationException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.AnydataNormalizationException
- AnydataNormalizationException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.AnydataNormalizationException
- AnydataSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The "anydata" statement defines an interior node in the schema tree.
- AnydataStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
The "anydata" statement defines an interior node in the schema tree.
- AnydataStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- AnydataStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- ANYXML - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- anyXmlBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- AnyxmlEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
anyxml
statement. - AnyxmlNode<V> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A NormalizedNode holding the contents of an
anyxml
node in some object model. - AnyXmlNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- AnyxmlSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The "anyxml" interface defines an interior node in the schema tree.
- AnyxmlStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
anyxml
statement. - AnyxmlStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- AnyxmlStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- APOS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- APOS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- APPEARED - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
This node has appeared because it is implied by one of its children.
- append(Collection<? extends YangInstanceIdentifier.PathArgument>) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds a collection of
YangInstanceIdentifier.PathArgument
s to path arguments of resulting instance identifier. - append(YangInstanceIdentifier.PathArgument...) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds a collection of
YangInstanceIdentifier.PathArgument
s to path arguments of resulting instance identifier. - appendIndent(StringBuilder, int) - Static method in class org.opendaylight.yangtools.concepts.PrettyTree
-
Append a number of spaces equivalent to specified tree nesting depth into the specified
StringBuilder
. - appendPrefixes(EffectiveStmtCtx.Current<?, ?>, ImmutableMap.Builder<String, ModuleEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- appendQName(StringBuilder, QName) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- appendQName(StringBuilder, QName, QNameModule) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
-
Append a QName, potentially taking into account last QNameModule encountered in the serialized path.
- appendTo(StringBuilder, int) - Method in class org.opendaylight.yangtools.concepts.PrettyTree
-
Format this object into specified
StringBuilder
starting at specified initial depth. - appendTo(StringBuilder, int) - Method in class org.opendaylight.yangtools.yang.data.spi.node.NormalizedNodePrettyTree
- APPLICATION - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
A
NetconfLayer.CONTENT
layer error. - apply(Exception) - Method in class org.opendaylight.yangtools.util.concurrent.ExceptionMapper
- apply(SchemaSourceRepresentation) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceFilter
-
Check if a particular schema source is acceptable to the filter.
- apply(ModelActionBuilder.InferenceAction) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Apply an
ModelActionBuilder.InferenceAction
when this action's prerequisites are resolved. - apply(ModelActionBuilder.InferenceContext) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder.InferenceAction
-
Invoked once all prerequisites were met and forward references were resolved and inference action should be applied.
- apply(S) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceTransformer.Transformation
- applyRootedNodeToCursor(DataTreeModificationCursor, YangInstanceIdentifier, DataTreeCandidateNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Applies the
node
that is rooted(doesn't have an identifier) in tree A to tree B'scursor
at location specified byrootPath
. - applyRootToCursor(DataTreeModificationCursor, DataTreeCandidateNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
- applyToCursor(DataTreeModificationCursor) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification
-
Apply the contents of this modification to a cursor.
- applyToCursor(DataTreeModificationCursor, DataTreeCandidate) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidates
- applyToCursor(DataTreeModificationCursor, DataTreeCandidateNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Applies the
node
to thecursor
, note that if the top node of (@code node} is RootNode you need to useapplyRootedNodeToCursor
method that works with rooted node candidates. - applyToModification(DataTreeModification, DataTreeCandidate) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidates
- applyWithClassLoader(ClassLoader, Function<T, R>, T) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Immediately call
Function.apply(Object)
with providedClassLoader
. - appTag() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this error's
error-app-tag
, if available. - appTag() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this error's
error-app-tag
, if available. - appTag(String) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
appTag
attribute. - appTag(String) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Initializes the value for the
appTag
attribute. - argument() - Method in enum class org.opendaylight.yangtools.yang.common.Ordering
-
Return the {code ordered-by} string argument this Ordering represents.
- argument() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
-
Return this statement's argument, if it is present.
- argument() - Method in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns the YANG
deviate
statement argument value corresponding to this object. - argument() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
-
Returns statement argument.
- argument() - Method in enum class org.opendaylight.yangtools.yang.model.api.Status
-
Returns the YANG
status
statement argument value corresponding to this object. - argument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.KeyEffectiveStatement
-
Returns statement argument.
- argument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.KeyStatement
-
Returns statement argument.
- argument() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnrecognizedStatement
-
Returns statement argument.
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularKeyStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOrderedByStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularStatusStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPathStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.UnrecognizedStatementImpl
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularForeignKeyEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLocalKeyEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ActionEffectiveStatementImpl
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnyxmlEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyChoiceEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyContainerEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyGroupingEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafListEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyListEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularChoiceEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularContainerEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularGroupingEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RpcEffectiveStatementImpl
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithoutArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithQNameArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawStringArgument
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- argument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- argument() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- argument() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- argument() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- argument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
-
Return the statement argument.
- ARGUMENT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- argumentAsTypeQName() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current
- ArgumentContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- ArgumentDefinition - Class in org.opendaylight.yangtools.yang.model.api.meta
-
Definition of an argument to a YANG statement.
- ArgumentEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
argument
statement. - argumentName() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- argumentName() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- ArgumentStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
argument
statement. - ArgumentStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ArgumentStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ArgumentStatementSupport
- ArgumentToString(A) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString
- ArgumentUtils - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
-
Utility class for dealing with arguments encountered by StatementSupport classes.
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.openconfig.model.api.OpenConfigHashedValueSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6241.model.api.GetFilterElementAttributesSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyAllSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyWriteSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.AliasSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DefValSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DisplayHintSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.ImpliedSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.MaxAccessSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.OidSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.SubIdSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointSchemaNode
- asEffectiveStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveStatementEquivalent
-
Return
EffectiveStatement
representation of this object. - asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractChoiceEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractContainerEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractGroupingEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIdentityEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractLeafEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ActionEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviationEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnyxmlEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyFeatureEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ImportEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularMustEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RpcEffectiveStatementImpl
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredInputEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- asEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- asFunction() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Convert this constant into the equivalent function.
- asMap() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
-
Return a
Map
view of this node. - asMap() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UserMapNode
-
Return a
Map
view of this node. - asMap() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
A Map-like view of this identifier's predicates.
- asMap() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- asMap() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- asMap() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- asNullable() - Method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
Return this value as a
Boolean
for use withDataSchemaNode.effectiveConfig()
. - asStep() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
Return the name-independent
YangLocationPath.AxisStep
along this axis. - asStep(String) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(String, Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(QName) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(QName, Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(UnresolvedQName) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(UnresolvedQName, Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(YangXPathNodeType) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStep(YangXPathNodeType, Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- asStringDeclaration() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword
-
Helper method to re-create the string which was used to declared this keyword.
- asStringDeclaration() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Qualified
- asStringDeclaration() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Unqualified
- asStringLiteral() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Convert this constant into a string literal, i.e.
- asTypeEffectiveStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefEffectiveStatement
-
Return this type definition as an effective type statement.
- asTypeEffectiveStatement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.TypedefEffectiveStatementImpl
- AsyncNotifyingListenableFutureTask<V> - Class in org.opendaylight.yangtools.util.concurrent
-
A
FutureTask
that also implements theListenableFuture
interface similar to guava'sListenableFutureTask
. - AsyncNotifyingListeningExecutorService - Class in org.opendaylight.yangtools.util.concurrent
-
An
ListeningExecutorService
implementation that also allows for anExecutor
to be specified on construction that is used to executeListenableFuture
callback Runnables, registered viaFutures.addCallback(com.google.common.util.concurrent.ListenableFuture<V>, com.google.common.util.concurrent.FutureCallback<? super V>, java.util.concurrent.Executor)
orListenableFuture.addListener(java.lang.Runnable, java.util.concurrent.Executor)
directly, asynchronously when a task that is run on this executor completes. - AsyncNotifyingListeningExecutorService(ExecutorService, Executor) - Constructor for class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
Constructor.
- AT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- AT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- AT() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AxisSpecifierContext
- atLeast(int) - Static method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- atMost(int) - Static method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- atPosition(int, int) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- atPosition(String, int, int) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- attachDeclarationReference(D, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
Attach specified
DeclarationReference
to a baseline declared statement. - attachDeclarationReference(AugmentIdentifierStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.AugmentIdentifierStatementSupport
- attachDeclarationReference(ContextInstanceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.ContextInstanceStatementSupport
- attachDeclarationReference(ContextReferenceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- attachDeclarationReference(InstanceTargetStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.InstanceTargetStatementSupport
- attachDeclarationReference(MountStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.MountStatementSupport
- attachDeclarationReference(RpcContextReferenceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.odlext.parser.RpcContextReferenceStatementSupport
- attachDeclarationReference(OpenConfigHashedValueStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
- attachDeclarationReference(OpenConfigVersionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.openconfig.parser.OpenConfigVersionSupport
- attachDeclarationReference(GetFilterElementAttributesStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6241.parser.GetFilterElementAttributesStatementSupport
- attachDeclarationReference(DefaultDenyAllStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
- attachDeclarationReference(DefaultDenyWriteStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
- attachDeclarationReference(AliasStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.AliasStatementSupport
- attachDeclarationReference(DefValStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.DefValStatementSupport
- attachDeclarationReference(DisplayHintStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.DisplayHintStatementSupport
- attachDeclarationReference(ImpliedStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.ImpliedStatementSupport
- attachDeclarationReference(MaxAccessStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- attachDeclarationReference(OidStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- attachDeclarationReference(SubIdStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- attachDeclarationReference(AnnotationStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- attachDeclarationReference(YangDataStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- attachDeclarationReference(MountPointStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- attachDeclarationReference(SubscriptionStateNotificationStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc8639.parser.SubscriptionStateNotificationStatementSupport
- attachDeclarationReference(ModuleTagStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- attachDeclarationReference(ActionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- attachDeclarationReference(AnydataStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- attachDeclarationReference(AnyxmlStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- attachDeclarationReference(ArgumentStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ArgumentStatementSupport
- attachDeclarationReference(AugmentStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- attachDeclarationReference(BaseStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- attachDeclarationReference(BelongsToStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- attachDeclarationReference(BitStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- attachDeclarationReference(CaseStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- attachDeclarationReference(ChoiceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- attachDeclarationReference(ConfigStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ConfigStatementSupport
- attachDeclarationReference(ContactStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- attachDeclarationReference(ContainerStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- attachDeclarationReference(DefaultStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DefaultStatementSupport
- attachDeclarationReference(DescriptionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DescriptionStatementSupport
- attachDeclarationReference(DeviateStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- attachDeclarationReference(DeviationStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- attachDeclarationReference(EnumStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- attachDeclarationReference(ErrorAppTagStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorAppTagStatementSupport
- attachDeclarationReference(ErrorMessageStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorMessageStatementSupport
- attachDeclarationReference(ExtensionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- attachDeclarationReference(FeatureStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- attachDeclarationReference(FractionDigitsStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FractionDigitsStatementSupport
- attachDeclarationReference(GroupingStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- attachDeclarationReference(IdentityStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- attachDeclarationReference(IfFeatureStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- attachDeclarationReference(ImportStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- attachDeclarationReference(IncludeStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- attachDeclarationReference(InputStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.InputStatementSupport
- attachDeclarationReference(KeyStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- attachDeclarationReference(LeafListStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- attachDeclarationReference(LeafStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- attachDeclarationReference(LengthStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LengthStatementSupport
- attachDeclarationReference(ListStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- attachDeclarationReference(MandatoryStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MandatoryStatementSupport
- attachDeclarationReference(MaxElementsStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MaxElementsStatementSupport
- attachDeclarationReference(MinElementsStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- attachDeclarationReference(ModifierStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- attachDeclarationReference(ModuleStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- attachDeclarationReference(MustStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MustStatementSupport
- attachDeclarationReference(NamespaceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.NamespaceStatementSupport
- attachDeclarationReference(NotificationStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- attachDeclarationReference(OrderedByStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- attachDeclarationReference(OrganizationStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- attachDeclarationReference(OutputStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- attachDeclarationReference(PathStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- attachDeclarationReference(PatternStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- attachDeclarationReference(PositionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- attachDeclarationReference(PrefixStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PrefixStatementSupport
- attachDeclarationReference(PresenceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PresenceStatementSupport
- attachDeclarationReference(RangeStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RangeStatementSupport
- attachDeclarationReference(ReferenceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- attachDeclarationReference(RefineStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- attachDeclarationReference(RequireInstanceStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RequireInstanceStatementSupport
- attachDeclarationReference(RevisionDateStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionDateStatementSupport
- attachDeclarationReference(RevisionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionStatementSupport
- attachDeclarationReference(RpcStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RpcStatementSupport
- attachDeclarationReference(StatusStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- attachDeclarationReference(SubmoduleStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- attachDeclarationReference(TypedefStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- attachDeclarationReference(TypeStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- attachDeclarationReference(UniqueStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- attachDeclarationReference(UnitsStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UnitsStatementSupport
- attachDeclarationReference(UsesStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
- attachDeclarationReference(ValueStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- attachDeclarationReference(WhenStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.WhenStatementSupport
- attachDeclarationReference(YangVersionStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- attachDeclarationReference(YinElementStatement, DeclarationReference) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YinElementStatementSupport
- ATTRIBUTE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
attribute
axis. - AUGMENT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- AUGMENT_IDENTIFIER - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- AugmentationSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
AugmentationSchema represents augment definition.
- AugmentationTarget - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface for all nodes which are possible targets of augmentation.
- AugmentEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- AugmentEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- AugmentEffectiveStatementImpl(AugmentStatement, SchemaNodeIdentifier, int, QNameModule, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- AugmentIdentifierEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- AugmentIdentifierStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- AugmentIdentifierStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- AugmentIdentifierStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.AugmentIdentifierStatementSupport
- AugmentImplicitHandlingNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment
-
Helper namespace for attaching target information to augmentation statements.
- AugmentStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
augment
statement. - AugmentStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment
- AugmentStatementRFC6020Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC6020Support
- AugmentStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment
-
Class providing necessary support for processing YANG 1.1 Augment statement.
- AugmentStatementRFC7950Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- awaitTermination(long, TimeUnit) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- AxisName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- AxisName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- AxisName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AxisSpecifierContext
- AxisName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- AxisName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- axisSpecifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- axisSpecifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- AxisSpecifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AxisSpecifierContext
B
- BackendFailedException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
Exception thrown when the backend of a
DataTreeSnapshotCursor
detects an errors which prevents it from completing the requested operation. - BackendFailedException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.BackendFailedException
- BackendFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.BackendFailedException
- BAD_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
bad-attribute
ErrorTag
. - BAD_ATTRIBUTE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
bad-attribute
, value is the name of the attribute. - BAD_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
bad-element
ErrorTag
. - BAD_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
bad-element
, value is the name of the element. - BAD_NAMESPACE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
bad-namespace
, value is the name of the namespace. - badAttribute(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
bad-attribute
with the name of the attribute. - badElement(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
bad-element
with the name of the element. - badNamespace(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
bad-namespace
with the name of the namespace. - BASE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- BaseEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
base
statement. - BaseStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
base
statement. - BaseStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- BaseStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- BaseTypeNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
- baseTypeOf(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
-
Return the base type of a particular type.
- BaseTypes - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Utility access methods for creating and accessing YANG base type definitions.
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ModuleQNameToPrefix
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.YangNamespaceContextNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentImplicitHandlingNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportedVersionNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ConfigListWarningNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.QNameModuleNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.BaseTypeNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.SourceGroupingNamespace
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementDefinitions
- BEHAVIOUR - Static variable in class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles
- BELONGS_TO - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- belongsTo() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleEffectiveStatement
-
Return this statement's
belongs-to
substatement. - BELONGSTO_PREFIX_TO_MODULE_NAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- BELONGSTO_PREFIX_TO_MODULE_NAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefixes to namespaces.
- BELONGSTO_PREFIX_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- BELONGSTO_PREFIX_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of belongsTo prefixes to module identifiers.
- BelongsToEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
belongs-to
statement. - BelongsToStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
belongs-to
statement. - BelongsToStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- BelongsToStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- BiMapYangNamespaceContext - Class in org.opendaylight.yangtools.yang.common
-
A BiMap-based implementation of
YangNamespaceContext
. - BiMapYangNamespaceContext(BiMap<String, QNameModule>) - Constructor for class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- BINARY - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
binary
built-in type. - binaryCodec(BinaryTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- binaryCodec(BinaryTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- binaryCodec(BinaryTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- BinaryCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- BinaryStringCodec - 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.
- binaryType() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- BinaryTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
The binary built-in type represents any binary data, i.e., a sequence of octets.
- bindLibrary(MountPointContextFactory.ContainerName, ContainerNode) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
-
Assemble the MountPointContext for specified normalized YANG Library top-level container.
- bindTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
-
Returns a QName with the specified namespace and the same local name as this one.
- bindTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QName
- bindTo(YangNamespaceContext) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- BIT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- BIT_IS_SET - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- BitBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Utility builder for
BitsTypeDefinition.Bit
instances. - BitEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
bit
statement. - BITS - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
bits
built-in type. - bitsCodec(BitsTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- bitsCodec(BitsTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- bitsCodec(BitsTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- BitsCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- BitsStringCodec - 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.
- BitStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
bit
statement. - BitStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- bitsTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- BitsTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- BitsTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Makes is possible to access to the individual bits values of this type.
- BitsTypeDefinition.Bit - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the methods for accessing the data about the individual bit of
bits
YANG type. - BLOCK_COMMENT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- BLOCK_COMMENT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
-
Returns the body of this node.
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DOMSourceAnyxmlNode
-
Returns the body of this node.
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ForeignDataNode
-
Returns the body of this node.
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedContainer
-
Returns the body of this node.
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedData
-
Returns the body of this node.
- body() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ValueNode
-
Returns the body of this node.
- body() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- body() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- body() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- body() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- body() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
- bodyObjectModel() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DOMSourceAnyxmlNode
- bodyObjectModel() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ForeignDataNode
-
Return the object model class, which identifies it.
- BOOLEAN - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- BOOLEAN - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
boolean
built-in type. - booleanCodec(BooleanTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- booleanCodec(BooleanTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- booleanCodec(BooleanTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- BooleanCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- BooleanStringCodec - 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.
- booleanType() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- BooleanTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Marker interface which marks that type definition represents the built-in YANG
boolean
type. - BoundStmtCtx<A> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
A
CommonStmtCtx
which has additionally been bound to aStatementSupport
. - BoundStmtCtxCompat<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
Intermediate compatibility interface between
StmtContext
andEffectiveStmtCtx.Current
. - build() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Builds a new
ImmutableThreadFactoryProvider
. - build() - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Builds a new
ImmutableThreadFactoryProvider
. - build() - Method in class org.opendaylight.yangtools.util.HashCodeBuilder
-
Return the currently-accumulated hash code.
- build() - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Build the resulting
RpcResult
. - build() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Builds a new
ImmutableYangNetconfError
. - build() - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Builds a new
ImmutableYangNetconfError
. - build() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeBuilder
-
Return an implementation of the
NormalizedNodeBuilder
NormalizedNode contract. - build() - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Builds an
YangInstanceIdentifier
with path arguments from this builder. - build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnydataNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata.Builder
-
Return an
ImmutableNormalizedMetadata
view of this builder's state. - build() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints.Builder
-
Return an
ImmutableNormalizedMountpoints
view of this builder's state. - build() - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration.Builder
-
Return
DataTreeConfiguration
as defined by this builder's current state. - build() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet.Builder
- build() - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter.Builder
-
Return a
DeclaredStatementFormatter
based on this builder's current state. - build() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Return a new
SchemaContextFactoryConfiguration
based on the contents of this builder. - build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.StringTypeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
-
Return the
BitsTypeDefinition.Bit
corresponding to current builder state. - build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.ConcreteTypeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
-
Return an
EnumTypeDefinition.EnumPair
representation of this builder's current state. - build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.IdentityrefTypeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.TypeBuilder
-
Build a
TypeDefinition
corresponding to this builder. - build() - Method in class org.opendaylight.yangtools.yang.model.ri.type.UnionTypeBuilder
- build() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
-
Return a
YangParserConfiguration
initialized with contents of this builder. - build() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
-
Return a new
CrossSourceStatementReactor
. - build() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
-
Create a
StatementSupportBundle
from the contents of this builder. - build() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator.Builder
- build() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Build the
ReactorDeclaredModel
view of this action. - build() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.Builder
-
Return a
CrossSourceStatementReactor
configured with current state of this builder. - buildDeclaredModel() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Build the declared view of a combined view of declared statements.
- buildEffective() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the
EffectiveStatement
for statement context, creating it if required. - buildEffective() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Build the
EffectiveSchemaContext
view of this action. - buildEffectiveModel() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Build the effective view of a combined view of effective statements.
- buildEffectiveSubstatements(EffectiveStmtCtx.Current<A, D>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
Create a set of substatements.
- buildEffectiveSubstatements(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, ModuleStatement>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- builder() - Static method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Creates a builder for
ImmutableThreadFactoryProvider
. - builder() - Static method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
- builder() - Static method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Creates a builder for
ImmutableYangNetconfError
. - builder() - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns new builder for InstanceIdentifier with empty path arguments.
- builder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata
-
Return a new
ImmutableNormalizedMetadata.Builder
. - builder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints
-
Return a new
ImmutableNormalizedMountpoints.Builder
. - builder() - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
- builder() - Static method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter
-
Create a new
DeclaredStatementFormatter.Builder
, which can be used to create customized DeclaredStatementFormatter instances. - builder() - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- builder() - Static method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
-
Return a new
YangParserConfiguration.Builder
initialized to default configuration. - builder() - Static method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor
-
Create a new
CrossSourceStatementReactor.Builder
. - builder(Set<YangVersion>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- builder(YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns new builder for InstanceIdentifier with path arguments copied from original instance identifier.
- builder(TreeType) - Static method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- builder(StatementDefinition) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator
- Builder() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet.Builder
- Builder() - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
- Builder() - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.Builder
- Builder(TreeType) - Constructor for class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration.Builder
- Builders - Class in org.opendaylight.yangtools.yang.data.impl.schema
- buildFuture() - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Builds RpcResult and wraps it in a Future.
- buildType() - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitsTypeBuilder
- buildType() - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumerationTypeBuilder
- buildValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- ByteBufUtils - Class in org.opendaylight.yangtools.yang.common.netty
-
Utility methods for interacting with
ByteBuf
s. - byteValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- byteValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this
BigDecimal
to abyte
, checking for lost information.
C
- cachedReference() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
-
Return a cached reference to an object equal to this object.
- CachedThreadPoolExecutor - Class in org.opendaylight.yangtools.util.concurrent
-
A ThreadPoolExecutor with a specified bounded queue capacity that favors reusing previously constructed threads, when they are available, over creating new threads.
- CachedThreadPoolExecutor(int, int, String, Class<?>) - Constructor for class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
-
Constructs an instance.
- CachingDerivedString<T extends CachingDerivedString<T>> - Class in org.opendaylight.yangtools.yang.common
-
A opportunistically-caching
DerivedString
. - CachingDerivedString() - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
- CachingDerivedString(String) - Constructor for class org.opendaylight.yangtools.yang.common.CachingDerivedString
- caerbannog() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current
-
Deprecated.
- CallsRealOrExceptionAnswer - Class in org.opendaylight.yangtools.testutils.mockito
-
Mockito Answer which for un-stubbed methods forwards the call to the real method if it is implemented on the mocked object (i.e.
- callWithClassLoader(ClassLoader, Callable<V>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Immediately call
Callable.call()
with providedClassLoader
. - CanonicalValue<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
-
A typed value in its internal Java representation.
- CanonicalValueSupport<T extends CanonicalValue<T>> - Interface in org.opendaylight.yangtools.yang.common
-
Support for a
CanonicalValue
subclasses. - CanonicalValueValidator<T extends CanonicalValue<T>,
V extends T> - Interface in org.opendaylight.yangtools.yang.common -
CanonicalValue
validator interface. - CanonicalValueViolation - Class in org.opendaylight.yangtools.yang.common
-
A violation of a
CanonicalValue
validation. - CanonicalValueViolation() - Constructor for class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- CanonicalValueViolation.Regular - Class in org.opendaylight.yangtools.yang.common
- CanonicalValueViolation.WithException - Class in org.opendaylight.yangtools.yang.common
- canReuseCurrent(EffectiveStmtCtx.Current<A, D>, EffectiveStmtCtx.Current<A, D>, List<? extends EffectiveStatement<?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
Determine reactor copy behaviour of a statement instance.
- canReuseCurrent(EffectiveStmtCtx.Current<A, D>, EffectiveStmtCtx.Current<A, D>, List<? extends EffectiveStatement<?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementEquality
-
Determine whether
current
statement has the same semantics as the provided copy. - canReuseCurrent(EffectiveStmtCtx.Current<A, D>, EffectiveStmtCtx.Current<A, D>, List<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- CASE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- CaseEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
case
statement. - CaseSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The CaseSchemaNode interface is used to define branches of the ChoiceSchemaNode.
- CaseStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
case
statement. - CaseStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- CC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- CC() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AxisSpecifierContext
- CEILING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- channelNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- channelNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- channelNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- channelNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- CheckedValue<T,
E extends Exception> - Class in org.opendaylight.yangtools.concepts -
Utility holder similar to
Optional
, except the empty case contains an Exception, which should be reported, for example via throwing it. - CheckedValue(E, Void) - Constructor for class org.opendaylight.yangtools.concepts.CheckedValue
- CheckedValue(T) - Constructor for class org.opendaylight.yangtools.concepts.CheckedValue
- checkFeatureSupport(StmtContext<?, ?, ?>, FeatureSet) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- checkLegalChild(boolean, YangInstanceIdentifier.PathArgument, ChoiceSchemaNode) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
- checkLegalChild(boolean, YangInstanceIdentifier.PathArgument, DataNodeContainer, Set<QName>) - 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
- checkLegalData(boolean, String, 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
- checkListKey(YangInstanceIdentifier.NodeIdentifierWithPredicates, QName, Object, Object) - Static method in exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
- checkUniqueGroupings(EffectiveStmtCtx.Current<?, ?>, Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- checkUniqueTypedefs(EffectiveStmtCtx.Current<?, ?>, Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- checkUniqueUses(EffectiveStmtCtx.Current<?, ?>, Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- CHILD - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
child
axis. - childAt(int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderedContainer
-
Returns child node by position.
- childAt(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- childAt(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
- childAt(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- childAt(int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- childByArg(K) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
-
Returns a child node identified by provided key.
- childByArg(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- childByArg(YangInstanceIdentifier.NodeIdentifierWithPredicates) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- childByArg(YangInstanceIdentifier.NodeIdentifierWithPredicates) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- childByArg(YangInstanceIdentifier.NodeWithValue) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- childByArg(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
- childByArg(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNode
-
Returns a direct child of the node.
- childByArg(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.Composite
-
Find a child node identifier by its
YangInstanceIdentifier.PathArgument
. - childByArg(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractCompositeContext
- childByPath(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.Composite
-
Find a child node as identified by a
YangInstanceIdentifier
relative to this node. - childByPath(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
-
Find a child node as identified by an absolute
YangInstanceIdentifier
. - childByQName(QName) - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.Composite
-
Find a child node identifier by its {code data tree}
QName
. - childByQName(QName) - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractCompositeContext
- childCopyOf(StmtContext<?, ?, ?>, CopyType) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified child and recording copy type.
- childCopyOf(StmtContext<?, ?, ?>, CopyType, QNameModule) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a child sub-statement, which is a child of this statement, inheriting all attributes from specified child and recording copy type.
- childNames() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyAugmentationIdentifier
-
Deprecated.Returns the value of the
childNames
record component. - childNodes() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Get an unmodifiable collection of modified child nodes.
- childrenQNamesToPaths - Variable in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- childSizeHint() - Method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
-
Return a hint about how may children we are going to generate.
- CHOICE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- choiceBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- choiceBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- ChoiceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
choice
statement. - choiceNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable choice node.
- choiceNode(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable choice node.
- ChoiceNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Node representing data instance of
choice
. - 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
-
Declared representation of a
choice
statement. - ChoiceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ClassLoaderUtils - Class in org.opendaylight.yangtools.util
-
Utility methods for working with ClassLoaders and classes.
- cleanStateForCurrentThread() - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Remove the state which may have attached to the calling thread.
- cleanStateForCurrentThread() - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
Remove the state this instance may have attached to the calling thread.
- clear() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- clear() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
- 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
- clear() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- clear() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Reset this stack to empty state.
- clone() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- CloneableMap<K,
V> - Interface in org.opendaylight.yangtools.yang.data.impl.schema.nodes - close() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
- close() - Method in interface org.opendaylight.yangtools.concepts.ListenerRegistration
-
Unregister the listener.
- close() - Method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
- close() - Method in interface org.opendaylight.yangtools.concepts.Registration
-
Unregisters the object.
- close() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.FormattingNormalizedNodeStreamWriter
- 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 class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedMetadataWriter
- 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 class org.opendaylight.yangtools.yang.data.api.schema.stream.YangInstanceIdentifierWriter
- close() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- close() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- close() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- close() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Close this cursor.
- close() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- close() - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistration
- close() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.SoftSchemaSourceCache
- close() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- close() - Method in interface org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaSourceRegistration
- CodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Abstract cache for codecs.
- CodecCache() - Constructor for class org.opendaylight.yangtools.yang.data.util.codec.CodecCache
- codecFor(TypeDefinition<?>) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- codecFor(S, LeafrefResolver) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- coerceParent() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Return the conceptual parent
YangInstanceIdentifier
, which has one item less inYangInstanceIdentifier.getPathArguments()
. - coerceParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the parent statement context, forcing a VerifyException if this is the root statement.
- coerceParentContext() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- collectEffectiveSubstatements(Class<Z>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
- CollectionNodeBuilder<V extends NormalizedNode,
R extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema.builder - CollectionWrappers - Class in org.opendaylight.yangtools.util
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- COLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- COLON - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- COLON() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.Identifier_ref_argContext
- COLON() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Node_identifierContext
- COLON() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.KeywordContext
- COLON() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- COLON() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.NodeIdentifierContext
- COLON() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- COLON() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- COLON() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.QNameContext
- COLON(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- COMMA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- COMMA() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- COMMA(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- COMMENT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
A
comment
. - commit(DataTreeCandidate) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTree
-
Commit a data tree candidate.
- commit(DataTreeCandidate) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- CommonStmtCtx - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Common interface for all statement contexts, exposing information which is always available.
- CompactYangStatementLexer - Class in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
-
A
YangStatementLexer
backed by more efficient token factory. - CompactYangStatementLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.CompactYangStatementLexer
- compare(Optional<Revision>, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Compare two
Optional
s wrapping Revisions. - compare(Revision, Revision) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Compare two explicitly nullable Revisions.
- compareNumbers(Number, Number) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- compareTo(SemVer) - Method in record class org.opendaylight.yangtools.concepts.SemVer
- compareTo(Decimal64) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- compareTo(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
- compareTo(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
- compareTo(Revision) - Method in class org.opendaylight.yangtools.yang.common.Revision
- compareTo(Uint16) - Method in class org.opendaylight.yangtools.yang.common.Uint16
- compareTo(Uint32) - Method in class org.opendaylight.yangtools.yang.common.Uint32
- compareTo(Uint64) - Method in class org.opendaylight.yangtools.yang.common.Uint64
- compareTo(Uint8) - Method in class org.opendaylight.yangtools.yang.common.Uint8
- compareTo(UnresolvedQName.Qualified) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- compareTo(UnresolvedQName.Unqualified) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- compareTo(XMLNamespace) - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
- compareTo(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- compareTo(T) - Method in class org.opendaylight.yangtools.util.AbstractStringIdentifier
- compareTo(T) - Method in class org.opendaylight.yangtools.util.AbstractUUIDIdentifier
- completeFuture(SettableFuture<T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Complete target
SettableFuture
either successfully or exceptionally based on the state of this object. - completeFuture(CompletableFuture<T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Complete target
CompletableFuture
either successfully or exceptionally based on the state of this object. - complexSize() - Method in class org.opendaylight.yangtools.yang.data.util.codec.PrecomputedCodecCache
- CompositeNodeDataWithSchema<T extends DataSchemaNode> - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- CompositeNodeDataWithSchema(T) - Constructor for class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
- CompositeNodeDataWithSchema.ChildReusePolicy - Enum Class in org.opendaylight.yangtools.yang.data.util
-
Policy on how child nodes should be treated when an attempt is made to add them multiple times.
- COMPUTATION - Enum constant in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The source is available via a computation.
- computeCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
-
Return the canonical string representation of this object's value.
- computeIfAbsent(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.YangNamespaceContextNamespace
- CONCAT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- concreteTypeBuilder(TypeDefinition<?>, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.ConcreteTypes
- ConcreteTypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Builder of
TypeDefinition
s for use in leaf statements. - ConcreteTypes - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Support for creating
TypeDefinition
instances defined by leaf and leaf-list statements. - config() - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Returns the value of the
config
record component. - CONFIG - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ConfigEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
config
statement. - ConfigListWarningNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list
- ConfigStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
config
statement. - ConfigStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- ConfigStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ConfigStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ConfigStatementSupport
- CONFIGURATION - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.TreeType
-
Only
config true
nodes are allowed. - ConflictingModificationAppliedException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
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) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.ConflictingModificationAppliedException
- ConflictingModificationAppliedException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.ConflictingModificationAppliedException
- conformance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Return the conformance type of this module.
- ConstrainedDocumentedDeclaredStatement<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface for statements which contain either a description/reference or a description/reference/status combo.
- ConstrainedDocumentedDeclaredStatement.WithStatus<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- ConstraintMetaDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains methods which retrieve values for description, error message, error app tag and reference (to some external definition, resource or similar).
- CONTACT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ContactEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
contact
statement. - ContactStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
contact
statement. - ContactStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ContactStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- CONTAINER - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- containerBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- containerBuilder(int) - 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
- ContainerContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
- ContainerContext(ContainerLike) - Constructor for class org.opendaylight.yangtools.yang.data.util.impl.context.ContainerContext
- containerDelta(DistinctNodeContainer<YangInstanceIdentifier.PathArgument, NormalizedNode>, DistinctNodeContainer<YangInstanceIdentifier.PathArgument, NormalizedNode>) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Return a collection of
DataTreeCandidateNode
s summarizing the changes between the contents of twoNormalizedNodeContainer
s. - containerDelta(DistinctNodeContainer<YangInstanceIdentifier.PathArgument, NormalizedNode>, DistinctNodeContainer<YangInstanceIdentifier.PathArgument, NormalizedNode>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Return a collection of
DataTreeCandidateNode
s summarizing the change in a child, identified by aYangInstanceIdentifier.PathArgument
, between twoNormalizedNodeContainer
s. - ContainerEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
container
statement. - ContainerLike - Interface in org.opendaylight.yangtools.yang.model.api
-
Common interface for common container-like constructs.
- ContainerLikeCompat - Class in org.opendaylight.yangtools.yang.model.api
-
Base class supporting
OperationDefinition.toContainerLike()
andNotificationDefinition.toContainerLike()
. - ContainerLikeCompat() - Constructor for class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- containerNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable container node.
- containerNode(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable container node.
- ContainerNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Data subtree with cardinality 0..1 in the context of parent node.
- ContainerNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- ContainerSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
The ContainerSchemaNode is used to define an interior data node in the schema tree.
- ContainerSchemaNodes - Class in org.opendaylight.yangtools.yang.data.util
-
Deprecated, for removal: This API element is subject to removal in a future version.This class is deprecated for removal. Use
NotificationDefinition.toContainerLike()
andOperationDefinition.toContainerLike()
to can similar service. Note that the former differs fromContainerSchemaNodes.forNotification(NotificationDefinition)
in that it does not report the source notification fromNotificationNodeContainer.getNotifications()
-- i.e. it does not contain itself. - ContainerStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
container
statement. - ContainerStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- contains(QName) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
-
Determine whether a particular
feature
, as identified by itsQName
is part of this set. - contains(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- contains(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
- contains(T) - Method in interface org.opendaylight.yangtools.concepts.HierarchicalIdentifier
-
Check if this identifier contains some other identifier.
- CONTAINS - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- 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.util.ImmutableOffsetMap
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- containsKey(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- containsKey(QName) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
Determine whether a particular predicate key is present.
- containsKey(QName) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- containsValue(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- containsValue(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- containsValue(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- CONTENT - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
Content layer, for example configuration data.
- context() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMountPoint
-
Return the underlying mount point context.
- context() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns the value of the
context
record component. - CONTEXT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.meta.StatementOrigin
-
Statement was inferred to exist based on effective semantics of some other statement.
- CONTEXT_INDEPENDENT - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Reuse the source statement context in the new place, as it cannot be affected by any further operations.
- CONTEXT_INSTANCE - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- CONTEXT_REFERENCE - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- contextIndependent() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
- ContextInstanceEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- ContextInstanceStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- ContextInstanceStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- ContextInstanceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.ContextInstanceStatementSupport
- ContextReferenceEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- ContextReferenceStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- ContextReferenceStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- ContextReferenceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- contextType() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextInstanceEffectiveStatement
-
Return the
IdentityEffectiveStatement
identifying thecontext type
of this instance. - contextType() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextReferenceEffectiveStatement
-
Return the
IdentityEffectiveStatement
identifying thecontext type
of this reference. - contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.AnydataNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.AnyxmlNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ChoiceNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.ContainerNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafSetNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedData
-
Return the contract governing this
NormalizedData
instance. - contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedYangData
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemLeafSetNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemMapNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UserLeafSetNode
- contract() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UserMapNode
- copy() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a deep copy of this object.
- COPY_MAX_ITEMS_MAX_PROP - Static variable in class org.opendaylight.yangtools.util.MapAdaptor
- CopyableNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Deprecated.
- copyAction(ActionEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyAnydata(AnydataEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyAnyxml(AnyxmlEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyAsChildOf(StmtContext.Mutable<?, ?, ?>, CopyType, QNameModule) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
- copyBuilder() - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- copyCase(CaseEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyChoice(ChoiceEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyContainer(ContainerEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyDeclared(StatementSupport.StatementEquality<A, D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
-
Return a
StatementSupport.StatementPolicy
forStatementSupport.CopyPolicy.DECLARED_COPY
, deferring to aStatementSupport.StatementEquality
for individual decisions. - copyEffective(EffectiveStmtCtx.Current<A, D>, E) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
Create a
EffectiveStatement
copy of provided original for specified context. - copyEffective(EffectiveStmtCtx.Current<A, D>, E) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- copyEffective(EffectiveStmtCtx.Current<A, D>, E) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, OutputStatement>, OutputEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, ActionStatement>, ActionEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, AnydataStatement>, AnydataEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, AnyxmlStatement>, AnyxmlEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, CaseStatement>, CaseEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, ChoiceStatement>, ChoiceEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, ContainerStatement>, ContainerEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, LeafListStatement>, LeafListEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, LeafStatement>, LeafEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, ListStatement>, ListEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- copyEffective(EffectiveStmtCtx.Current<QName, NotificationStatement>, NotificationEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- CopyHistory - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Reactor's view of significant semantic history of a particular statement.
- copyInput(InputEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyLeaf(LeafEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyLeafList(LeafListEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyList(ListEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyNotification(NotificationEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyOf(ThreadFactoryProvider) - Static method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Creates an immutable copy of a
ThreadFactoryProvider
value. - copyOutput(OutputEffectiveStatement, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- copyPolicy() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Return this statement's
StatementSupport.CopyPolicy
. - CopyType - Enum Class in org.opendaylight.yangtools.yang.parser.spi.meta
- COUNT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- 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() - Static method in class org.opendaylight.yangtools.util.ListenerRegistry
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- create() - 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() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- create() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ReusableImmutableNormalizedNodeStreamWriter
- create(boolean, QNameWithPredicate...) - Static method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Constructs new instance of this class with the concrete path.
- create(int) - 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.ImmutableContainerNodeBuilder
- create(int) - 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.ImmutableMapEntryNodeBuilder
- create(int) - 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.ImmutableUnkeyedListEntryNodeBuilder
- create(int) - 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.ImmutableUserMapNodeBuilder
- create(Runnable, V, Executor) - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Creates a
AsyncListenableFutureTask
that will upon running, execute the givenRunnable
, and arrange thatget
will return the given result on successful completion. - create(String) - Static method in class org.opendaylight.yangtools.util.ListenerRegistry
- create(Collection<T>) - Static method in class org.opendaylight.yangtools.util.UnmodifiableCollection
-
Create an unmodifiable view of the target collection.
- create(Callable<V>, Executor) - Static method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Creates an
AsyncListenableFutureTask
that will upon running, execute the givenCallable
. - create(Executor, QueuedNotificationManager.BatchedInvoker<L, N>, int, String) - Static method in class org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager
-
Create a new notification manager.
- create(NormalizedNodeStreamWriter, JSONCodecFactory) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- create(NormalizedNodeStreamWriter, JSONCodecFactory, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- create(SourceIdentifier, DOMSource, String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
Create a new
YinDomSchemaSource
using an identifier and a source. - create(Class<V>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnydataNodeBuilder
- create(Iterable<? extends YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
YangInstanceIdentifier.of(Iterable)
instead. - create(Iterable<QNameWithPredicate>, boolean) - Static method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Constructs new instance of this class with the concrete path.
- create(String) - Static method in class org.opendaylight.yangtools.yang.common.QName
- create(String) - Static method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- create(String, Class<X>) - Static method in class org.opendaylight.yangtools.util.concurrent.ReflectiveExceptionMapper
-
Create a new instance of the reflective exception mapper.
- create(String, Integer) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- create(String, String) - 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, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(String, Uint32) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- create(String, YangParserFactory) - Static method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- create(XMLStreamWriter, EffectiveModelContext) - 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, EffectiveModelContext, SchemaNodeIdentifier.Absolute) - 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(XMLStreamWriter, EffectiveModelContext, YangInstanceIdentifier) - 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
YangInstanceIdentifier
. - create(XMLStreamWriter, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new writer with the specified context and rooted at the specified node.
- create(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.DatastoreIdentifier
- create(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier
-
Return a NodeIdentifier for a particular QName.
- create(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(QName, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
- create(XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace and no revision.
- create(XMLNamespace, Revision) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace/revision.
- create(XMLNamespace, Revision, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(XMLNamespace, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(XMLNamespace, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Create a new QName module instance with specified namespace/revision.
- create(XMLNamespace, Optional<Revision>, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName.
- create(ChoiceNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableChoiceNodeBuilder
- create(ContainerNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder
- create(MapEntryNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- create(MountPointContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
Instantiate a new codec factory attached to a particular context.
- create(NormalizedNodeStreamWriter, MountPointContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, MountPointContext, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, MountPointContext, YangInstanceIdentifier, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, MountPointContext, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, MountPointContext, EffectiveStatementInference, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, MountPointContext, SchemaNodeIdentifier.Absolute) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, MountPointContext, SchemaNodeIdentifier.Absolute, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, XmlCodecFactory, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Construct a new
XmlParserStream
with strict parsing mode switched on. - create(NormalizedNodeStreamWriter, XmlCodecFactory, EffectiveStatementInference, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Construct a new
XmlParserStream
. - create(NormalizedNodeStreamWriter, XmlCodecFactory, SchemaNodeIdentifier.Absolute) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, XmlCodecFactory, SchemaNodeIdentifier.Absolute, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- create(NormalizedNodeStreamWriter, EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, EffectiveModelContext, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(NormalizedNodeStreamWriter, EffectiveStatementInference, boolean) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Utility method for use when caching
XmlCodecFactory
is not feasible. - create(SystemLeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- create(SystemMapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- create(UnkeyedListEntryNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- create(UnkeyedListNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- create(UserLeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- create(UserMapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- create(YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
YangInstanceIdentifier.of(NodeIdentifier)
instead. - create(YangInstanceIdentifier.PathArgument...) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
YangInstanceIdentifier.of(PathArgument...)
instead. - create(DataTreeConfiguration) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeFactory
-
Create a new data tree based on specified configuration, with a best-guess root.
- create(DataTreeConfiguration) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.di.InMemoryDataTreeFactory
- create(DataTreeConfiguration, EffectiveModelContext) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.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, EffectiveModelContext) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.di.InMemoryDataTreeFactory
- create(DataTreeConfiguration, EffectiveModelContext, DistinctNodeContainer<?, ?>) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeFactory
-
Create a new data tree based on specified configuration, with the specified node.
- create(DataTreeConfiguration, EffectiveModelContext, DistinctNodeContainer<?, ?>) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.di.InMemoryDataTreeFactory
- create(EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
-
Instantiate a new codec factory attached to a particular context.
- create(EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.TextToIRTransformer
- create(SchemaRepository, SchemaSourceRegistry) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinTextToDomTransformer
- create(SourceIdentifier, Class<? extends T>, int) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- create(SourceIdentifier, Class<? extends T>, PotentialSchemaSource.Costs) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- create(SourceIdentifier, IRStatement, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
- create(YangIRSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
Create a
YangStatementStreamSource
for aYangIRSchemaSource
. - create(YangTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
-
Create a
YangStatementStreamSource
for aYangTextSchemaSource
. - create(YinDomSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- create(YinXmlSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- createAbsoluteLeafRefPath(LeafRefPath, ImmutableList<QName>, Module) - Static method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefUtils
-
Create an absolute leafref path.
- createAction(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createAction(ActionStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createAnydata(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createAnydata(AnydataStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createAnyxml(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createAnyxml(AnyxmlStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createArgument(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createArgument(ArgumentStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createAugment(String, SchemaNodeIdentifier, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createAugment(AugmentStatement, SchemaNodeIdentifier, int, QNameModule, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createBase(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createBase(BaseStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createBelongsTo(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createBelongsTo(BelongsToStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createBit(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createBit(BitStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createCase(QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.UndeclaredStatements
- createCase(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createCase(CaseStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createChild(Iterable<QNameWithPredicate>) - Method in class org.opendaylight.yangtools.yang.data.tree.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.tree.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.tree.leafref.LeafRefPath
-
Create a child path based on concatenation of this path and additional path elements.
- createChoice(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createChoice(ChoiceStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, CaseSchemaNode) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createConcurrent() - Static method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Create a concurrent
DurationStatisticsTracker
, which performs well in very contended environments. - createConcurrent(String) - Static method in class org.opendaylight.yangtools.util.ObjectRegistry
- createConfig(boolean) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createConfig(boolean) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createConfig(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createConfig(ConfigStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createConfig(ConfigStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createContact(String) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createContact(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createContact(ContactStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createContact(ContactStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createContainer(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createContainer(ContainerStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createContext(Map<MountPointContextFactory.ContainerName, MountPointChild>, MountPointChild) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory
-
Create a mount point context based on available information.
- createContext(Map<MountPointContextFactory.ContainerName, MountPointChild>, MountPointChild) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
- createContextFactory(AbstractMountPointContextFactory.MountPointDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory
-
Create a fresh
MountPointContextFactory
for a nestedAbstractMountPointContextFactory.MountPointDefinition
. - createDataTreeNamespace(Collection<SchemaTreeEffectiveStatement<?>>, Map<QName, SchemaTreeEffectiveStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- createDeclared(A, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createDeclared(Boolean, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- createDeclared(BoundStmtCtx<A>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- createDeclared(BoundStmtCtx<A>, Stream<DeclaredStatement<?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
Create a
DeclaredStatement
for specified context. - createDeclared(Boolean, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ConfigStatementSupport
- createDeclared(Boolean, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MandatoryStatementSupport
- createDeclared(Boolean, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RequireInstanceStatementSupport
- createDeclared(Boolean, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YinElementStatementSupport
- createDeclared(Integer, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- createDeclared(Integer, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- createDeclared(String, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- createDeclared(String, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- createDeclared(String, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- createDeclared(Uint32, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- createDeclared(BoundStmtCtx<A>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createDeclared(BoundStmtCtx<A>, Stream<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- createDeclared(BoundStmtCtx<A>, Stream<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- createDeclared(BoundStmtCtx<Boolean>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- createDeclared(BoundStmtCtx<Integer>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FractionDigitsStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.InstanceTargetStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.RpcContextReferenceStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.AliasStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.DefValStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.DisplayHintStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.ImpliedStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DefaultStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DescriptionStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorAppTagStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorMessageStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MaxElementsStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PrefixStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PresenceStatementSupport
- createDeclared(BoundStmtCtx<String>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UnitsStatementSupport
- createDeclared(BoundStmtCtx<List<ValueRange>>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LengthStatementSupport
- createDeclared(BoundStmtCtx<List<ValueRange>>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RangeStatementSupport
- createDeclared(BoundStmtCtx<Set<QName>>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- createDeclared(BoundStmtCtx<Set<SchemaNodeIdentifier.Descendant>>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- createDeclared(BoundStmtCtx<SemVer>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.openconfig.parser.OpenConfigVersionSupport
- createDeclared(BoundStmtCtx<MaxAccess>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- createDeclared(BoundStmtCtx<ObjectIdentifier>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- createDeclared(BoundStmtCtx<Tag>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- createDeclared(BoundStmtCtx<AnnotationName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.MountStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6241.parser.GetFilterElementAttributesStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
- createDeclared(BoundStmtCtx<Empty>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc8639.parser.SubscriptionStateNotificationStatementSupport
- createDeclared(BoundStmtCtx<MountPointLabel>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- createDeclared(BoundStmtCtx<Ordering>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.ContextInstanceStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ArgumentStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.InputStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RpcStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- createDeclared(BoundStmtCtx<QName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
- createDeclared(BoundStmtCtx<Revision>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionDateStatementSupport
- createDeclared(BoundStmtCtx<Revision>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionStatementSupport
- createDeclared(BoundStmtCtx<Uint32>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.odlext.parser.AugmentIdentifierStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- createDeclared(BoundStmtCtx<UnresolvedQName.Unqualified>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- createDeclared(BoundStmtCtx<XMLNamespace>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.NamespaceStatementSupport
- createDeclared(BoundStmtCtx<YangDataName>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- createDeclared(BoundStmtCtx<YangVersion>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- createDeclared(BoundStmtCtx<DeviateKind>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- createDeclared(BoundStmtCtx<PathExpression>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- createDeclared(BoundStmtCtx<Status>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- createDeclared(BoundStmtCtx<IfFeatureExpr>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- createDeclared(BoundStmtCtx<PatternExpression>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- createDeclared(BoundStmtCtx<SchemaNodeIdentifier.Absolute>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- createDeclared(BoundStmtCtx<SchemaNodeIdentifier.Descendant>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- createDeclared(BoundStmtCtx<SchemaNodeIdentifier>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- createDeclared(BoundStmtCtx<ModifierKind>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- createDeclared(BoundStmtCtx<YangXPathExpression.QualifiedBound>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MustStatementSupport
- createDeclared(BoundStmtCtx<YangXPathExpression.QualifiedBound>, ImmutableList<DeclaredStatement<?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.WhenStatementSupport
- createDefault(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createDefault(DefaultStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createDescription(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createDescription(DescriptionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createDeviate(DeviateKind, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createDeviate(DeviateStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createDeviation(String, SchemaNodeIdentifier.Absolute, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createDeviation(DeviationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createEffective(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createEffective(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- createEffective(EffectiveStmtCtx.Current<A, D>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- createEffective(EffectiveStmtCtx.Current<A, D>, Stream<StmtContext<?, ?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
Create a
EffectiveStatement
for specified context. - createEffective(ConfigStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ConfigStatementSupport
- createEffective(ContactStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- createEffective(MandatoryStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MandatoryStatementSupport
- createEffective(MinElementsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- createEffective(OrganizationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- createEffective(PositionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- createEffective(ReferenceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- createEffective(RequireInstanceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RequireInstanceStatementSupport
- createEffective(ValueStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- createEffective(YinElementStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YinElementStatementSupport
- createEffective(EffectiveStmtCtx.Current<A, D>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createEffective(EffectiveStmtCtx.Current<A, D>, Stream<StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- createEffective(EffectiveStmtCtx.Current<A, D>, Stream<StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- createEffective(EffectiveStmtCtx.Current<Boolean, D>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- createEffective(EffectiveStmtCtx.Current<Integer, FractionDigitsStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FractionDigitsStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, InstanceTargetStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.odlext.parser.InstanceTargetStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, RpcContextReferenceStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.odlext.parser.RpcContextReferenceStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, AliasStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.AliasStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, DefValStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.DefValStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, DisplayHintStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.DisplayHintStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, ImpliedStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.ImpliedStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, BitStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, DefaultStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DefaultStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, DescriptionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DescriptionStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, EnumStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, ErrorAppTagStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorAppTagStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, ErrorMessageStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorMessageStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, MaxElementsStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MaxElementsStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, PrefixStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PrefixStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, PresenceStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PresenceStatementSupport
- createEffective(EffectiveStmtCtx.Current<String, UnitsStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UnitsStatementSupport
- createEffective(EffectiveStmtCtx.Current<List<ValueRange>, LengthStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LengthStatementSupport
- createEffective(EffectiveStmtCtx.Current<List<ValueRange>, RangeStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RangeStatementSupport
- createEffective(EffectiveStmtCtx.Current<Set<QName>, KeyStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- createEffective(EffectiveStmtCtx.Current<Set<SchemaNodeIdentifier.Descendant>, UniqueStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- createEffective(EffectiveStmtCtx.Current<SemVer, OpenConfigVersionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.openconfig.parser.OpenConfigVersionSupport
- createEffective(EffectiveStmtCtx.Current<MaxAccess, MaxAccessStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- createEffective(EffectiveStmtCtx.Current<ObjectIdentifier, OidStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- createEffective(EffectiveStmtCtx.Current<Tag, ModuleTagStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- createEffective(EffectiveStmtCtx.Current<AnnotationName, AnnotationStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, MountStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.odlext.parser.MountStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, OpenConfigHashedValueStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, GetFilterElementAttributesStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6241.parser.GetFilterElementAttributesStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, DefaultDenyAllStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, DefaultDenyWriteStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
- createEffective(EffectiveStmtCtx.Current<Empty, SubscriptionStateNotificationStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc8639.parser.SubscriptionStateNotificationStatementSupport
- createEffective(EffectiveStmtCtx.Current<MountPointLabel, MountPointStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- createEffective(EffectiveStmtCtx.Current<Ordering, OrderedByStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ContextReferenceStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, OutputStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ActionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, AnydataStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, AnyxmlStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ArgumentStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ArgumentStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, BaseStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, CaseStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ChoiceStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ContainerStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ExtensionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, FeatureStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, GroupingStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, IdentityStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, LeafListStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, LeafStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, ListStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, NotificationStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- createEffective(EffectiveStmtCtx.Current<QName, RpcStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RpcStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, TypedefStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- createEffective(EffectiveStmtCtx.Current<QName, TypeStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- createEffective(EffectiveStmtCtx.Current<QName, UsesStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
- createEffective(EffectiveStmtCtx.Current<Revision, RevisionDateStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionDateStatementSupport
- createEffective(EffectiveStmtCtx.Current<Revision, RevisionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionStatementSupport
- createEffective(EffectiveStmtCtx.Current<Uint32, SubIdStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, AugmentIdentifierStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.odlext.parser.AugmentIdentifierStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, BelongsToStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, ImportStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, IncludeStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, ModuleStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- createEffective(EffectiveStmtCtx.Current<UnresolvedQName.Unqualified, SubmoduleStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- createEffective(EffectiveStmtCtx.Current<XMLNamespace, NamespaceStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.NamespaceStatementSupport
- createEffective(EffectiveStmtCtx.Current<YangDataName, YangDataStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- createEffective(EffectiveStmtCtx.Current<YangVersion, YangVersionStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- createEffective(EffectiveStmtCtx.Current<DeviateKind, DeviateStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- createEffective(EffectiveStmtCtx.Current<PathExpression, PathStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- createEffective(EffectiveStmtCtx.Current<Status, StatusStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- createEffective(EffectiveStmtCtx.Current<IfFeatureExpr, IfFeatureStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- createEffective(EffectiveStmtCtx.Current<PatternExpression, PatternStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- createEffective(EffectiveStmtCtx.Current<SchemaNodeIdentifier, AugmentStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- createEffective(EffectiveStmtCtx.Current<SchemaNodeIdentifier.Absolute, DeviationStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- createEffective(EffectiveStmtCtx.Current<SchemaNodeIdentifier.Descendant, RefineStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- createEffective(EffectiveStmtCtx.Current<ModifierKind, ModifierStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- createEffective(EffectiveStmtCtx.Current<YangXPathExpression.QualifiedBound, MustStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MustStatementSupport
- createEffective(EffectiveStmtCtx.Current<YangXPathExpression.QualifiedBound, WhenStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.WhenStatementSupport
- createEffectiveModelContext(Collection<SourceIdentifier>) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.EffectiveModelContextFactory
-
Create a new schema context containing specified sources, pulling in any dependencies they may have.
- createEffectiveModelContext(SourceIdentifier...) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.EffectiveModelContextFactory
- createEffectiveModelContextFactory() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
- createEffectiveModelContextFactory(SchemaContextFactoryConfiguration) - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaRepository
-
Returns
EffectiveModelContextFactory
with supplied configuration. - createEffectiveModelContextFactory(SchemaContextFactoryConfiguration) - Method in class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
- createElementCountConstraint(ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- createElementCountConstraint(EffectiveStatement<?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- createEmptyDeclared(A) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createEmptyDeclared(Integer) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- createEmptyDeclared(Integer) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- createEmptyDeclared(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- createEmptyDeclared(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- createEmptyDeclared(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- createEmptyDeclared(Uint32) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- createEmptyEffective(D) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- createEmptyEffective(D) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStatementSupport
- createEmptyEffective(ValueStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- createEmptyEffective(ConfigStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ConfigStatementSupport
- createEmptyEffective(ContactStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContactStatementSupport
- createEmptyEffective(MandatoryStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MandatoryStatementSupport
- createEmptyEffective(MinElementsStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- createEmptyEffective(OrganizationStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- createEmptyEffective(PositionStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- createEmptyEffective(ReferenceStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- createEmptyEffective(RequireInstanceStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RequireInstanceStatementSupport
- createEmptyEffective(YinElementStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YinElementStatementSupport
- createEnum(String, String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createEnum(EnumStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createErrorAppTag(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createErrorAppTag(ErrorAppTagStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createErrorMessage(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createErrorMessage(ErrorMessageStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createException(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
- createExclusiveWriter(JSONCodecFactory, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createExclusiveWriter(JSONCodecFactory, JsonWriter, XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createExclusiveWriter(JSONCodecFactory, EffectiveStatementInference, XMLNamespace, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createExclusiveWriter(JSONCodecFactory, SchemaNodeIdentifier.Absolute, XMLNamespace, 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.
- createExtension(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createExtension(ExtensionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createFeature(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createFeature(FeatureStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createFractionDigits(int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createFractionDigits(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createFractionDigits(FractionDigitsStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createFractionDigits(FractionDigitsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createGrouping(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createGrouping(GroupingStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createIdentity(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createIdentity(IdentityStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createIdentity(IdentityStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableSet<IdentitySchemaNode>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createIfFeature(String, IfFeatureExpr, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createIfFeature(IfFeatureStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createImport(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createImport(ImportStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, SourceIdentifier) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createInclude(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createInclude(IncludeStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createInput(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createInput(QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.UndeclaredStatements
- createInput(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createInput(InputStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createInstance(LeafRefPath, QNameWithPredicate) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Create a new instance.
- createJsonWriter(Writer) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonWriterFactory
-
Create a new JsonWriter, which writes to the specified output writer.
- createJsonWriter(Writer, int) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonWriterFactory
-
Create a new JsonWriter, which writes to the specified output writer.
- createKey(String, Set<QName>, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createKey(KeyStatement, Set<QName>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createLazy(EffectiveModelContext) - Method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Create a new thread-unsafe, lazily-caching
JSONCodecFactory
for a SchemaContext. - createLeaf(QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.UndeclaredStatements
- createLeaf(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createLeaf(LeafStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createLeafList(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createLeafList(LeafListStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableSet<String>, ElementCountConstraint) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createLength(String, List<ValueRange>, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createLength(LengthStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createLenient(NormalizedNodeStreamWriter, JSONCodecFactory) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- createLenient(NormalizedNodeStreamWriter, JSONCodecFactory, EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- createList(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createList(ListStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableList<QName>, ElementCountConstraint) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMandatory(Boolean) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMandatory(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMandatory(MandatoryStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMandatory(MandatoryStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMaxElements(String, String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMaxElements(MaxElementsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMinElements(Integer) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMinElements(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMinElements(MinElementsStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMinElements(MinElementsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createModifier(ModifierStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createModifier(ModifierKind, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createModule(String, UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createModuleSet() - Static method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
Create a TreeSet for containing Modules with the same name, such that the set is ordered by
AbstractSchemaContext.REVISION_COMPARATOR
. - createMountPointContext(EffectiveModelContext, ContainerNode) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
- createMountPointContext(EffectiveModelContext, ContainerNode) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory
- createMust(String, YangXPathExpression.QualifiedBound, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createMust(MustStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createMutableClone() - Method in interface org.opendaylight.yangtools.yang.data.impl.schema.nodes.CloneableMap
-
Create a clone of this map's contents.
- createNameCollisionSourceException(EffectiveStmtCtx.Current<?, ?>, EffectiveStatement<?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- createNamespace(XMLNamespace, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createNamespace(NamespaceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createNestedWriter(JSONCodecFactory, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createNestedWriter(JSONCodecFactory, JsonWriter, XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createNestedWriter(JSONCodecFactory, EffectiveStatementInference, XMLNamespace, JsonWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
-
Create a new stream writer, which writes to the specified output stream.
- createNestedWriter(JSONCodecFactory, SchemaNodeIdentifier.Absolute, XMLNamespace, 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.
- createNode(YangInstanceIdentifier.NodeIdentifier, T) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafNodeBuilder
- createNotification(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createNotification(NotificationStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createNumber(int) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathMathSupport
-
Create a
YangNumberExpr
for specified integer. - createNumber(String) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathMathSupport
-
Create a
YangNumberExpr
backed by specified string. - createOrderedBy(Ordering) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOrderedBy(Ordering, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOrderedBy(OrderedByStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createOrderedBy(OrderedByStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createOrganization(String) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOrganization(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOrganization(OrganizationStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createOrganization(OrganizationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createOutput(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOutput(QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.UndeclaredStatements
- createOutput(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createOutput(OutputStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createParser() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParserFactory
-
Create a
YangParser
instance operating with defaultYangParserConfiguration
. - createParser(YangParserConfiguration) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParserFactory
-
Create a
YangParser
instance operating with specifiedYangParserConfiguration
. - createParser(YangParserConfiguration) - Method in class org.opendaylight.yangtools.yang.parser.impl.DefaultYangParserFactory
- createPath(PathExpression, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createPath(PathStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createPattern(PatternExpression, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createPattern(PatternStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createPosition(Uint32, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createPosition(PositionStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createPosition(PositionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createPrefix(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createPrefix(PrefixStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createPresence(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createPresence(PresenceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createQName(String, String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
Create a QName for a prefix and local name.
- 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.
- createQName(String, String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
-
Create a
QName
by resolving a prefix against currently-bound prefixes and combining it with specified local name. - 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
- 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.
- createRange(String, List<ValueRange>, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRange(RangeStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createReference(String) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createReference(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createReference(ReferenceStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createReference(ReferenceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRefine(String, SchemaNodeIdentifier.Descendant, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRefine(RefineStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRequireInstance(boolean) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRequireInstance(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRequireInstance(RequireInstanceStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRequireInstance(RequireInstanceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createReverse(Deque<? extends T>, Function<T, YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Create a
YangInstanceIdentifier
by walking specified stack backwards and extracting path components from it. - createReverse(Deque<YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Create a
YangInstanceIdentifier
by taking a snapshot of provided path and iterating it backwards. - createRevision(Revision, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRevision(RevisionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRevisionDate(Revision, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRevisionDate(RevisionDateStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createRpc(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createRpc(RpcStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createSchemaless(XMLStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
-
Create a new schema-less writer.
- createSchemaTreeNamespace(Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
-
Create a Map containing the contents of the schema tree.
- createSimple(EffectiveModelContext) - Method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Create a simplistic, thread-safe
JSONCodecFactory
for aEffectiveModelContext
. - createSimple(String) - Static method in class org.opendaylight.yangtools.util.ObjectRegistry
- createSoftCache(SchemaSourceRegistry, Class<R>) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- createSoftCache(SchemaSourceRegistry, Class<R>, long, TimeUnit) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- createSoftCache(SchemaSourceRegistry, Class<R>, Duration) - Static method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- createStatement(YangStatementParser.FileContext) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.IRSupport
-
Create an
IRStatement
from a parsedYangStatementParser.FileContext
. - createStatement(YangStatementParser.StatementContext) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.IRSupport
-
Create an
IRStatement
from a parsedYangStatementParser.StatementContext
. - createStatus(Status, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createStatus(StatusStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createStatus(StatusStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createSubmodule(String, UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createSynchronized() - Static method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Create a synchronized
DurationStatisticsTracker
, which performs well in non-contended environments. - createType(String, QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createTypedef(QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createTypedef(TypedefStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createTypedefNamespace(Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- createUndeclaredEffective(EffectiveStmtCtx.UndeclaredCurrent<A, D>, Stream<? extends StmtContext<?, ?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.UndeclaredStatementFactory
-
Create a
EffectiveStatement
for specified context. - createUndeclaredEffective(EffectiveStmtCtx.UndeclaredCurrent<QName, OutputStatement>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- createUndeclaredEffective(EffectiveStmtCtx.UndeclaredCurrent<QName, CaseStatement>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- createUndeclaredEffective(EffectiveStmtCtx.UndeclaredCurrent<QName, TypeStatement>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- createUndeclaredSubstatement(StatementSupport<X, Y, Z>, X) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a purely-effective substatement.
- createUnique(String, Set<SchemaNodeIdentifier.Descendant>, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createUnique(UniqueStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createUnits(String, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createUnits(UnitsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createUnrecognized(String, StatementDefinition, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createUses(String, QName, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createValue(Integer) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createValue(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createValue(ValueStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createValue(ValueStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createWhen(String, YangXPathExpression.QualifiedBound, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createWhen(WhenStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createXMLEventReader(ModuleEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
-
Create a new XMLEventReader iterating of the YIN document equivalent of an effective module.
- createXMLEventReader(ModuleEffectiveStatement, SubmoduleEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
-
Create a new XMLEventReader iterating of the YIN document equivalent of an effective submodule.
- createXMLStreamReader(InputStream) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
Create a new
XMLStreamReader
for dealing with untrusted XML data. - createXMLStreamReader(InputStream, Charset) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
Create a new
XMLStreamReader
for dealing with untrusted XML data. - createXMLStreamReader(Reader) - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
Create a new
XMLStreamReader
for dealing with untrusted XML data. - createYangVersion(YangVersion, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createYangVersion(YangVersionStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createYangVersion(YangVersionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createYinElement(boolean) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createYinElement(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatements
- createYinElement(YinElementStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- createYinElement(YinElementStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.EffectiveStatements
- 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() - Static method in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Return the current runtime version.
- CURRENT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.Status
-
CURRENT means that the definition is current and valid.
- CURRENT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- CURRENT - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyStatusStatement
- CURRENT - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyStatusEffectiveStatement
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- current_function_invocation() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- Current_function_invocationContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- CURRENT_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- CURRENT_KEYWORD() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.IdentifierContext
- currentModule() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Return current module the stack has entered.
- currentStatement() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Return the statement at the top of the stack.
- CursorAwareDataTreeModification - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A
DataTreeModification
which allows creation of aDataTreeModificationCursor
. - CursorAwareDataTreeSnapshot - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A
DataTreeSnapshot
which allows creation of aDataTreeSnapshotCursor
. - CustomCrossSourceStatementReactorBuilder - Class in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
D
- daemon() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Daemon or not for new threads created via this factory.
- daemon() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
Daemon or not for new threads created via this factory.
- daemon(boolean) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the value for the
daemon
attribute. - daemon(boolean) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Initializes the value for the
daemon
attribute. - data() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMountPoint
- data() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedTuple
-
Return the data portion of this tree.
- data() - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Returns the value of the
data
record component. - data() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns the value of the
data
record component. - DATA_EXISTS - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
data-exists
ErrorTag
. - DATA_MISSING - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
data-missing
ErrorTag
. - dataAfter() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the after-image of data corresponding to the node.
- dataBefore() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the before-image of data corresponding to the node.
- dataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns the child node corresponding to the specified name.
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractContainerEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractGroupingEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- dataChildByName(QName) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- DataContainer - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A
DistinctContainer
containingDataContainerChild
children. - DataContainerChild - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Marker interface for direct children of
DataContainerNode
. - DataContainerNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Abstract node which does not have value but contains valid
DataContainerChild
nodes. - DataContainerNodeBuilder<I extends YangInstanceIdentifier.PathArgument,
R extends DataContainerNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema.builder - DataDefinitionAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- DataDefinitionAwareDeclaredStatement.WithReusableDefinitions<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- DataDefinitionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Statement that defines new data nodes.
- DataNodeContainer - Interface in org.opendaylight.yangtools.yang.model.api
-
Node which can contains other nodes.
- DataNodeContainerValidator - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
-
General validator for container like statements, e.g.
- DataNodeContainerValidator(DataNodeContainer) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataNodeContainerValidator
- DataSchemaContext - Interface in org.opendaylight.yangtools.yang.data.util
-
Schema derived data providing necessary information for mapping between
NormalizedNode
and serialization format defined in RFC6020, since the mapping is not one-to-one. - DataSchemaContext.Composite - Interface in org.opendaylight.yangtools.yang.data.util
-
A
DataSchemaContext
containing otherDataSchemaContext
s. - DataSchemaContext.PathMixin - Interface in org.opendaylight.yangtools.yang.data.util
-
This node is a
NormalizedNode
intermediate, not represented in RFC7950 XML encoding. - DataSchemaContext.SimpleValue - Interface in org.opendaylight.yangtools.yang.data.util
-
Marker interface for contexts which boil down to a simple, not-structured value.
- DataSchemaContextTree - Class in org.opendaylight.yangtools.yang.data.util
-
Semantic tree binding a
EffectiveModelContext
to aNormalizedNode
tree. - DataSchemaContextTree.NodeAndStack - Record Class in org.opendaylight.yangtools.yang.data.util
- dataSchemaNode() - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
- dataSchemaNode() - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractContext
- dataSchemaNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.WithSchemaTree
-
Indexing support for
DataNodeContainer.dataChildByName(QName)
. - dataSchemaNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.WithSchemaTree
-
Indexing support for
DataNodeContainer.findDataChildByName(QName)
. - DataSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Data Schema Node represents abstract supertype from which all data tree definitions are derived.
- DatastoreIdentifier - Class in org.opendaylight.yangtools.yang.data.api
-
Identifier of a RFC8342 (NMDA) datastore.
- DataStringCodec<T> - Interface in org.opendaylight.yangtools.yang.data.impl.codec
- DataTree - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Interface representing a data tree which can be modified in an MVCC fashion.
- DataTreeAwareEffectiveStatement<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt -
Interface implemented by all
SchemaTreeAwareEffectiveStatement
s which can contain adata tree
child. - DataTreeCandidate - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
An encapsulation of a validated data tree modification.
- DataTreeCandidateInputOutput - Class in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Utility serialization/deserialization for
DataTreeCandidate
. - DataTreeCandidateNode - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A single node within a
DataTreeCandidate
. - DataTreeCandidateNodes - Class in org.opendaylight.yangtools.yang.data.tree.spi
- DataTreeCandidates - Class in org.opendaylight.yangtools.yang.data.tree.spi
-
Utility class holding methods useful when dealing with
DataTreeCandidate
instances. - DataTreeCandidateTip - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A
DataTreeCandidate
which is also aDataTreeTip
. - DataTreeConfiguration - Class in org.opendaylight.yangtools.yang.data.tree.api
-
DataTree configuration class.
- DataTreeConfiguration.Builder - Class in org.opendaylight.yangtools.yang.data.tree.api
- DataTreeEffectiveStatement<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface grouping all
EffectiveStatement
s which are accessible viaDataTreeAwareEffectiveStatement.dataTreeNodes()
. - DataTreeFactory - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Factory interface for creating data trees.
- DataTreeModification - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Class encapsulation of set of modifications to a base tree.
- DataTreeModificationCursor - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Extension to the
DataTreeSnapshotCursor
which allows modifying the data tree. - dataTreeNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
-
Return the mapping of
data tree
children of this statement. - dataTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- dataTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- DataTreeSnapshot - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Read-only snapshot of a
DataTree
. - DataTreeSnapshotCursor - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A cursor holding a logical position within a
DataTreeSnapshot
. - DataTreeTip - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
Tip of a data tree instance.
- DataValidationException - Exception in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
- DataValidationException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException
- DataValidationException.IllegalListKeyException - Exception in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
- DataValidationFailedException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
Exception thrown when a proposed change fails validation before being applied into the datastore.
- DataValidationFailedException(YangInstanceIdentifier, String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
-
Create a new instance.
- DataValidationFailedException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
-
Create a new instance, initializing the cause.
- DeadlockDetectingListeningExecutorService - Class in org.opendaylight.yangtools.util.concurrent
-
An implementation of ListeningExecutorService that attempts to detect deadlock scenarios that could occur if clients invoke the returned Future's
get
methods synchronously. - DeadlockDetectingListeningExecutorService(ExecutorService, Supplier<Exception>) - Constructor for class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
Constructor.
- DeadlockDetectingListeningExecutorService(ExecutorService, Supplier<Exception>, Executor) - Constructor for class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
-
Constructor.
- Decimal64 - Class in org.opendaylight.yangtools.yang.common
-
Dedicated type for YANG's 'type decimal64' type.
- Decimal64(Decimal64) - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64
- DECIMAL64 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
decimal64
built-in type. - Decimal64.Support - Class in org.opendaylight.yangtools.yang.common
- decimalCodec(DecimalTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- decimalCodec(DecimalTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- decimalCodec(DecimalTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- DecimalCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- DecimalStringCodec - 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.
- decimalTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- DecimalTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- DecimalTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains methods for getting data from the YANG
type
substatement fordecimal64
built-in type. - decimalValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- DECLARATION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.meta.StatementOrigin
-
Statement was explicitly declared by author of the supplied model, such as spelled out in the text of a YANG module.
- DeclarationInFile - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
A
DeclarationReference
to something which resembles file. - DeclarationInText - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
A
DeclarationReference
to a position within a some text document. - declarationReference() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Returns a
DeclarationReference
associated with this statement, if available. - declarationReference() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractRefStatement
- declarationReference() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- declarationReference() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- declarationReference() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
- declarationReference() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.StatementSourceReference
-
Returns the
DeclarationReference
associated with this reference, if available. - DeclarationReference - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
Reference to a statement declaration.
- declared() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtxCompat
-
Returns the
DeclaredStatement
view of this statement. - declared() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.UndeclaredCurrent
-
Deprecated.
- DECLARED_COPY - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Create a copy sharing declared instance, but otherwise having a separate disconnected lifecycle.
- DeclaredCaseEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- DeclaredCaseEffectiveStatement(CaseStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- DeclaredCaseEffectiveStatement(DeclaredCaseEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- DeclaredInputEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- DeclaredInputEffectiveStatement(InputStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- DeclaredInputEffectiveStatement(DeclaredInputEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- DeclaredOutputEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- DeclaredOutputEffectiveStatement(OutputStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- DeclaredOutputEffectiveStatement(DeclaredOutputEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- DeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
Represents declared statement.
- DeclaredStatementDecorators - Class in org.opendaylight.yangtools.yang.model.ri.stmt
-
Static entry point to enriching
DeclaredStatement
s covered in theRFC7950
metamodel withDeclarationReference
s. - DeclaredStatementFormatter - Class in org.opendaylight.yangtools.yang.model.export
-
Utility class for formatting
DeclaredStatement
s. - DeclaredStatementFormatter.Builder - Class in org.opendaylight.yangtools.yang.model.export
-
Builder class for instantiation of a customized
DeclaredStatementFormatter
. - DeclaredStatements - Class in org.opendaylight.yangtools.yang.model.ri.stmt
-
Static entry point to instantiating
DeclaredStatement
covered in theRFC7950
metamodel. - declaredSubstatements() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Returns collection of explicitly declared child statements, while preserving its original ordering from original source.
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularKeyStatement
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOrderedByStatement
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPathStatement
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularStatusStatement
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithArgument.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithoutArgument.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithQNameArgument.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawArgument.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawStringArgument.WithSubstatements
- declaredSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- declaredSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return declared substatements.
- declaredSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- declaredSubstatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Returns collection of explicitly declared child statements, while preserving its original ordering from original source.
- decodeQName(String, Function<String, QNameModule>) - Static method in class org.opendaylight.yangtools.yang.data.util.codec.QNameCodecUtil
- decorateAction(ActionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateAnydata(AnydataStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateAnyxml(AnyxmlStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateArgument(ArgumentStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateAugment(AugmentStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateBase(BaseStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateBelongsTo(BelongsToStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateBit(BitStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateCase(CaseStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateChoice(ChoiceStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateConfig(ConfigStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateContact(ContactStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateContainer(ContainerStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateDefault(DefaultStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateDescription(DescriptionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateDeviate(DeviateStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateDeviation(DeviationStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateEnum(EnumStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateErrorAppTag(ErrorAppTagStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateErrorMessage(ErrorMessageStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateExtesion(ExtensionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateFeature(FeatureStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateFractionDigits(FractionDigitsStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateGrouping(GroupingStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateIdentity(IdentityStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateIfFeature(IfFeatureStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateImport(ImportStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateInclude(IncludeStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateInput(InputStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateKey(KeyStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateLeaf(LeafStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateLeafList(LeafListStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateLength(LengthStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateList(ListStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateMandatory(MandatoryStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateMaxElements(MaxElementsStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateMinElements(MinElementsStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateModifier(ModifierStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateModule(ModuleStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateMust(MustStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateNamespace(NamespaceStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateNotification(NotificationStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateOrderedBy(OrderedByStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateOrganization(OrganizationStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateOutput(OutputStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decoratePath(PathStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decoratePattern(PatternStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decoratePosition(PositionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decoratePrefix(PrefixStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decoratePresence(PresenceStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRange(RangeStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateReference(ReferenceStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRefine(RefineStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRequireInstance(RequireInstanceStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRevision(RevisionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRevisionDate(RevisionDateStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateRpc(RpcStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateStatus(StatusStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateSubmodule(SubmoduleStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateType(TypeStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateTypedef(TypedefStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateUnique(UniqueStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateUnits(UnitsStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateUnrecognized(UnrecognizedStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateUses(UsesStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateValue(ValueStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateWhen(WhenStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateYangVersion(YangVersionStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- decorateYinElement(YinElementStatement, DeclarationReference) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.DeclaredStatementDecorators
- Default(D) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.Default
- Default(AbstractDeclaredEffectiveStatement.Default<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.Default
- DEFAULT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- DEFAULT - Enum constant in enum class org.opendaylight.yangtools.yang.parser.api.ImportResolutionMode
- DEFAULT - Static variable in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
-
System-wide default configuration.
- DEFAULT_CONFIGURATION - Static variable in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- DEFAULT_COPY_MAX_ITEMS - Static variable in class org.opendaylight.yangtools.util.MapAdaptor
- DEFAULT_DENY_ALL - Enum constant in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- DEFAULT_DENY_WRITE - Enum constant in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- DEFAULT_MODE - Enum constant in enum class org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode
-
Default mode of statement parser.
- DEFAULT_OPERATIONAL - Static variable in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- DEFAULT_PERSIST_MIN_ITEMS - Static variable in class org.opendaylight.yangtools.util.MapAdaptor
- DefaultArgument(D) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument
- DefaultArgument(AbstractDeclaredEffectiveStatement.DefaultArgument<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument
- DefaultDenyAllEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Effective statement representation of 'default-deny-all' extension defined in RFC6536.
- DefaultDenyAllSchemaNode - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Represents the effect of 'default-deny-all' extension, as defined in RFC6536, being attached to a SchemaNode.
- DefaultDenyAllStatement - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Declared statement representation of 'default-deny-all' extension defined in RFC6536.
- DefaultDenyAllStatementSupport - Class in org.opendaylight.yangtools.rfc6536.parser
- DefaultDenyAllStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyAllStatementSupport
- DefaultDenyWriteEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Effective statement representation of 'default-deny-write' extension defined in RFC6536.
- DefaultDenyWriteSchemaNode - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Represents the effect of 'default-deny-write' extension, as defined in RFC6536, being attached to a SchemaNode.
- DefaultDenyWriteStatement - Interface in org.opendaylight.yangtools.rfc6536.model.api
-
Declared statement representation of 'default-deny-write' extension defined in RFC6536.
- DefaultDenyWriteStatementSupport - Class in org.opendaylight.yangtools.rfc6536.parser
- DefaultDenyWriteStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6536.parser.DefaultDenyWriteStatementSupport
- DefaultEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
default
statement. - defaultInstance() - Static method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter
-
Return the default DeclaredStatementFormatter instance.
- defaultInstance() - Static method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
-
Get the system-wide default instance, backed by system-wide default XMLEventFactory.
- defaultReactor() - Static method in class org.opendaylight.yangtools.yang.parser.impl.DefaultReactors
-
Get a shared default-configured reactor instance.
- defaultReactor() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
Returns a pre-built
CrossSourceStatementReactor
supporting RFC6020 and RFC7950, along with OpenConfig semantic version extension. - defaultReactorBuilder() - Static method in class org.opendaylight.yangtools.yang.parser.impl.DefaultReactors
-
Return a baseline CrossSourceStatementReactor
CrossSourceStatementReactor.Builder
. - defaultReactorBuilder() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
Returns a partially-configured
CustomCrossSourceStatementReactorBuilder
, with RFC6020/RFC7950 and OpenConfig semantic version support enabled. - defaultReactorBuilder(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.impl.DefaultReactors
-
Return a baseline CrossSourceStatementReactor
CrossSourceStatementReactor.Builder
. - defaultReactorBuilder(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- defaultReactorBuilder(YangXPathParserFactory) - Static method in class org.opendaylight.yangtools.yang.parser.impl.DefaultReactors
-
Return a baseline CrossSourceStatementReactor
CrossSourceStatementReactor.Builder
. - defaultReactorBuilder(YangXPathParserFactory) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- defaultReactorBuilder(YangXPathParserFactory, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.impl.DefaultReactors
-
Return a baseline CrossSourceStatementReactor
CrossSourceStatementReactor.Builder
. - defaultReactorBuilder(YangXPathParserFactory, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- DefaultReactors - Class in org.opendaylight.yangtools.yang.parser.impl
-
Utility class for instantiating default-configured
CrossSourceStatementReactor
s. - DefaultSchemaTreeInference - Class in org.opendaylight.yangtools.yang.model.spi
-
Default implementation of a a
SchemaTreeInference
. - DefaultStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
default
statement. - DefaultStatementAwareDeclaredStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Marker interface for statements which may contain a 'default' statement, as defined in RFC7950.
- DefaultStatementDefinition<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Class in org.opendaylight.yangtools.yang.model.api.meta -
Default implementation of the
StatementDefinition
contract. - DefaultStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- DefaultStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DefaultStatementSupport
- DefaultWithArgument(D, A) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithArgument
- DefaultWithDataTree(ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- DefaultWithDataTree(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- DefaultWithDataTree(AbstractDeclaredEffectiveStatement.DefaultWithDataTree<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- DefaultWithDataTree(AbstractUndeclaredEffectiveStatement.DefaultWithDataTree<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- DefaultWithSchemaTree(ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree
- DefaultWithSchemaTree(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- DefaultWithSchemaTree(AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- DefaultWithSchemaTree(AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree
- DefaultXPathParserFactory - Class in org.opendaylight.yangtools.yang.xpath.impl.di
-
Default implementation of
YangXPathParserFactory
forjavax.inject
-based dependency injection frameworks. - DefaultXPathParserFactory() - Constructor for class org.opendaylight.yangtools.yang.xpath.impl.di.DefaultXPathParserFactory
-
Construct a parser factory.
- DefaultYangLibResolver - Class in org.opendaylight.yangtools.yang.parser.impl
-
Reference
YangLibResolver
implementation. - DefaultYangLibResolver() - Constructor for class org.opendaylight.yangtools.yang.parser.impl.DefaultYangLibResolver
- DefaultYangLibResolver(YangXPathParserFactory) - Constructor for class org.opendaylight.yangtools.yang.parser.impl.DefaultYangLibResolver
- DefaultYangParserFactory - Class in org.opendaylight.yangtools.yang.parser.impl
-
Reference
YangParserFactory
implementation. - DefaultYangParserFactory() - Constructor for class org.opendaylight.yangtools.yang.parser.impl.DefaultYangParserFactory
-
Construct a new
YangParserFactory
backed byDefaultReactors.defaultReactor()
. - DefaultYangParserFactory(YangXPathParserFactory) - Constructor for class org.opendaylight.yangtools.yang.parser.impl.DefaultYangParserFactory
- definition() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- DEFVAL - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- DefValEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DefValSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DefValStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DefValStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- DefValStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.DefValStatementSupport
- delegate() - Method in class org.opendaylight.yangtools.util.ForwardingIdentityObject
- delegate() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- delegate() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- delegate() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractRefStatement
- delegate() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- delegateForByteSource(String, ByteSource, Charset) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource with
SourceIdentifier
derived from a supplied filename and backed by ByteSource, which provides the actual InputStreams. - delegateForByteSource(SourceIdentifier, ByteSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
-
Create a new YinTextSchemaSource with a specific source identifier and backed by ByteSource, which provides the actual InputStreams.
- delegateForByteSource(SourceIdentifier, ByteSource, Charset) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource with a specific source identifier and backed by ByteSource, which provides the actual InputStreams.
- delegateForCharSource(String, CharSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource with
SourceIdentifier
derived from a supplied filename and backed by ByteSource, which provides the actual InputStreams. - delegateForCharSource(SourceIdentifier, CharSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource with a specific source identifier and backed by ByteSource, which provides the actual InputStreams.
- Delegator<T> - Interface in org.opendaylight.yangtools.concepts
-
Implementation of this interface delegates all its calls to the delegate if not specified otherwise.
- delete(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification
-
Delete the node at specified path.
- delete(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModificationCursor
-
Delete the specified child.
- DELETE - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
This node has been deleted along with any of its child nodes.
- DELETE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Server implements target node without some properties.
- DEPRECATED - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.Status
-
DEPRECATED indicates an obsolete definition, but it permits new/ continued implementation in order to foster interoperability with older/existing implementations.
- DEPRECATED - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyStatusStatement
- DEPRECATED - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyStatusEffectiveStatement
- DEREF - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- deref_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- deref_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_argContext
- Deref_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- deref_function_invocation() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- deref_function_invocation() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Deref_function_invocationContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- DEREF_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- DEREF_KEYWORD - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- DEREF_KEYWORD() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- DEREF_KEYWORD() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.IdentifierContext
- DerefSteps(YangLocationPath.Relative, YangLocationPath.Relative) - Constructor for class org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
- DERIVED_FROM - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- DERIVED_FROM_OR_SELF - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- derivedBinaryBuilder(BinaryTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedBitsBuilder(BitsTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedBooleanBuilder(BooleanTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedEmptyBuilder(EmptyTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedFrom(StatementSupportBundle) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- derivedIdentityrefBuilder(IdentityrefTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedInstanceIdentifierBuilder(InstanceIdentifierTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedInt16Builder(Int16TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedInt32Builder(Int32TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedLeafrefBuilder(LeafrefTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- DerivedString<T extends DerivedString<T>> - Class in org.opendaylight.yangtools.yang.common
-
Abstract base class for objects which are string-equivalent to canonical string representation specified in a YANG model.
- DerivedString() - Constructor for class org.opendaylight.yangtools.yang.common.DerivedString
- derivedTypeBuilder(TypeDefinition<?>, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- DerivedTypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Builder of
TypeDefinition
s for use in typedef statements. - DerivedTypes - Class in org.opendaylight.yangtools.yang.model.ri.type
-
YANG defines 'derived type' as a type created through a 'typedef' statement.
- derivedUint32Builder(Uint32TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedUint64Builder(Uint64TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- derivedUnionBuilder(UnionTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypes
- Descendant() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Descendant
- DESCENDANT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
descendant
axis. - DESCENDANT_OR_SELF - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
descendant-or-self
axis. - descendant_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- descendant_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- Descendant_pathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- descendingIterator() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- DESCRIPTION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- DescriptionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
description
statement. - DescriptionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
description
statement. - DescriptionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- DescriptionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DescriptionStatementSupport
- DeserializationException - Exception in org.opendaylight.yangtools.yang.data.impl.codec
- DeserializationException() - Constructor for exception org.opendaylight.yangtools.yang.data.impl.codec.DeserializationException
- DeserializationException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.codec.DeserializationException
- DeserializationException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.codec.DeserializationException
- DeserializationException(String, Throwable, boolean, boolean) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.codec.DeserializationException
- DeserializationException(Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.codec.DeserializationException
- deserialize(String, int) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
-
Deserializes value from supplied string representation is supplied radix.
- deserialize(S) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.IllegalArgumentCodec
-
Produce an internal object based on an external object.
- deserialize(S) - Method in class org.opendaylight.yangtools.yang.data.api.codec.AbstractIllegalArgumentCodec
- deserializeImpl(S) - Method in class org.opendaylight.yangtools.yang.data.api.codec.AbstractIllegalArgumentCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BinaryStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BitsStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BooleanStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.DecimalStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.EnumStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.StringStringCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringIdentityrefCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
- deserializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- deserializeKeyValue(DataSchemaNode, LeafrefResolver, String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
- detectCase(ChoiceSchemaNode, DataContainerChild) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeSchemaUtils
- DEVIATE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- DeviateDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'deviate' statement.
- DeviateEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
deviate
statement. - DeviateEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- DeviateEffectiveStatementImpl(DeviateStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- DeviateKind - Enum Class in org.opendaylight.yangtools.yang.model.api
-
Enumeration describing
deviate
YANG statement argument. - DeviateStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
deviate
statement. - DeviateStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- DeviateStatementImpl(DeviateKind, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.DeviateStatementImpl
- DeviateStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate
- DeviateStatementRFC6020Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC6020Support
- DeviateStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate
-
Class providing necessary support for processing YANG 1.1 deviate statement.
- DeviateStatementRFC7950Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- Deviation - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'deviation' statement.
- DEVIATION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- DeviationEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
deviation
statement. - DeviationEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- DeviationEffectiveStatementImpl(DeviationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviationEffectiveStatementImpl
- deviationModuleNames() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
deviationModuleNames
record component. - DeviationStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
deviation
statement. - DeviationStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- DeviationStatementImpl(String, SchemaNodeIdentifier.Absolute, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.DeviationStatementImpl
- DeviationStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- DeviationStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- DISAPPEARED - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
This node has disappeared because it is no longer implied by any children.
- DISPLAY_HINT - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- DisplayHintEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DisplayHintSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DisplayHintStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- DisplayHintStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- DisplayHintStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.DisplayHintStatementSupport
- DistinctContainer<K extends YangInstanceIdentifier.PathArgument,
V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema -
A
NormalizedContainer
which contains distinctly-addressable children. - DistinctNodeContainer<K extends YangInstanceIdentifier.PathArgument,
V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema -
A
NormalizedNodeContainer
which contains directly-addressable children. - DIV - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Arithmetic division.
- DIV - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- DIV - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- DIV() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- DIV() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- DIV() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- DocumentedDeclaredStatement<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface for statements which contain either a description/reference or a description/reference/status combo.
- DocumentedDeclaredStatement.WithStatus<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- DocumentedNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Node which can have documentation assigned.
- DocumentedNode.WithStatus - Interface in org.opendaylight.yangtools.yang.model.api
- doEvaluate(YangBinaryOperator, N, N) - Method in class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
-
Evaluate an operator and its left- and right-handside.
- DOMSourceAnyxmlNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
An AnyxmlNode with data in
DOMSource
format. - domSourceValue(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- domSourceValue(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- domSourceValue(DOMSource) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Set the value of current anyxml node.
- domSourceValue(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- domSourceValue(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- done() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListenableFutureTask
-
Called by the base class when the future result is set.
- doNegateNumber(N) - Method in class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
-
Create a
YangNumberExpr
representing the negated value of a number. - DOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- DOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- DOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- DOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- DOT() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateExprContext
- DOT() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbbreviatedStepContext
- DOTDOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- DOTDOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- DOTDOT() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbbreviatedStepContext
- DOTS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- DOTS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- DOTS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- DOTS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- DOTS(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- DOTS(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- doubleQuoted(String) - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- doubleValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- doubleValue() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- DQUOT_END - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- DQUOT_END - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- DQUOT_END - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- DQUOT_END - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- DQUOT_END() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- DQUOT_END() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
- DQUOT_END(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- DQUOT_START - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- DQUOT_START - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- DQUOT_START - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- DQUOT_START - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- DQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- DQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- DQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- DQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- DQUOT_STRING() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- DQUOT_STRING() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
- DQUOT_STRING(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- DQUOT_STRING_MODE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- DQUOT_STRING_MODE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- DRAFT_LHOTKA_NETMOD_YANG_JSON_02 - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Deprecated.This is a historic implementation, retained for compatibility. Please migrate to
JSONCodecFactorySupplier.RFC7951
. - DuplicateChildNodeRejectedException - Exception in org.opendaylight.yangtools.yang.data.util
- DuplicateChildNodeRejectedException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.util.DuplicateChildNodeRejectedException
- DuplicateEntry - Class in org.opendaylight.yangtools.yang.data.api.schema
-
Entry describing a duplicate found in a
NormalizedNode
tree. - DurationStatisticsTracker - Class in org.opendaylight.yangtools.util
-
Abstract class that calculates and tracks time duration statistics.
- DurationStatisticsTracker() - Constructor for class org.opendaylight.yangtools.util.DurationStatisticsTracker
E
- EdgeImpl(TopologicalSort.Node, TopologicalSort.Node) - Constructor for class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
- EFFECTIVE_MODEL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
- EFFECTIVE_MODEL - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.EFFECTIVE_MODEL
. - EffectiveAugmentationSchema - Class in org.opendaylight.yangtools.yang.model.util
-
Deprecated, for removal: This API element is subject to removal in a future version.This class should not be needed anymore.
- EffectiveAugmentationSchema(AugmentationSchemaNode, DataNodeContainer) - Constructor for class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- effectiveConfig() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- effectiveConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Return the effective value of
config
substatement, if applicable. - effectiveConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- effectiveConfig() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DataSchemaNodeMixin
- effectiveConfig() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationContainerMixin
- effectiveConfig() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
-
Return the effective
config
statement value. - EffectiveModelContext - Interface in org.opendaylight.yangtools.yang.model.api
-
EffectiveStatement
-based result of YANG parser compilation. - EffectiveModelContextFactory - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
An asynchronous factory for building
EffectiveModelContext
instances based on a specification of whatSourceIdentifier
s are required and dynamic recursive resolution. - EffectiveModelContextListener - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface for listeners interested in updates of an EffectiveModelContext.
- EffectiveModelContextProvider - Interface in org.opendaylight.yangtools.yang.model.api
-
A static provider of an
EffectiveModelContext
. - effectiveNamespace() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent
- effectiveParent() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
-
Return parent of this context, if there is one.
- EffectiveSchemaContext - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
- EffectiveStatement<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.meta -
Effective model statement which should be used to derive application behaviour.
- EffectiveStatementEquivalent<E extends EffectiveStatement<?,
?>> - Interface in org.opendaylight.yangtools.yang.model.api -
Marker interface for objects which have an equivalent EffectiveStatement.
- EffectiveStatementInference - Interface in org.opendaylight.yangtools.yang.model.api
-
A base class of an
EffectiveModelContext
context reasoning with regards to what logical sequence ofEffectiveStatement
s were considered. - EffectiveStatementMixins - Class in org.opendaylight.yangtools.yang.model.spi.meta
-
Mix-in interfaces providing services required by SchemaNode et al.
- EffectiveStatementMixins.ActionNodeContainerMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andActionNodeContainer
. - EffectiveStatementMixins.AddedByUsesMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Deprecated, for removal: This API element is subject to removal in a future version.See deprecation notice in
AddedByUsesAware
- EffectiveStatementMixins.AugmentationTargetMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatement
andAugmentationTarget
. - EffectiveStatementMixins.ConstraintMetaDefinitionMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andConstraintMetaDefinition
. - EffectiveStatementMixins.CopyableMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Deprecated.Scheduled for removal with
CopyableNode
. - EffectiveStatementMixins.DataNodeContainerMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andDataNodeContainer
. - EffectiveStatementMixins.DataSchemaNodeMixin<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta
-
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andDataSchemaNode
. - EffectiveStatementMixins.DocumentedNodeMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andDocumentedNode
. - EffectiveStatementMixins.DocumentedNodeMixin.WithStatus<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andDocumentedNode.WithStatus
. - EffectiveStatementMixins.EffectiveStatementWithFlags<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Support interface for various mixins.
- EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder - Class in org.opendaylight.yangtools.yang.model.spi.meta
- EffectiveStatementMixins.MandatoryMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andMandatoryAware
. - EffectiveStatementMixins.MustConstraintMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andMustConstraintAware
. - EffectiveStatementMixins.NotificationNodeContainerMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andNotificationNodeContainer
. - EffectiveStatementMixins.OpaqueDataSchemaNodeMixin<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta
-
Helper bridge for
anydata
andanyxml
opaque data. - EffectiveStatementMixins.OperationContainerMixin<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta
-
Helper bridge for operation containers (
input
andoutput
). - EffectiveStatementMixins.OperationDefinitionMixin<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta
-
Helper bridge for
rpc
andaction
operations. - EffectiveStatementMixins.PresenceMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andpresence
statement. - EffectiveStatementMixins.SchemaNodeMixin<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta
-
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andSchemaNode
. - EffectiveStatementMixins.UnknownSchemaNodeMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andUnknownSchemaNode
. - EffectiveStatementMixins.UserOrderedAwareMixin<A,
D extends DeclaredStatement<A>, E extends OrderedByAwareEffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
andordered-by
statement. - EffectiveStatementMixins.WhenConditionMixin<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.spi.meta -
Helper used to locate the effective
when
statement and exposing its argument as perWhenConditionAware
. - EffectiveStatements - Class in org.opendaylight.yangtools.yang.model.ri.stmt
-
Static entry point to instantiating declared
EffectiveStatement
covered in theRFC7950
metamodel. - EffectiveStatementState - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Significant state captured by an
EffectiveStatement
at its instantiation site. - EffectiveStatementState() - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- EffectiveStmtCtx - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Effective view of a
StmtContext
for the purposes of creating anEffectiveStatement
. - EffectiveStmtCtx.Current<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
Minimum amount of state required to build an accurate effective view of a statement.
- EffectiveStmtCtx.Parent - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Minimum amount of parent state required to build an accurate effective view of a particular child.
- EffectiveStmtCtx.Parent.EffectiveConfig - Enum Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Effective
config
statement value. - EffectiveStmtCtx.UndeclaredCurrent<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
A restricted version of
EffectiveStmtCtx.Current
, which does not expose the raw argument or the declared statement. - EffectiveStmtUtils - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt
- effectiveSubstatements() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns a collection of all effective substatements.
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractLeafEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnydataEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnyxmlEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularBitEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularFeatureEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularForeignKeyEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIdentityEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLocalKeyEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularUniqueEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument.WithSubstatements
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithArgument.WithSubstatements
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- effectiveSubstatements() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree
- effectiveSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return effective substatements.
- effectiveSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- Either<T,
U> - Class in org.opendaylight.yangtools.concepts -
Utility holder of a two-variant value.
- Either(T) - Constructor for class org.opendaylight.yangtools.concepts.Either
- Either(U, Void) - Constructor for class org.opendaylight.yangtools.concepts.Either
- elementBody() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
-
Return the XML element body of this object.
- elementBody() - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
-
Return the XML element body of this object.
- elementBody() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
Return the XML element body of this object.
- ElementCountConstraint - Class in org.opendaylight.yangtools.yang.model.api
-
Contains method which returns various data constraints for a list-like YANG element (e.g.
- ElementCountConstraintAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Common interface for list-like nodes, which can optionally have constraints on the number of direct children.
- empty() - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- empty() - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
YangInstanceIdentifier.of()
instead. - empty() - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- empty() - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- empty(YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Return an empty
DataTreeCandidateNode
identified by specifiedYangInstanceIdentifier.PathArgument
. - Empty - Class in org.opendaylight.yangtools.yang.common
-
Dedicated singleton type for YANG's
type empty
value. - EMPTY - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
empty
built-in type. - EmptyActionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyActionStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyActionStatement
- EmptyAnydataEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyAnydataEffectiveStatement(AnydataStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- EmptyAnydataEffectiveStatement(EmptyAnydataEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- EmptyAnydataStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyAnydataStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyAnydataStatement
- EmptyAnyxmlEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyAnyxmlEffectiveStatement(AnyxmlStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnyxmlEffectiveStatement
- EmptyAnyxmlEffectiveStatement(EmptyAnyxmlEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnyxmlEffectiveStatement
- EmptyAnyxmlStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyAnyxmlStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyAnyxmlStatement
- EmptyArgumentEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyArgumentEffectiveStatement(ArgumentStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyArgumentEffectiveStatement
- EmptyArgumentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyArgumentStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyArgumentStatement
- EmptyAugmentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyAugmentStatement(String, SchemaNodeIdentifier) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyAugmentStatement
- EmptyBaseEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyBaseEffectiveStatement(BaseStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyBaseEffectiveStatement
- EmptyBaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyBaseStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyBaseStatement
- EmptyBelongsToEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyBelongsToEffectiveStatement(BelongsToStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyBelongsToEffectiveStatement
- EmptyBelongsToStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyBelongsToStatement(UnresolvedQName.Unqualified) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyBelongsToStatement
- EmptyBitEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyBitEffectiveStatement(BitStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyBitEffectiveStatement
- EmptyBitStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyBitStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyBitStatement
- EmptyCaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyCaseStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyCaseStatement
- EmptyChoiceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyChoiceEffectiveStatement(ChoiceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyChoiceEffectiveStatement
- EmptyChoiceEffectiveStatement(AbstractChoiceEffectiveStatement, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyChoiceEffectiveStatement
- EmptyChoiceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyChoiceStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyChoiceStatement
- emptyCodec(EmptyTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- emptyCodec(EmptyTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- emptyCodec(EmptyTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- EmptyCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- EmptyConfigEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyConfigEffectiveStatement(ConfigStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyConfigEffectiveStatement
- EmptyConfigStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyContactEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyContactEffectiveStatement(ContactStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyContactEffectiveStatement
- EmptyContactStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyContactStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyContactStatement
- EmptyContainerEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyContainerEffectiveStatement(ContainerStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyContainerEffectiveStatement
- EmptyContainerEffectiveStatement(AbstractContainerEffectiveStatement, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyContainerEffectiveStatement
- EmptyContainerStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyContainerStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyContainerStatement
- EmptyDefaultEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyDefaultEffectiveStatement(DefaultStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyDefaultEffectiveStatement
- EmptyDefaultStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyDefaultStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyDefaultStatement
- EmptyDeque<E> - Class in org.opendaylight.yangtools.util
-
A specialized always-empty implementation of
Deque
. - EmptyDescriptionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyDescriptionEffectiveStatement(DescriptionStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyDescriptionEffectiveStatement
- EmptyDescriptionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyDescriptionStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyDescriptionStatement
- EmptyEnumEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyEnumEffectiveStatement(EnumStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyEnumEffectiveStatement
- EmptyEnumStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyEnumStatement(String, String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyEnumStatement
- EmptyErrorAppTagEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyErrorAppTagEffectiveStatement(ErrorAppTagStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyErrorAppTagEffectiveStatement
- EmptyErrorAppTagStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyErrorAppTagStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyErrorAppTagStatement
- EmptyErrorMessageEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyErrorMessageEffectiveStatement(ErrorMessageStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyErrorMessageEffectiveStatement
- EmptyErrorMessageStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyErrorMessageStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyErrorMessageStatement
- EmptyExtensionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyExtensionStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyExtensionStatement
- EmptyFeatureEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyFeatureEffectiveStatement(FeatureStatement, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyFeatureEffectiveStatement
- EmptyFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyFeatureStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyFeatureStatement
- EmptyForeignKeyEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyForeignKeyEffectiveStatement(KeyStatement, Set<QName>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyForeignKeyEffectiveStatement
- EmptyFractionDigitsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyFractionDigitsEffectiveStatement(FractionDigitsStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyFractionDigitsEffectiveStatement
- EmptyFractionDigitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyGroupingEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyGroupingEffectiveStatement(GroupingStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyGroupingEffectiveStatement
- EmptyGroupingStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyGroupingStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyGroupingStatement
- EmptyIdentityEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyIdentityEffectiveStatement(IdentityStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyIdentityEffectiveStatement
- EmptyIdentityStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyIdentityStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyIdentityStatement
- EmptyIfFeatureEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyIfFeatureEffectiveStatement(IfFeatureStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyIfFeatureEffectiveStatement
- EmptyIfFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyIfFeatureStatement(String, IfFeatureExpr) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyIfFeatureStatement
- EmptyImmutableUnkeyedListNode(YangInstanceIdentifier.NodeIdentifier) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- EmptyIncludeEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyIncludeEffectiveStatement(IncludeStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyIncludeEffectiveStatement
- EmptyIncludeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyIncludeStatement(UnresolvedQName.Unqualified) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyIncludeStatement
- EmptyInputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyInputStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyInputStatement
- EmptyKeyStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyKeyStatement(String, Set<QName>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyKeyStatement
- EmptyLeafEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyLeafEffectiveStatement(LeafStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafEffectiveStatement
- EmptyLeafEffectiveStatement(AbstractLeafEffectiveStatement, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafEffectiveStatement
- EmptyLeafListEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyLeafListEffectiveStatement(LeafListStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafListEffectiveStatement
- EmptyLeafListEffectiveStatement(EmptyLeafListEffectiveStatement, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafListEffectiveStatement
- EmptyLeafListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyLeafListStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyLeafListStatement
- EmptyLeafStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyLeafStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyLeafStatement
- EmptyLengthEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyLengthEffectiveStatement(LengthStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLengthEffectiveStatement
- EmptyLengthStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyLengthStatement(String, List<ValueRange>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyLengthStatement
- EmptyListEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyListEffectiveStatement(ListStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableList<QName>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyListEffectiveStatement
- EmptyListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyListStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyListStatement
- EmptyLocalKeyEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyLocalKeyEffectiveStatement(KeyStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLocalKeyEffectiveStatement
- EmptyMandatoryEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyMandatoryEffectiveStatement(MandatoryStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyMandatoryEffectiveStatement
- EmptyMandatoryStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyMandatoryStatement(Boolean) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyMandatoryStatement
- EmptyMaxElementsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyMaxElementsEffectiveStatement(MaxElementsStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyMaxElementsEffectiveStatement
- EmptyMaxElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyMaxElementsStatement(String, String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyMaxElementsStatement
- EmptyMinElementsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyMinElementsEffectiveStatement(MinElementsStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyMinElementsEffectiveStatement
- EmptyMinElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyMinElementsStatement(Integer) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyMinElementsStatement
- EmptyModifierEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyModifierEffectiveStatement(ModifierStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyModifierEffectiveStatement
- EmptyModifierStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyModifierStatement(ModifierKind) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyModifierStatement
- EmptyMustEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyMustEffectiveStatement(MustStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyMustEffectiveStatement
- EmptyMustStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyMustStatement(String, YangXPathExpression.QualifiedBound) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyMustStatement
- EmptyNamespaceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyNamespaceEffectiveStatement(NamespaceStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyNamespaceEffectiveStatement
- EmptyNamespaceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyNamespaceStatement(XMLNamespace) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyNamespaceStatement
- EmptyNotificationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyNotificationStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyNotificationStatement
- EmptyOrderedByEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyOrderedByEffectiveStatement(OrderedByStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyOrderedByEffectiveStatement
- EmptyOrderedByStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyOrderedByStatement(Ordering) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyOrderedByStatement
- EmptyOrganizationEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyOrganizationEffectiveStatement(OrganizationStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyOrganizationEffectiveStatement
- EmptyOrganizationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyOrganizationStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyOrganizationStatement
- EmptyOutputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyOutputStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyOutputStatement
- EmptyPathEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyPathEffectiveStatement(PathStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyPathEffectiveStatement
- EmptyPathStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyPathStatement(PathExpression) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPathStatement
- EmptyPatternEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyPatternEffectiveStatement(PatternStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyPatternEffectiveStatement
- EmptyPatternStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyPatternStatement(PatternExpression) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPatternStatement
- EmptyPositionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyPositionEffectiveStatement(PositionStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyPositionEffectiveStatement
- EmptyPositionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyPositionStatement(Uint32) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPositionStatement
- EmptyPrefixEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyPrefixEffectiveStatement(PrefixStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyPrefixEffectiveStatement
- EmptyPrefixStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyPrefixStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPrefixStatement
- EmptyPresenceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyPresenceEffectiveStatement(PresenceStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyPresenceEffectiveStatement
- EmptyPresenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyPresenceStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPresenceStatement
- EmptyRangeEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyRangeEffectiveStatement(RangeStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRangeEffectiveStatement
- EmptyRangeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyRangeStatement(String, List<ValueRange>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRangeStatement
- EmptyReferenceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyReferenceEffectiveStatement(ReferenceStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyReferenceEffectiveStatement
- EmptyReferenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyReferenceStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyReferenceStatement
- EmptyRequireInstanceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyRequireInstanceEffectiveStatement(RequireInstanceStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRequireInstanceEffectiveStatement
- EmptyRequireInstanceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyRevisionDateEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyRevisionDateEffectiveStatement(RevisionDateStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRevisionDateEffectiveStatement
- EmptyRevisionDateStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyRevisionDateStatement(Revision) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRevisionDateStatement
- EmptyRevisionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyRevisionEffectiveStatement(RevisionStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRevisionEffectiveStatement
- EmptyRevisionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyRevisionStatement(Revision) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRevisionStatement
- EmptyRpcStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyRpcStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRpcStatement
- EmptyStatusEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyStatusEffectiveStatement(StatusStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyStatusEffectiveStatement
- EmptyStatusStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- emptyType() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- EmptyTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
- EmptyTypedefStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyTypedefStatement(QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyTypedefStatement
- EmptyTypeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyTypeStatement(String, QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyTypeStatement
- EmptyUniqueEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyUniqueEffectiveStatement(UniqueStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyUniqueEffectiveStatement
- EmptyUniqueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyUniqueStatement(String, Set<SchemaNodeIdentifier.Descendant>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyUniqueStatement
- EmptyUnitsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyUnitsEffectiveStatement(UnitsStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyUnitsEffectiveStatement
- EmptyUnitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyUnitsStatement(String) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyUnitsStatement
- EmptyUsesStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyUsesStatement(String, QName) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyUsesStatement
- EmptyValueEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyValueEffectiveStatement(ValueStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyValueEffectiveStatement
- EmptyValueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyValueStatement(Integer) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyValueStatement
- emptyVariant() - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- EmptyWhenEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyWhenEffectiveStatement(WhenStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyWhenEffectiveStatement
- EmptyWhenStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyWhenStatement(String, YangXPathExpression.QualifiedBound) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyWhenStatement
- EmptyYangVersionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyYangVersionEffectiveStatement(YangVersionStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyYangVersionEffectiveStatement
- EmptyYangVersionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- EmptyYinElementEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- EmptyYinElementEffectiveStatement(YinElementStatement) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyYinElementEffectiveStatement
- EmptyYinElementStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- encodeQName(QName, Function<QNameModule, String>) - Static method in class org.opendaylight.yangtools.yang.data.util.codec.QNameCodecUtil
- ENCRYPTED_VALUE_MODULE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Runtime identity of model which exposed encrypted-value.
- ENCRYPTED_VALUE_SOURCE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Original model source name.
- EncryptedValueStatementSupport - Class in org.opendaylight.yangtools.openconfig.parser
- EncryptedValueStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.openconfig.parser.EncryptedValueStatementSupport
- endNode() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- endNode() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- endNode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits end event for node.
- endNode() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- endNode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
- endNode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMountPointNormalizedNodeStreamWriter
- endNode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- endNode() - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- endStatement(StatementSourceReference) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Ends current opened statement.
- enter(Iterable<YangInstanceIdentifier.PathArgument>) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Move the cursor to the specified child of the current position.
- enter(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Move the cursor to the specified child of the current position.
- enter(YangInstanceIdentifier.PathArgument...) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Move the cursor to the specified child of the current position.
- enter(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataExtension
- enterChild(SchemaInferenceStack, QName) - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.Composite
-
Attempt to enter a child
DataSchemaContext
towards theDataSchemaNode
child identified by specifieddata tree
QName
, adjusting providedstack
with inference steps corresponding to the transition to the returned node. - enterChild(SchemaInferenceStack, QName) - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractCompositeContext
- enterChild(SchemaInferenceStack, YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.Composite
-
Attempt to enter a child
DataSchemaContext
towards theDataSchemaNode
child identified by specifiedYangInstanceIdentifier.PathArgument
, adjusting providedstack
with inference steps corresponding to the transition to the returned node. - enterChild(SchemaInferenceStack, YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractCompositeContext
- enterChoice(QName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
choice
by its node identifier and push it to the stack. - enterDataTree(QName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
schema tree
child by its node identifier and push it to the stack. - enterGrouping(QName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
grouping
by its node identifier and push it to the stack. - enterPath(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
-
Find a child node as identified by an absolute
YangInstanceIdentifier
and return it along with a suitably initializedSchemaInferenceStack
. - enterSchemaTree(QName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
schema tree
child by its node identifier and push it to the stack. - enterSchemaTree(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
schema tree
node by its schema node identifier and push it to the stack. - enterTypedef(QName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
typedef
by its node identifier and push it to the stack. - enterYangData(YangDataName) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Lookup a
rc:yang-data
by the module namespace where it is defined and its template name. - entrySet() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- entrySet() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- entrySet() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- entrySet() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- entrySet() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
Return the set of predicates keys and values.
- entrySet() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- ENUM - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ENUM_VALUE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- enumCodec(EnumTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- enumCodec(EnumTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- enumCodec(EnumTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- EnumCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- EnumEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
enum
statement. - ENUMERATION - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
enumeration
built-in type. - enumerationTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- EnumerationTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- EnumPairBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Utility builder for
EnumTypeDefinition.EnumPair
instances. - EnumStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
enum
statement. - EnumStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- EnumStringCodec - 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.
- EnumTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Makes is possible to access to the individual enumeration values of this type.
- EnumTypeDefinition.EnumPair - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the methods for accessing the data about the concrete enumeration item which represents
enum
YANG type. - EOF() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_argContext
- EOF() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- EOF() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- EQ - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- EQ - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- EQ() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- eqQuotedString() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- eqQuotedString() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateExprContext
- eqQuotedString() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateExprContext
- EqQuotedStringContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- EQUAL - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- EQUAL - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- EQUAL() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- equalityExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- equalityExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- equalityExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- EqualityExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.EqualityExprContext
- EqualityQueuedNotificationManager<L,
N> - Class in org.opendaylight.yangtools.util.concurrent - EqualityQueuedNotificationManager(String, Executor, int, QueuedNotificationManager.BatchedInvoker<L, N>) - Constructor for class org.opendaylight.yangtools.util.concurrent.EqualityQueuedNotificationManager
- equals(BinaryTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition
- equals(BitsTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
- equals(BooleanTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BooleanTypeDefinition
- equals(EmptyTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EmptyTypeDefinition
- equals(EnumTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
- equals(IdentityrefTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
- equals(InstanceIdentifierTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.InstanceIdentifierTypeDefinition
- equals(Int16TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int16TypeDefinition
- equals(Int32TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int32TypeDefinition
- equals(Int64TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int64TypeDefinition
- equals(Int8TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int8TypeDefinition
- equals(LeafrefTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
- equals(StringTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
- equals(Uint16TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint16TypeDefinition
- equals(Uint32TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint32TypeDefinition
- equals(Uint64TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint64TypeDefinition
- equals(Uint8TypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint8TypeDefinition
- equals(Object) - Method in class org.opendaylight.yangtools.concepts.Either
- equals(Object) - Method in interface org.opendaylight.yangtools.concepts.ItemOrder
-
ItemOrder
has impact onItemOrder.equals(Object)
. - equals(Object) - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- equals(Object) - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
- equals(Object) - Method in class org.opendaylight.yangtools.util.ForwardingIdentityObject
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.DerivedString
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint16
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint32
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint64
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Uint8
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.YangErrorInfo
- equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate
-
DataTreeCandidate
implementations must not override the default identity hashCode method, meaning their equals implementation must result in identity comparison. - equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeTip
-
DataTreeTip
implementations must not override the default identity hashCode method, meaning their equals implementation must result in identity comparison. - equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.LocationPathSteps
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.UnresolvedQNameStep
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.AxisStep
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NamespaceStep
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Resolved
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Unresolved
- equals(Object) - Method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
- equals(Decimal64) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
A slightly faster version of
Decimal64.equals(Object)
. - equals(Uint16) - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
A slightly faster version of
Uint16.equals(Object)
. - equals(Uint32) - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
A slightly faster version of
Uint32.equals(Object)
. - equals(Uint64) - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
A slightly faster version of
Uint64.equals(Object)
. - equals(Uint8) - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
A slightly faster version of
Uint8.equals(Object)
. - equals(Object) - Method in interface org.opendaylight.yangtools.concepts.Identifier
- equals(Object) - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Ordered
-
ItemOrder
has impact onItemOrder.equals(Object)
. - equals(Object) - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
-
ItemOrder
has impact onItemOrder.equals(Object)
. - equals(Object) - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- equals(Object) - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.util.AbstractIdentifier
- equals(Object) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
This instance is equal to all instances of
ImmutableThreadFactoryProvider
that have equal attribute values. - equals(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- equals(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- equals(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- equals(Object) - Method in class org.opendaylight.yangtools.util.SingletonSet
- equals(Object) - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
- equals(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.QName
-
Compares the specified object with this list for equality.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.Revision
- equals(Object) - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
This instance is equal to all instances of
ImmutableYangNetconfError
that have equal attribute values. - equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainer
- equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderedContainer
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemLeafSetNode
- equals(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemMapNode
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyAugmentationIdentifier
-
Deprecated.Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyMountPointIdentifier
-
Deprecated.Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.ir.IRArgument
- equals(Object) - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Concatenation
- equals(Object) - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
- equals(Object) - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword
- equals(Object) - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- equals(Object) - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- equals(Object) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
- equals(DecimalTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
- equals(UnionTypeDefinition, Object) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.UnionTypeDefinition
- EQUALS - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Operands are equal.
- equalsHelper(T, Object, EvenMoreObjects.BooleanEqualsFunction<T>) - Static method in class org.opendaylight.yangtools.util.EvenMoreObjects
-
Deprecated.
- ERR_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Deprecated.
- errElement(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
Deprecated.This error-info specified by
ErrorTag.PARTIAL_OPERATION
. - ERROR - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
-
An error preventing an operation from completing successfully.
- ERROR_APP_TAG - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ERROR_MESSAGE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ErrorAppTagEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
error-app-tag
statement. - ErrorAppTagStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
error-app-tag
statement. - ErrorAppTagStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ErrorAppTagStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorAppTagStatementSupport
- ErrorMessageEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
error-message
statement. - ErrorMessageStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
error-message
statement. - ErrorMessageStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ErrorMessageStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ErrorMessageStatementSupport
- ErrorSeverity - Enum Class in org.opendaylight.yangtools.yang.common
-
Enumeration of
error-severity
values, as defined by RFC4741, section 4.3. - ErrorTag - Class in org.opendaylight.yangtools.yang.common
-
Extensible enumeration of
error-tag
values, as defined in RFC6241. - ErrorTag(String) - Constructor for class org.opendaylight.yangtools.yang.common.ErrorTag
- ErrorType - Enum Class in org.opendaylight.yangtools.yang.common
-
Enumeration of
error-type
values. - evaluateIfFeatures(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Evaluate
if-feature
substatement of a statement and indicate whether they result in the statement being supported. - EvenMoreObjects - Class in org.opendaylight.yangtools.util
-
Deprecated, for removal: This API element is subject to removal in a future version.
- EvenMoreObjects.BooleanEqualsFunction<T> - Interface in org.opendaylight.yangtools.util
-
Deprecated.
- EXACT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
All number expressions are treated as infinite-precision numbers.
- EXACT_REPLICA - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Reuse the source statement context in the new place completely.
- exactReplica() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
- exception() - Static method in class org.opendaylight.yangtools.testutils.mockito.MoreAnswers
-
Returns Mockito Answer (default) which throws an UnstubbedMethodException.
- ExceptionMapper<X extends Exception> - Class in org.opendaylight.yangtools.util.concurrent
-
Utility exception mapper which translates an Exception to a specified type of Exception.
- ExceptionMapper(String, Class<X>) - Constructor for class org.opendaylight.yangtools.util.concurrent.ExceptionMapper
-
Constructor.
- execute(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- execute(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
- executionOrder() - Method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Return the execution order, which is a value in range
1..127
. - ExecutorServiceUtil - Class in org.opendaylight.yangtools.util
-
Utility methods for dealing with
ExecutorService
s. - exit() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataExtension
- exit() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Move the cursor up to the parent of current position.
- exit() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Pop the current statement from the stack.
- exit(int) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Move the cursor up by specified amounts of steps from the current position.
- exitToDataTree() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Pop the current statement from the stack, asserting it is a
DataTreeEffectiveStatement
and that subsequentSchemaInferenceStack.enterDataTree(QName)
will find it again. - ExplicitStatement - Class in org.opendaylight.yangtools.yang.parser.spi.source
-
Reference of statement source present in textual source format.
- expr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- expr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- expr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MainContext
- expr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PredicateContext
- expr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- expr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- ExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.ExprContext
- exprWith(Collection<YangExpr>) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
- exprWith(YangExpr, YangExpr) - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
- ExtensibleObject<O extends ExtensibleObject<O,
E>, E extends ObjectExtension<O, E>> - Interface in org.opendaylight.yangtools.concepts -
Interface specifying access to extensions attached to a particular object.
- extension(Class<T>) - Method in interface org.opendaylight.yangtools.concepts.ExtensibleObject
-
Return an extension interface, if currently available.
- extension(Class<T>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- EXTENSION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- EXTENSION - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- EXTENSION - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Extension namespace.
- ExtensionDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains the methods for getting the data which are part of the YANG
extensoion
statement. - ExtensionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of an
extension
statement. - ExtensionEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- ExtensionEffectiveStatementImpl(ExtensionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- extensions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Namespace of available extensions.
- ExtensionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
extension
statement. - ExtensionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension
- ExtensionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- extractEffectiveState(E) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementFactory
-
Return the
EffectiveStatementState
for a particular statement. - extractEffectiveState(OutputEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- extractEffectiveState(E) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- extractEffectiveState(ActionEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- extractEffectiveState(AnydataEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnydataStatementSupport
- extractEffectiveState(AnyxmlEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.AnyxmlStatementSupport
- extractEffectiveState(CaseEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- extractEffectiveState(ChoiceEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- extractEffectiveState(ContainerEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- extractEffectiveState(LeafEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- extractEffectiveState(LeafListEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- extractEffectiveState(ListEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- extractEffectiveState(NotificationEffectiveStatement) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- extractRange(RangeRestrictedTypeDefinition<?, N>) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
F
- failed() - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder for a failed result.
- FALSE - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
We have an effective
config false
statement. - FALSE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
A constant
false
expression. - FALSE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- FALSE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyConfigStatement
- FALSE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRequireInstanceStatement
- FALSE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyYinElementStatement
- FALSE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyConfigEffectiveStatement
- FALSE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRequireInstanceEffectiveStatement
- FastThreadPoolExecutor - Class in org.opendaylight.yangtools.util.concurrent
-
A ThreadPoolExecutor with a specified bounded queue capacity that favors creating new threads over queuing, as the former is faster.
- FastThreadPoolExecutor(int, int, long, TimeUnit, String, Class<?>) - Constructor for class org.opendaylight.yangtools.util.concurrent.FastThreadPoolExecutor
-
Constructs a FastThreadPoolExecutor instance.
- FastThreadPoolExecutor(int, int, String, Class<?>) - Constructor for class org.opendaylight.yangtools.util.concurrent.FastThreadPoolExecutor
-
Constructs a FastThreadPoolExecutor instance.
- FEATURE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- FEATURE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- FEATURE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Feature namespace.
- FeatureDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'feature' statement.
- FeatureEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
feature
statement. - features() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Namespace of available features.
- features() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
features
record component. - FeatureSet - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
A set of features.
- FeatureSet() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
- FeatureSet.Builder - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
A builder for a sparse FeatureSet.
- FeatureStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
feature
statement. - FeatureStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- FeatureStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- file() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- FileContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- FileGenerator - Interface in org.opendaylight.yangtools.plugin.generator.api
-
Interface implemented by plugins which can generate files from a
EffectiveModelContext
. - FileGenerator.ImportResolutionMode - Enum Class in org.opendaylight.yangtools.plugin.generator.api
-
EffectiveModelContext
can be assembled in multiple ways, we hold known modes here. - FileGeneratorException - Exception in org.opendaylight.yangtools.plugin.generator.api
-
An exception reporting a problem with file generation.
- FileGeneratorException(String) - Constructor for exception org.opendaylight.yangtools.plugin.generator.api.FileGeneratorException
- FileGeneratorException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.plugin.generator.api.FileGeneratorException
- FileGeneratorFactory - Interface in org.opendaylight.yangtools.plugin.generator.api
-
A
ServiceLoader
factory for instantiatingFileGenerator
instances. - fileName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationInFile
-
Return the file where the declaration occurred.
- FilesystemSchemaSourceCache<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.fs
-
Cache implementation that stores schemas in form of files under provided folder.
- FilesystemSchemaSourceCache(SchemaSourceRegistry, Class<T>, File) - Constructor for class org.opendaylight.yangtools.yang.model.repo.fs.FilesystemSchemaSourceCache
- filterEffectiveStatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags
- filterExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- filterExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- FilterExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FilterExprContext
- filteringFor(NormalizedNodeStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.MountPointNormalizedNodeWriter
- FilteringSchemaContextProxy - Class in org.opendaylight.yangtools.yang.model.util
- FilteringSchemaContextProxy(SchemaContext, Collection<FilteringSchemaContextProxy.ModuleId>, Set<FilteringSchemaContextProxy.ModuleId>) - Constructor for class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
-
Filters SchemaContext for yang modules.
- FilteringSchemaContextProxy.ModuleId - Class in org.opendaylight.yangtools.yang.model.util
- filterOptional(Optional<?>, Class<E>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- find(SchemaContext, AnnotationName) - Static method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
-
Find specified annotation if it is supported by the specified SchemaContext.
- findAction(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
-
Find an action based on its QName.
- findAction(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- findAction(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.compat.ActionNodeContainerCompat
- findAction(QName) - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationContainerMixin
- findAction(QName) - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- findAll(SchemaContext) - Static method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
-
Find all annotations supported by a SchemaContext.
- findAllChildsReferencedByLeafRef(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- findAllDeclaredSubstatements(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findAllEffectiveSubstatements(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findAllLeafRefChilds(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- findAllSubstatements(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findAnnotation(AnnotationName) - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNodeAware
-
Find an annotation based on its QName.
- findAnnotation(AnnotationName) - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- findCase(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceEffectiveStatement
-
Namespace of available cases in a choice node.
- findCaseNode(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns the concrete case according to specified Q name.
- findCaseNode(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractChoiceEffectiveStatement
- findCaseNodes(String) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns the concrete cases according to specified name, disregarding their namespace.
- findChild(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
-
Find a child node as identified by an absolute
YangInstanceIdentifier
. - findChildByArg(K) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
-
Attempts to find a child node identified by provided key.
- findChildByArg(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNode
-
Returns a direct child of the node.
- findClosest(T, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes
-
Finds a node or closest parent in the tree.
- findClosestsOrFirstMatch(T, YangInstanceIdentifier, Predicate<T>) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes
- findDataAfter() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the after-image of data corresponding to the node.
- findDataBefore() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the before-image of data corresponding to the node.
- findDataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns the child node corresponding to the specified name.
- findDataChildByName(QName, QName...) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns the child node corresponding to the specified name.
- findDataSchemaChild(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Find a specific data schema child, if present.
- findDataTreeChild(Iterable<QName>) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns a
data node
identified by a series of QNames. - findDataTreeChild(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns a
data node
identified by a QName. - findDataTreeChild(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
- findDataTreeChild(QName...) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns a
data node
identified by a series of QNames. - findDataTreeNode(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
-
Find a
data tree
childDataTreeEffectiveStatement
, as identified by its QName argument. - findDataTreeNode(Class<E>, QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataTreeAwareEffectiveStatement
-
Find a
data tree
childDataTreeEffectiveStatement
, as identified by its QName argument. - findDataTreeNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- findDataTreeNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- findDeclaredPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitEffectiveStatement
- findDeepFirstDeclaredSubstatement(StmtContext<?, ?, ?>, Class<? super D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findDuplicates(NormalizedNode) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
-
Find duplicate NormalizedNode instances within a subtree.
- findExtension(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Lookup an
ExtensionEffectiveStatement
by itsQName
. - findExtension(Class<T>) - Method in interface org.opendaylight.yangtools.concepts.ExtensibleObject
- findFeature(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Lookup an
FeatureEffectiveStatement
by itsQName
. - findFirstArgument(Collection<? extends EffectiveStatement<?, ?>>, Class<E>, A) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- findFirstDeclaredSubstatement(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Find the first effective substatement of specified type.
- findFirstDeclaredSubstatement(StmtContext<?, ?, ?>, int, Class<? extends DeclaredStatement<?>>...) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findFirstDeclaredSubstatement(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findFirstDeclaredSubstatementArgument(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Find the first declared substatement of specified type and return its value.
- findFirstDeclaredSubstatementOnSublevel(StmtContext<?, ?, ?>, Class<? super D>, int) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findFirstEffectiveSubstatement(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Find the first effective substatement of specified type.
- findFirstEffectiveSubstatement(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- findFirstEffectiveSubstatementArgument(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Find the first effective substatement of specified type and return its value.
- findFirstGenericArgument(Class<S>, Class<G>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
- findFirstStatement(Collection<? extends EffectiveStatement<?, ?>>, Class<E>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- findIdentity(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Lookup an
IdentityEffectiveStatement
by itsQName
. - findIn(AnyxmlSchemaNode) - Static method in interface org.opendaylight.yangtools.rfc6241.model.api.GetFilterElementAttributesSchemaNode
-
Attempt to find a
GetFilterElementAttributesSchemaNode
in a parentAnyxmlSchemaNode
. - findIn(DataSchemaNode) - Static method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyAllSchemaNode
-
Attempt to find a
DefaultDenyAllSchemaNode
in a parentDataSchemaNode
. - findIn(DataSchemaNode) - Static method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyWriteSchemaNode
-
Attempt to find a
DefaultDenyWriteSchemaNode
in a parentDataSchemaNode
. - findModifiedChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Returns modified child or empty.
- findModule(QNameModule) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns the module matching specified
QNameModule
, if present. - findModule(XMLNamespace) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified namespace and no revision.
- findModule(XMLNamespace, Optional<Revision>) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified namespace and revision.
- findModule(XMLNamespace, Revision) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified namespace and revision.
- findModule(String) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified name and no revision.
- findModule(String, Revision) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified name and revision.
- findModule(String, Optional<Revision>) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with specified name and an optional revision.
- findModule(String, Optional<Revision>) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- findModule(QNameModule) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- findModuleResourcePath(ModuleLike, Class<? extends SchemaSourceRepresentation>) - Method in interface org.opendaylight.yangtools.plugin.generator.api.ModuleResourceResolver
-
Find the path of the packaged resource which corresponds to the specified module in the specified representation.
- findModules(String) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instances (from the context) with a concrete name.
- findModules(String) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- findModules(XMLNamespace) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns module instance (from the context) with concrete namespace.
- findModules(XMLNamespace) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- findModuleStatement(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
- findModuleStatement(QNameModule) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
- findModuleStatements(String) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
-
Returns module instances (from the context) with a concrete name.
- findModuleStatements(XMLNamespace) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
-
Returns module instance (from the context) with concrete namespace.
- findModuleYangTextResourcePath(ModuleLike) - Method in interface org.opendaylight.yangtools.plugin.generator.api.ModuleResourceResolver
- findMountPoint(MountPointLabel) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MountPointContext
-
Attempt to acquire a
MountPointContextFactory
to resolve schemas for the purposes of interpreting this mount point. - findNamespaceForPrefix(String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
-
Return QNameModule to which a particular prefix is bound.
- findNamespacePrefix(QNameModule) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootEffectiveStatement
-
Find the preferred prefix to use with a particular namespace.
- findNode(NormalizedNode, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(Optional<NormalizedNode>, Iterable<YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(Optional<NormalizedNode>, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(Optional<NormalizedNode>, YangInstanceIdentifier.PathArgument...) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(NormalizedNode, Iterable<YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(NormalizedNode, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(NormalizedNode, YangInstanceIdentifier.PathArgument...) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(NormalizedNode, SchemaNodeIdentifier.Descendant) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(YangInstanceIdentifier, NormalizedNode, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- findNode(T, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes
-
Finds a node in tree.
- findNodeChecked(T, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNodes
- findNotification(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
Find a notification based on its QName.
- findNotification(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
- findNotification(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.compat.NotificationNodeContainerCompat
- findNotification(QName) - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationContainerMixin
- findNotification(QName) - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- findParameterizedType(Class<?>, Class<?>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Find the parameterized instantiation of a particular interface implemented by a class.
- findPrefix(CommonStmtCtx, Collection<? extends EffectiveStatement<?, ?>>, String, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- findPrefixForNamespace(QNameModule) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
-
Return a prefix to which a particular QNameModule is bound.
- findReachableModule(String) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootEffectiveStatement
-
Find the
ModuleEffectiveStatement
statement based onPrefixEffectiveStatement
s, be it direct substatement or a substatement of aImportEffectiveStatement
substatement. - findSchemaForLibrary(MountPointContextFactory.ContainerName) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractDynamicMountPointContextFactory
-
Return the schema in which YANG Library container content should be interpreted.
- findSchemaNodeByNameAndNamespace(DataSchemaNode, String, XMLNamespace) - Static method in class org.opendaylight.yangtools.yang.data.util.ParserStreamUtils
-
Returns stack of schema nodes via which it was necessary to pass to get schema node with specified
childName
andnamespace
. - findSchemaTreeNode(Class<E>, List<QName>) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(Class<E>, QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(Class<E>, QName...) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(Class<E>, SchemaNodeIdentifier.Descendant) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by itsdescendant schema node identifier
. - findSchemaTreeNode(Class<T>, SchemaNodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeRoot
-
Find a
schema tree
node based on its schema node identifier. - findSchemaTreeNode(List<QName>) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(QName...) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by its QName argument. - findSchemaTreeNode(SchemaNodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeRoot
-
Find a
schema tree
node based on its schema node identifier. - findSchemaTreeNode(SchemaNodeIdentifier.Descendant) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Find a
schema tree
childSchemaTreeEffectiveStatement
, as identified by itsdescendant schema node identifier
. - findSchemaTreeNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- findSchemaTreeNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- findSchemaTreeNode(QName) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- findSchemaTreeNode(SchemaNodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
-
Find a
schema tree
node based on its schema node identifier. - findSchemaTreeNode(SchemaNodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Find a
schema tree
node based on its schema node identifier. - findSchemaTreeStatement(StmtContext<?, ?, ?>, SchemaNodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Find statement context identified by interpreting specified
SchemaNodeIdentifier
starting at specifiedStmtContext
. - findSubmodule(UnresolvedQName.Unqualified) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Namespace mapping all included submodules.
- findSubstatementArgument(Class<Z>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
-
Search of any child statement context of specified type and return its argument.
- findTypedef(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefAwareEffectiveStatement
-
Find a
TypedefEffectiveStatement
based on itsModelStatement.argument()
. - findTypedef(QName) - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- findValue(Map<K, V>, K) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- first() - Method in class org.opendaylight.yangtools.concepts.Either
- firstAttributeOf(Iterable<? extends StmtContext<?, ?, ?>>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- firstAttributeOf(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- firstNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Return the first node identifier.
- firstSubstatementAttributeOf(StmtContext<?, ?, ?>, Class<D>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractChoiceEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractContainerEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractGroupingEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractLeafEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ActionEffectiveStatementImpl
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredCaseEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredInputEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeclaredOutputEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnyxmlEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyFeatureEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyIdentityEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIdentityEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RpcEffectiveStatementImpl
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.TypedefEffectiveStatementImpl
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- flags() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- flags() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags
-
Return flags associated with this statements.
- FlagsBuilder() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- flatMap(Function<? super T, CheckedValue<U, E>>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
- floatValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- floatValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- floatValue() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- FLOOR - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- FluentFutures - Class in org.opendaylight.yangtools.util.concurrent
-
Utility methods for working with
FluentFuture
s. - flush() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.FormattingNormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedMetadataWriter
- flush() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JsonParserStream
- flush() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
- flush() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- flush() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- FOLLOWING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
following
axis. - FOLLOWING_SIBLING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
following-sibling
axis. - forArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
-
Return the Ordering corresponding to an argument string.
- forArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Return a
DeviateKind
for specifieddeviate
statement argument. - forArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.Status
-
Return a
Status
for specifiedstatus
statement argument. - ForeignDataNode<V> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A NormalizedNode holding a value in some foreign object model.
- forElementBody(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
- forElementBody(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
- forFunctionName(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
- forInputOf(XMLStreamWriter, EffectiveModelContext, SchemaNodeIdentifier.Absolute) - 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 operation's input.
- forIR(YangIRSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Extracts
YangModelDependencyInfo
from an intermediate representation root statement of a YANG model. - forLocalName(String) - Static method in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
- formattedRevision(Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Formats
Revision
representing revision to formatYYYY-mm-dd
- FormattingNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
A
NormalizedNodeStreamWriter
which formats events into a String, available via #result(). - FormattingNormalizedNodeStreamWriter() - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.FormattingNormalizedNodeStreamWriter
- FormattingNormalizedNodeStreamWriter(int) - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.FormattingNormalizedNodeStreamWriter
- forModules(Collection<? extends Module>) - Static method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
-
Create a new instance from specified modules.
- forNotification(NotificationDefinition) - Static method in class org.opendaylight.yangtools.yang.data.util.ContainerSchemaNodes
-
Deprecated.
- forNullable(Integer, Integer) - Static method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- forOutputOf(XMLStreamWriter, EffectiveModelContext, SchemaNodeIdentifier.Absolute) - 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 operation's output.
- forPath(Path) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource backed by a
File
withSourceIdentifier
derived from the file name. - forPath(Path) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- forPath(Path, SourceIdentifier) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource backed by a
File
and specifiedSourceIdentifier
. - forPath(Path, SourceIdentifier, Charset) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new YangTextSchemaSource backed by a
File
and specifiedSourceIdentifier
. - forResource(Class<?>, String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new
YangTextSchemaSource
backed by a resource by a resource available on the ClassLoader which loaded the specified class. - forResource(Class<?>, String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- forResource(Class<?>, String, Charset) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new
YangTextSchemaSource
backed by a resource by a resource available on the ClassLoader which loaded the specified class. - forResource(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new
YangTextSchemaSource
backed by a resource available in the ClassLoader where this class resides. - forRPC(RpcDefinition) - Static method in class org.opendaylight.yangtools.yang.data.util.ContainerSchemaNodes
-
Deprecated.
- forSchema(LeafListSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.LeafsetEntryInterner
-
Return a
LeafsetEntryInterner
for a particular schema. - forSchema(LeafSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.LeafInterner
-
Return a
LeafInterner
for a particular schema. - forStreamWriter(NormalizedNodeStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.MountPointNormalizedNodeWriter
- forStreamWriter(NormalizedNodeStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedMetadataWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - forStreamWriter(NormalizedNodeStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - forStreamWriter(NormalizedNodeStreamWriter, boolean) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedMetadataWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - forStreamWriter(NormalizedNodeStreamWriter, boolean) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - forString(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Parse a YANG version from its textual representation.
- forString(String) - Static method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
-
Create an
ObjectIdentifier
from its string representation. - forStringLiteral(String) - Static method in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
- forURL(URL, SourceIdentifier) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new
YangTextSchemaSource
backed by a URL. - forURL(URL, SourceIdentifier, Charset) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
-
Create a new
YangTextSchemaSource
backed by a URL. - ForwardingDeclaredStatement<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.model.spi.meta -
Common base class for forwarding implementations of
DeclaredStatement
. - ForwardingDeclaredStatement() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- forwardingFor(NormalizedNodeStreamWriter) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.MountPointNormalizedNodeWriter
- ForwardingIdentityObject<T> - Class in org.opendaylight.yangtools.util
-
A
ForwardingObject
which additionally masksForwardingIdentityObject.hashCode()
/ForwardingIdentityObject.equals(Object)
of a delegate object, so that it can be a data transfer object with data-dependent implementations of those contracts can be use in collections and maps which need to work on identity. - ForwardingIdentityObject() - Constructor for class org.opendaylight.yangtools.util.ForwardingIdentityObject
- ForwardingNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
- ForwardingNormalizedNodeStreamWriter() - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- ForwardingStatementSupport<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Utility forwarding implementation of
StatementSupport
contract. - ForwardingStatementSupport(StatementSupport<A, D, E>) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- forYangText(YangTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Extracts
YangModelDependencyInfo
from aYangTextSchemaSource
. - FRACTION_DIGITS - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- FractionDigitsEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
fraction-digits
statement. - FractionDigitsStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
fraction-digits
statement. - FractionDigitsStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- FractionDigitsStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FractionDigitsStatementSupport
- from(EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
- from(RpcResult<T>) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder from another RpcResult.
- from(NormalizedNodeContainerBuilder<?, ?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
Creates a
NormalizedNodeStreamWriter
which creates instances of suppliedNormalizedNode
s and writes them to supplied builder as child nodes. - from(NormalizationResultHolder) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
Creates a
NormalizedNodeStreamWriter
which creates one instance of top-levelNormalizedNode
(type of NormalizedNode) is determined by first start event. - from(BinaryTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.BinaryStringCodec
- from(BitsTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.BitsStringCodec
- from(BooleanTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.BooleanStringCodec
- from(DecimalTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.DecimalStringCodec
- from(EnumTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.EnumStringCodec
- from(Int16TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Int32TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Int64TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Int8TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(StringTypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.StringStringCodec
- from(Uint16TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Uint32TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Uint64TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(Uint8TypeDefinition) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- from(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
- fromByteBits(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a given bit representation. - fromCanonicalString(String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
-
Create a instance for the canonical string representation.
- fromFunction(NormalizedNodeStreamWriter, Function<QName, QName>) - Static method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
Returns decorator, which uses supplied function to transform QNames.
- fromGuava(UnsignedInteger) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert an
UnsignedInteger
to a Uint32. - fromGuava(UnsignedLong) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert an
UnsignedLong
to a Uint64. - fromInstanceId(EffectiveModelContext, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Convert YangInstanceIdentifier into a normalized node structure.
- fromIntBits(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a given bit representation. - fromJava(int) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert an
int
in range 0-65535 to a Uint16. - fromJava(long) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert a
long
in range 0-4294967295 to a Uint32. - fromJava(short) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert a
short
in range 0-255 to an Uint8. - fromJava(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.UintConversions
-
Convert a
BigInteger
in range 0-18446744073709551615 to an Uint64. - fromLongBits(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a given bit representation. - fromNormalizedNode(YangInstanceIdentifier, NormalizedNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidates
- fromShortBits(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a given bit representation. - fromString(String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
-
Create a instance for a string representation.
- fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Decimal64.Support
- fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint16.Support
- fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint32.Support
- fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint64.Support
- fromString(String) - Method in class org.opendaylight.yangtools.yang.common.Uint8.Support
- fromType(TypeDefinition<?>) - Static method in class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
- FULL_DECLARATION - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
- FULL_DECLARATION - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.FULL_DECLARATION
. - functionCall() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- functionCall() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- FunctionCallContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- functionName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- functionName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- FunctionNameContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
G
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- GE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- GE() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- GE(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- GeneratedFile - Interface in org.opendaylight.yangtools.plugin.generator.api
-
The contents of a generated file and its
GeneratedFileLifecycle
. - GeneratedFileLifecycle - Enum Class in org.opendaylight.yangtools.plugin.generator.api
-
Lifecycle policy of a generated file.
- GeneratedFilePath - Class in org.opendaylight.yangtools.plugin.generator.api
-
A relative path to a generated file.
- GeneratedFileType - Class in org.opendaylight.yangtools.plugin.generator.api
-
Type of generated file.
- generateFiles(EffectiveModelContext, Set<Module>, ModuleResourceResolver) - Method in interface org.opendaylight.yangtools.plugin.generator.api.FileGenerator
-
Generate files from a
SchemaContext
, being aware the that specific modules are local to the current project being processed. - get() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return the contained value if
CheckedValue.isPresent()
would return true, throwsIllegalStateException
otherwise. - get() - Method in class org.opendaylight.yangtools.concepts.PrettyTree
- get() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
- get(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- get(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- get(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- get(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- 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_FILTER_ELEMENT_ATTRIBUTES - Enum constant in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
- getAbsoluteLeafRefTargetPath() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
-
Return the set of actions.
- getActions() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatementAwareDeclaredStatement
-
Return actions in this container.
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.ActionNodeContainerMixin
- getActions() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationContainerMixin
- getActions() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getActualCount() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- getAllFrom(NamespaceStorage.GlobalStorage, NamespaceStorage) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns all values of a keys of param class from model namespace storage.
- getAllFromLocalStorage(NamespaceStorage) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- getAllFromLocalStorage(ParserNamespace<K, V>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
- getAllLeafRefsReferencingThisNode(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getAllowedRanges() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthConstraint
-
Return allowed length ranges.
- getAllowedRanges() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeConstraint
-
Return allowed length ranges.
- getAllReferencedByLeafRefCtxs() - Method in class org.opendaylight.yangtools.yang.data.tree.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
-
Return the ancestor
YangInstanceIdentifier
with a particular depth, e.g. - getAnnotations() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMetadata
-
Return the set of annotations defined in this metadata node.
- getAnnotations() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata
- getApplicationTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a short string that identifies the specific type of error condition as determined by the application reporting the error.
- getAppTag() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.AliasSchemaNode
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DefValSchemaNode
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.ImpliedSchemaNode
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.MaxAccessSchemaNode
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.OidSchemaNode
- getArgument() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.SubIdSchemaNode
- 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 class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- getArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
-
Return the statement argument in literal format.
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
- getArgumentDefinition() - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- getArgumentDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of statement argument or null, if statement does not have argument.
- getArgumentDefinition() - Method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- getArgumentDefinition() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- getArguments() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- getAttributes() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Return the associated attributes.
- getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns
AugmentationSchemaNode
instances which contain data fromaugment
statements defined in the module. - getAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns augmentations which were specified in this uses node.
- getAugmentations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getAugments() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
- getAvailableAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationTarget
-
Returns augmentations targeting this element.
- getAvailableAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getAvailableAugmentations() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.AugmentationTargetMixin
- getAvailableSources() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Return the set of sources currently available in this resolved.
- getAverageDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the average duration in nanoseconds.
- getAxis() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- getBaseIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.IdentitySchemaNode
-
Return base identities of this identity.
- getBaseIdentities() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyIdentityEffectiveStatement
- getBaseIdentities() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIdentityEffectiveStatement
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
-
Returns the base identities of this identity.
- getBases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.IdentityRefSpecification
-
Returns the base statements.
- getBaseType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeDefinition
-
Returns the base type from which this type is derived.
- getBelongsTo() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BitsSpecification
- getBits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
-
Returns all bit values.
- getByNamespaceAndLocalName(XMLNamespace, String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinition
-
Returns StatementDefinition with specified namespace and localName.
- getByNamespaceAndLocalName(XMLNamespace, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.ChoiceSchemaNode
-
Returns cases of choice, keyed by their
SchemaNode.getQName()
. - getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentStatement
- getCases() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
- getCases() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractChoiceEffectiveStatement
- getCause() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation.WithException
- getCause() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns an exception cause.
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getChannelNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getCharPositionInLine() - Method in exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- getChild(Map<YangInstanceIdentifier.NodeIdentifier, Object>, YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.LazyLeafOperations
- getChild(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- getChildByArg(K) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DistinctContainer
-
Returns a child node identified by provided key, asserting its presence.
- getChildByArg(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.tree.StoreTreeNode
-
Returns a direct child of the node.
- getChildNodes() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DataTreeCandidateNode.childNodes()
instead. - 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.spi.AbstractSchemaContext
- getChildNodes() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DataNodeContainerMixin
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getChildNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getChildren() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMetadata
-
Returns child nodes.
- getChildren() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMountpoints
-
Returns child nodes.
- getChildren() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
-
DO NOT USE THIS METHOD.
- 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
- getConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatementAwareDeclaredStatement
-
Return a
ConfigStatement
child, if present. - getConstituentModuleIdentifiers(SchemaContext) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaContextUtil
-
Extract the identifiers of all modules and submodules which were used to create a particular SchemaContext.
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns the module contact.
- getContact() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getContact() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getCost() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- getCurrentListenerQueueStats() - Method in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManagerMXBean
-
Returns a list of stat instances for each current listener notification task in progress.
- getCurrentNodePath() - Method in class org.opendaylight.yangtools.yang.data.tree.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.NormalizedAnydata
-
Return the
NormalizedNode
representation of this node's data. - getData() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
-
Get a read-only view of the underlying data.
- getDataAfter() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the after-image of data corresponding to the node.
- getDataBefore() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the before-image of data corresponding to the node.
- getDataBuilder() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter.State
- getDataChildByName(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns the child node corresponding to the specified name.
- getDataContextTree() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
Returns DataSchemaContextTree associated with SchemaContext for which serialization / deserialization occurs.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns data schema node instances which represents direct subnodes (like leaf, leaf-list, list, container) in all YANG modules in the context.
- getDataDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement
- getDataDefinitions() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getDataSchema() - Method in interface org.opendaylight.yangtools.yang.model.api.AnydataSchemaNode
-
Schema of data.
- getDataSchema() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyAnydataEffectiveStatement
- getDataType() - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Return the data type class.
- getDeclared() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns statement, which was explicit declaration of this effective statement.
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.Default
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- getDeclared() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
- getDeclaredRepresentationClass() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- getDeclaredRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents declared version of statement associated with this definition.
- getDeclaredRepresentationClass() - Method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- getDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatementAwareDeclaredStatement
-
Return a
DefaultStatement
child, if present. - getDefault() - Static method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- getDefault(TreeType) - Static method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- 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.model.ri.stmt.impl.eff.EmptyChoiceEffectiveStatement
- getDefaultCase() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularChoiceEffectiveStatement
- 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
-
Return the default value of this leaf-list, as per the rules outlined in Section 7.4.4 of RFC7950.
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
-
Return default statements defined in this leaf-list.
- getDefaults() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
- getDefaults() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafListEffectiveStatement
- getDefaults() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafListEffectiveStatement
- getDefaults() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- 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 YANGtypedef
orleaf
statement. - getDefinition() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Return statement definition.
- getDefinitionsSpecificForVersion(YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
-
Returns statement definitions specific for requested version.
- getDelegate() - Method in class org.opendaylight.yangtools.concepts.AbstractDelegator
- getDelegate() - Method in interface org.opendaylight.yangtools.concepts.Delegator
-
Return underlying delegate.
- getDelegate() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
-
Returns the delegate ExecutorService.
- getDelegate() - Method in class org.opendaylight.yangtools.util.ForwardingIdentityObject
- getDelegate() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractRefStatement
- getDependencies() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns immutable collection of all module imports.
- getDerefArgument() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
- getDerivedIdentities(IdentitySchemaNode) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Get identities derived from a selected identity.
- getDerivedIdentities(IdentitySchemaNode) - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getDescription() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns the value of the argument of YANG
description
keyword. - getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
-
Return description statement, if available.
- getDescription() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DocumentedNodeMixin
- getDescription() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getDeviatedConfig() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated config value.
- getDeviatedConfig() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedDefault() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated default value.
- getDeviatedDefault() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated mandatory value.
- getDeviatedMandatory() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated max-elements.
- getDeviatedMaxElements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated min-elements.
- getDeviatedMinElements() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedMusts() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated must statements.
- getDeviatedMusts() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated type statement.
- getDeviatedType() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedUniques() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated unique statements.
- getDeviatedUniques() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviatedUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Returns deviated units statement.
- getDeviatedUnits() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviates() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns deviate children.
- getDeviates() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviationEffectiveStatementImpl
- getDeviateStatements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationStatement
- getDeviateType() - Method in interface org.opendaylight.yangtools.yang.model.api.DeviateDefinition
-
Return deviation kind.
- getDeviateType() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.DeviateEffectiveStatementImpl
- getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns
Deviation
instances which contain data fromdeviation
statements defined in the module. - getDeviations() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getDeviations() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getDirectChild(NormalizedNode, YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
- getDisplayableAverageDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the average duration as a displayable String with units, e.g.
- getDisplayableLongestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the longest duration as a displayable String with units and the date/time at which it occurred, e.g.
- getDisplayableShortestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the shortest duration as a displayable String with units and the date/time at which it occurred, e.g.
- getDuplicates() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
- getEffectiveModelContext() - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- getEffectiveModelContext() - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextProvider
-
Return the
EffectiveModelContext
attached to this object. - getEffectiveModelContext() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
- getEffectiveModelContext() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
- getEffectiveModelContext() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Try to parse all currently available yang files and build new schema context.
- getEffectiveModelContext(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Try to parse all currently available yang files and build new schema context depending on specified parsing mode.
- getEffectiveParent() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx
-
Return parent of this context.
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
- getEffectiveRepresentationClass() - Method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- getEffectiveRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns class which represents derived behaviour from supplied statement.
- getEffectiveRepresentationClass() - Method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- getEffectOfStatement() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
- getElement() - Method in class org.opendaylight.yangtools.util.SingletonSet
-
Return the single element contained in this set.
- getElementCountConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.ElementCountConstraintAware
-
Return the constraint on the number of child nodes.
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyLeafListEffectiveStatement
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyListEffectiveStatement
- getElementCountConstraint() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- getEntry() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- getEnums() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.EnumSpecification
- getErrorAppTag() - Method in interface org.opendaylight.yangtools.yang.model.api.ConstraintMetaDefinition
-
Returns the value of the argument of YANG
error-app-tag
keyword. - getErrorAppTag() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.ConstraintMetaDefinitionMixin
- getErrorAppTagStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
- 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 interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.ConstraintMetaDefinitionMixin
- getErrorMessageStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConstrainedDocumentedDeclaredStatement
- 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.
- getException() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return the contained error string if
CheckedValue.isPresent()
would return false, throwsIllegalStateException
otherwise. - 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.EqualityQueuedNotificationManager
-
Returns the
Executor
to used for notification tasks. - getExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- getExpressions() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Returns extension definition instances which are defined as the direct subelements in all YANG modules in the context.
- getExtensions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getExtensions() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getExtensionSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns
ExtensionDefinition
instances which contain data fromextension
statements defined in the module. - getExtensionSchemaNodes() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- 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.ModuleLike
-
Returns
FeatureDefinition
instances which contain data fromfeature
statements defined in the module. - getFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getFeatures() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- GetFilterElementAttributesEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6241.model.api
-
Effective statement representation of 'get-filter-element-attributes' extension defined in RFC6241.
- GetFilterElementAttributesSchemaNode - Interface in org.opendaylight.yangtools.rfc6241.model.api
-
Represents the effect of 'get-filter-element-attributes' extension, as defined in RFC6241.
- GetFilterElementAttributesStatement - Interface in org.opendaylight.yangtools.rfc6241.model.api
-
Declared statement representation of 'get-filter-element-attributes' extension defined in RFC6241.
- GetFilterElementAttributesStatementSupport - Class in org.opendaylight.yangtools.rfc6241.parser
-
Support for
GetFilterElementAttributesStatement
and its effective view. - GetFilterElementAttributesStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6241.parser.GetFilterElementAttributesStatementSupport
- getFilterExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- getFirst() - Method in class org.opendaylight.yangtools.concepts.Either
- getFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- getFirstGenericParameter(Type) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Extract the first generic type argument for a Type.
- getFormattedMessage() - Method in exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- getFormattedRevision() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns formatted revision string.
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
-
Returns integer between 1 and 18 inclusively.
- getFractionDigits() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
- getFrom() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Edge
- getFrom() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
- getFrom(NamespaceStorage.GlobalStorage, NamespaceStorage, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns a value from model namespace storage according to key param class.
- getFrom(NamespaceStorage.GlobalStorage, NamespaceStorage, NamespaceKeyCriterion<K>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Returns the key/value mapping best matching specified criterion.
- getFromLocalStorage(NamespaceStorage, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- getFromLocalStorage(ParserNamespace<K, V>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getGrammarFileName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns set of all groupings defined within this DataNodeContainer.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns the set of grouping statements declared under this operation.
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement.WithReusableDefinitions
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
- getGroupings() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DataNodeContainerMixin
- getGroupings() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationDefinitionMixin
- getGroupings() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getGroupings() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getHardLinks() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
- getIdentifier() - Method in class org.opendaylight.yangtools.concepts.AbstractIdentifiable
- getIdentifier() - Method in interface org.opendaylight.yangtools.concepts.Identifiable
-
Return this objects Identifier.
- getIdentifier() - Method in interface org.opendaylight.yangtools.plugin.generator.api.FileGeneratorFactory
-
Return this objects Identifier.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getIdentifier() - Method in class org.opendaylight.yangtools.yang.data.api.schema.DuplicateEntry
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NormalizedNode.name()
instead. - getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DataTreeCandidateNode.name()
instead. - getIdentifier() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
- 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 enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
- getIdentifier() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns
IdentitySchemaNode
instances which contain data fromidentity
statements defined in the module. - getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getIdentities() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
-
Returns the set of identities this reference points to.
- getIdentities() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getIdentityName() - Method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityTypeDefinition
-
Returns the name of the YANG identity.
- getIfFeatures() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureAwareDeclaredStatement
-
Return attached if-feature statements.
- getImplicitParentFor(NamespaceStmtCtx, StatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- getImplicitParentFor(NamespaceStmtCtx, StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ImplicitParentAwareStatementSupport
-
Returns implicit parent statement support for supplied statement definition, if it is defined.
- getImports() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
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.RootDeclaredStatement
- getImports() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getIncludes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getInEdges() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Node
- getInEdges() - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
- getInference() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
-
Return the
EffectiveStatementInference
which describes the structure returned byNormalizedAnydata.getData()
. - 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 interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns definition of input parameters for this operation.
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
- getInput() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationDefinitionMixin
- getInputClass() - Method in interface org.opendaylight.yangtools.yang.data.impl.codec.DataStringCodec
- getInputClass() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
- getInstance() - Method in class org.opendaylight.yangtools.concepts.AbstractObjectRegistration
- getInstance() - Method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
- getInstance() - Method in interface org.opendaylight.yangtools.concepts.ObjectRegistration
-
Return the object instance.
- getInstance() - Static method in class org.opendaylight.yangtools.yang.data.util.codec.NoopCodecCache
- getInstance(boolean, int, int) - Static method in class org.opendaylight.yangtools.util.MapAdaptor
- getIntSystemProperty(String, int) - Static method in class org.opendaylight.yangtools.util.PropertyUtils
-
Obtains the given property from the System properties and returns as an int.
- getJavaPatternString() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternEffectiveStatement
- getJavaPatternString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
-
Returns a Java
Pattern
-compatible regular expression (pattern). - getJavaPatternString() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a Java
Pattern
-compatible regular expression (pattern). - getKey() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
- getKeyDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
Returns the list of leaf identifiers.
- getKeyDefinition() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- getKeyword() - Method in enum class 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.tree.leafref.LeafRefPath
-
Get the last component of this path.
- getLastOperation() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CopyHistory
-
Return the last copy operation in this history.
- getLastPathArgument() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns the last PathArgument.
- getLatestRevision(Iterable<? extends StmtContext<?, ?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- getLatestRevision(IRStatement, SourceIdentifier) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
- getLeafRefContextModule() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getLeafRefReferencedByContext(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getLeafRefReferencingContext(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getLeafRefTargetPath() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getLeafRefTargetPathString() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getLeftExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.BinarySpecification
- getLength() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
- getLengthConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LengthRestrictedTypeDefinition
-
Returns length constraint of this type, if applicable.
- getLengthConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
- getLifecycle() - Method in class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedFile
-
Return the lifecycle governing this file.
- getLifecycle() - Method in interface org.opendaylight.yangtools.plugin.generator.api.GeneratedFile
-
Return the lifecycle governing this file.
- getLine() - Method in exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- getListenerClassName() - Method in class org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
-
Returns the name of the listener class.
- getLiteral() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- getLocalName() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
-
Returns YANG schema identifier which were defined for this node in the YANG module.
- getLocalName() - Method in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
- getLocalName() - Method in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- getLocalName() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- getLocalName() - Method in interface org.opendaylight.yangtools.yang.xpath.api.QNameReferent
-
Return local name part of the referenced QName.
- getLocationPath() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.LocationPathSteps
- getLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- getLongestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the longest duration in nanoseconds.
- getMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatementAwareDeclaredStatement
-
Return a
MandatoryStatement
child, if present. - getMathMode() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
Return the
YangXPathMathMode
used in this expression. - getMaxElements() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
-
Returns the maximum admissible number of data elements for node where this constraint is specified.
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
- getMaxElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
- getMaximumCount() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- getMaxListenerQueueSize() - Method in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManagerMXBean
-
Returns the configured maximum listener queue size.
- getMaxQueueCapacity() - Method in class org.opendaylight.yangtools.util.concurrent.EqualityQueuedNotificationManager
-
Returns the maximum listener queue capacity.
- getMessage() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- getMessage() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a string suitable for human display that describes the error condition.
- getMetaBuilder() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter.State
- getMetadata() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MetadataNormalizedAnydata
- getMinElements() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
-
Returns the minimum required number of data elements for node where this constraint is specified.
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
- getMinElements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
- getMinimumCount() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- getModeNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getModeNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getModeNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getModeNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getModificationType() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DataTreeCandidateNode.modificationType()
instead. - getModifiedChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Returns modified child or empty.
- getModifier() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternEffectiveStatement
- getModifier() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
RFC7950 allows a pattern constraint to be inverted.
- getModifierStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
-
Return a modifier statement, if present.
- getModule() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Get the module component of the QName.
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
Returns the namespace+revision-to-module mapping.
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- getModuleMap() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
- getModuleName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the name of the module to import.
- getModuleQname() - Method in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- getModuleQname() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- getModuleQName(RootStmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- getModuleQName(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- 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.spi.SimpleSchemaContext
- getModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
- getModulesDeviatedByModules() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- getModuleStatement(QName) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
- getModuleStatement(QNameModule) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
- getModuleStatements() - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContext
- getModuleStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
- getMountPointData(MountPointLabel, MountPointContextFactory) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractMountPointDataWithSchema
- getMustConstraints() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.MustConstraintAware
-
Specifies the rules which the node which contains
must
YANG substatement has to match. - getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getMustConstraints() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.MustConstraintMixin
- getMustStatements() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatementAwareDeclaredStatement
-
Return collection of
MustStatement
. - getMXBean() - Method in class org.opendaylight.yangtools.util.concurrent.EqualityQueuedNotificationManager
-
Return an
QueuedNotificationManagerMXBean
tied to this instance. - getName() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns the name of the module which is specified as argument of YANG
module
statement. - 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.util.FilteringSchemaContextProxy.ModuleId
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns model name.
- getName() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- getName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
- getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns XMLNamespace assigned to the YANG module.
- getNamespace() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Returns the namespace of the module which is specified as argument of YANG Module
namespace
keyword. - getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.QNameModuleAware
- getNamespace() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
- getNamespace() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NamespaceStep
- getNamespaceDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
Returns the namespace-to-module mapping.
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- getNamespaceToModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
Returns the module name-to-module mapping.
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- getNameToModules() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
- getNetconfErrors() - Method in exception org.opendaylight.yangtools.yang.data.api.codec.YangInvalidValueException
- getNetconfErrors() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfErrorAware
-
Return the
YangNetconfError
s associated with this objects. - getNetconfErrors() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- getNetconfErrors() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.UniqueConstraintException
- getNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- getNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- getNodeIdentifiers() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Return the non-empty sequence of node identifiers which constitute this schema node identifier.
- getNodeName() - Method in class org.opendaylight.yangtools.yang.data.tree.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.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- getNodeParameter() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.UnknownSchemaNodeMixin
- getNodeType() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
-
Returns unique QName of data node as defined in YANG Schema, if available.
- 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.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- getNodeType() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
- getNotifications() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationNodeContainer
-
Return the set of notifications in this container, keyed by QName.
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatementAwareDeclaredStatement
-
Return collection of
NotificationStatement
. - getNotifications() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.NotificationNodeContainerMixin
- getNotifications() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationContainerMixin
- getNotifications() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getNotifications() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getNumber() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
- getObjectModel() - Method in class org.opendaylight.yangtools.yang.data.util.AnydataNodeDataWithSchema
- getOffendingBit() - Method in exception org.opendaylight.yangtools.yang.model.ri.type.InvalidBitDefinitionException
- getOffendingEnum() - Method in exception org.opendaylight.yangtools.yang.model.ri.type.InvalidEnumDefinitionException
- getOffendingRanges() - Method in exception org.opendaylight.yangtools.yang.model.ri.type.InvalidRangeConstraintException
- getOid() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.OidStatement
- getOidStatement() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.AliasStatement
- 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.spi.AbstractSchemaContext
- getOperator() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- getOperator() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
- getOrderedBy() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MultipleElementsDeclaredStatement
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns the module organization.
- getOrganization() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getOrganization() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getOriginalCtx() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the statement context of the original definition, if this statement is an instantiated copy.
- getOriginalString() - Method in interface org.opendaylight.yangtools.yang.model.api.PathExpression
-
Returns the path expression formatted string as is defined in model.
- getOriginalString() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- getOutEdges() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Node
- getOutEdges() - Method in class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Returns definition of output parameters for this operation.
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
- getOutput() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationDefinitionMixin
- getParent() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Return the conceptual parent
YangInstanceIdentifier
, which has one item less inYangInstanceIdentifier.getPathArguments()
. - getParent() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Returns the immediate parent LeafRefPath.
- getParent() - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- 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
- getParentModule() - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- getParentModule() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo.SubmoduleDependencyInfo
-
Returns name of parent module.
- getParentStorage() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
-
Return the parent
NamespaceStorage
. - getParentStorage() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.GlobalStorage
- getPath() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- getPath() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.DataValidationFailedException
-
Returns the offending object path.
- getPath() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
- 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.tree.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.
- getPathKeyExpression() - Method in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNamePredicate
- getPathStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
-
Return the
PathExpression
of thisleafref
. - getPathStep() - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
-
Return the fixed
YangInstanceIdentifier
step. - getPathTowardsRoot() - Method in class org.opendaylight.yangtools.yang.data.tree.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).
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
-
Returns patterns specified in the string.
- getPatternConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
- getPatterns() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.StringRestrictions
- getPhase() - Method in exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
- getPhase() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Return current model processing phase.
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
- getPosition() - Method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition.Bit
-
The position value MUST be in the range 0 to 4294967295, and it MUST be unique within the bits type.
- getPrecomputed(EffectiveModelContext) - Method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Get a thread-safe, eagerly-caching
JSONCodecFactory
for a SchemaContext. - getPrecomputedIfAvailable(EffectiveModelContext) - Method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Get a thread-safe, eagerly-caching
JSONCodecFactory
for a SchemaContext, if it is available. - getPredicates() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangPredicateAware
- getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
-
Return the prefix of this unresolved QName.
- getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- getPrefix() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- 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.ModuleLike
-
Returns the prefix of the 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.ModuleStatement
- getPrefix() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ImportEffectiveStatementImpl
- getPrefix() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
- getPresence() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
- getPreviousCopyCtx() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Return the context of the previous copy of this statement -- effectively walking towards the source origin of this statement.
- getPreviousPhase() - Method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Return the preceding phase, or null if this phase is the first one.
- getProvider() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceRegistration
- getPublicView() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns public statement definition, which will be present in built statements.
- getQName() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
- getQName() - Method in class org.opendaylight.yangtools.yang.data.impl.codec.ValueWithQName
- getQName() - Method in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- getQName() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- getQName() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- 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.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- getQName() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OpaqueDataSchemaNodeMixin
- getQName() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.SchemaNodeMixin
- getQName() - Method in interface org.opendaylight.yangtools.yang.xpath.api.QNameReferent
-
Return the referenced
AbstractQName
. - getQName() - Method in interface org.opendaylight.yangtools.yang.xpath.api.ResolvedQNameReferent
-
Return the referenced QName.
- getQName() - Method in interface org.opendaylight.yangtools.yang.xpath.api.UnresolvedQNameReferent
- getQName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.UnresolvedQNameStep
- getQName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Resolved
- getQName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Unresolved
- getQNameModule() - Method in interface org.opendaylight.yangtools.yang.model.api.QNameModuleAware
-
Returns a
QNameModule
, which contains the namespace and the revision of the module. - getQNameModule() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AugmentEffectiveStatementImpl
- getQNamePredicates() - Method in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- getQNamePredicates() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- getQueue() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.Decimal64Specification
- getRange() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.NumericalRestrictions
- getRangeConstraint() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RangeRestrictedTypeDefinition
-
Returns range constraint of this type, if applicable.
- getRangeConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.type.UnknownTypeDefinition
- getRawArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
-
Return the statement argument in literal format.
- getReference() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
YangVersion.reference()
instead - getReference() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns the value of the argument of YANG
reference
keyword. - getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement
-
Return description statement, if available.
- getReference() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DocumentedNodeMixin
- getReference() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getReferencedByChilds() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getReferencedByLeafRefCtxByName(QName) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getReferencedChildByName(QName) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getReferencedFeatures() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
-
Returns the set of all
feature
s referenced by this expression. - getReferencingChildByName(QName) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- getReferencingChilds() - Method in class org.opendaylight.yangtools.yang.data.tree.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.
- getRegistrations() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- getRegularExpressionString() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternEffectiveStatement
- getRegularExpressionString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
-
Returns a raw regular expression as it was declared in a source.
- getRegularExpressionString() - Method in interface org.opendaylight.yangtools.yang.model.api.type.PatternConstraint
-
Returns a raw regular expression as it was declared in a source.
- getRejectedExecutionHandler() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
- getRejectedTaskCount() - Method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Returns the rejected task count.
- getRelativePath() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
- getRepresentation() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
- getRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
- getRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Returns the instantiated representation class.
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.InstanceIdentifierSpecification
-
Return require-instance statement child, if present.
- getRequireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement.LeafrefSpecification
-
Return require-instance statement child, if present.
- getResolvedSources() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
- 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.ImmutableMetadataExtension
- getResult() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.NormalizationResultHolder
- getResultData() - Method in exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
- getRev() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- getReversePathArguments() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns an iterable of path arguments in reverse order.
- getRevision() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns revision of the YANG module if the module has defined revision.
- getRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Returns the revision date for the module.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleImport
-
Returns the module revision to import.
- getRevision() - Method in interface org.opendaylight.yangtools.yang.model.api.QNameModuleAware
- getRevision() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ImportEffectiveStatementImpl
- getRevision() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
-
Returns revision.
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
- getRevisionDate() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
- getRevisions() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getRightExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- getRoot() - Method in class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree
- getRoot() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.RootStmtContext.Mutable
- getRoot() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Returns the model root for this statement.
- getRoot() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- getRootDeclaredStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.EffectiveSchemaContext
- getRootExpr() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
Return the root
YangExpr
. - getRootNode() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate
-
Get the candidate tree root node.
- getRootPath() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate
-
Get the candidate tree root path.
- getRootPath() - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- getRootPath() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.ReadOnlyDataTree
-
Get the root path of this data tree.
- getRootPath() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- getRootStatement() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangIRSchemaSource
-
Return the root statement of this source.
- getRootStatements() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.ReactorDeclaredModel
- getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns
RpcDefinition
instances which contain data fromrpc
statements defined in the module. - getRpcs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootDeclaredStatement
- getRpcs() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.Identifier_ref_argContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.IdentifierContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Node_identifierContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_argContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_strContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.PrefixContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.KeywordContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.NodeIdentifierContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PathArgumentContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbbreviatedStepContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbsoluteLocationPathNorootContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AndExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AxisSpecifierContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.EqualityExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.ExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FilterExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.LocationPathContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MainContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PredicateContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.QNameContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnaryExprNoRootContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- getRuleIndex() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.VariableReferenceContext
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getRuleNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- getSchema() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Return the associated schema node.
- 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.spi.AbstractSchemaRepository
- getSchemaSourceFilter() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- getSecond() - Method in class org.opendaylight.yangtools.concepts.Either
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getSerializedATN() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- getSeverity() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns the error severity, as determined by the application reporting the error.
- getShared(EffectiveModelContext) - Method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Get a thread-safe, lazily-caching
JSONCodecFactory
for a SchemaContext. - getShortestDuration() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the shortest duration in nanoseconds.
- 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() - Method in exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- 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.fs.FilesystemSchemaSourceCache
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceTransformer
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.SoftSchemaSourceCache
- getSource(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- getSourceGrouping() - Method in interface org.opendaylight.yangtools.yang.model.api.UsesNode
-
Returns the {code grouping} which this node acted upon.
- 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
- getSourceReference() - Method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Return the reference to the source which caused this exception.
- getSourceReference() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Return statement source reference.
- getSourceTexts(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- getStatementDefinition(YangVersion, QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- getStatementName() - Method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsStatements
- getStatementName() - Method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
- getStatementName() - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- getStatementName() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition
-
Returns name of the statement.
- getStatementName() - Method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- getStatementParserMode() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- 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.SchemaContext
-
Deprecated.
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DocumentedDeclaredStatement.WithStatus
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyBitEffectiveStatement
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyEnumEffectiveStatement
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularEnumEffectiveStatement
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
- getStatus() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DocumentedNodeMixin.WithStatus
- getStatus() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getSteps() - Method in interface org.opendaylight.yangtools.yang.model.api.PathExpression
-
Return the path of this expression, which can either be a
YangLocationPath
(compliant to RFC7950) or aYangPathExpr
with filter being an invocation ofYangFunction.DEREF
. - getSteps() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- getStorageType() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
-
Return the type of this storage.
- getStorageType() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.GlobalStorage
- getSubExpr() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
- getSubIdentifiers() - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- getSubmodules() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
- getSubstatementValidatorForDeviate(DeviateKind) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC6020Support
- getSubstatementValidatorForDeviate(DeviateKind) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- getSubtreeVersion() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
-
Get the subtree version.
- getSupport() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
- getSupport() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
Return
YangXPathMathSupport
which provides support for the this mode. - getSupport(QName) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
-
Returns StatementSupport with specified QName.
- getSupportedFeatures() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- 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
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC6020Support
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- getSupportSpecificForArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
If this support has argument specific supports, the method returns support specific for given argument (e.g.
- getSymbolicName() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
Return the symbolic name, if available.
- getSymbolicName() - Method in class org.opendaylight.yangtools.yang.model.repo.api.StringYangTextSchemaSource
- getSymbolicName() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangIRSchemaSource
- getTag() - Method in interface org.opendaylight.yangtools.yang.common.RpcError
-
Returns a short string that identifies the general type of error condition.
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.AugmentationSchemaNode
-
Returns augmentation target path.
- getTargetPath() - Method in interface org.opendaylight.yangtools.yang.model.api.Deviation
-
Returns target node absolute schema node identifier.
- 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.
- getTipRoot() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- getTo() - Method in interface org.opendaylight.yangtools.util.TopologicalSort.Edge
- getTo() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
-
Deprecated.
- getTokenNames() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
-
Deprecated.
- getTotalDurations() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Returns the total number of tracked durations.
- getTreeType() - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatement
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypeAware
-
Returns the type definition of stored data.
- getType() - Method in interface org.opendaylight.yangtools.yang.model.api.TypedDataSchemaNode
-
Returns type of the instance which implements
DataSchemaNode
. - getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceRepresentation
-
Return the concrete representation type.
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangIRSchemaSource
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YangSchemaSourceRepresentation
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinSchemaSourceRepresentation
- getType() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- getType() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.YinXmlSchemaSource
- getType() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractLeafEffectiveStatement
- getType() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- getType() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- 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.model.ri.stmt.impl.eff.TypedefEffectiveStatementImpl
- 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.spi.AbstractSchemaContext
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DataNodeContainerMixin
- getTypeDefinitions() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.OperationDefinitionMixin
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getTypeDefinitions() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DataDefinitionAwareDeclaredStatement.WithReusableDefinitions
- getTypedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OperationDeclaredStatement
- 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 mainunion
statement. - getUnique() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
- getUniqueConstraints() - Method in interface org.opendaylight.yangtools.yang.model.api.ListSchemaNode
-
Returns unique constraints.
- getUniqueConstraints() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- getUnits() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeAwareDeclaredStatement
- 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 YANGtypedef
,leaf
orleaf-list
statements. - getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.DocumentedNode
-
Returns unknown schema nodes which belongs to this instance.
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
- getUnknownSchemaNodes() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DocumentedNodeMixin
- getUnknownSchemaNodes() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- 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.
- getUses() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getUses() - Method in interface org.opendaylight.yangtools.yang.model.api.DataNodeContainer
-
Returns grouping nodes used ny this container.
- getUses() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getUses() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.DataNodeContainerMixin
- getUses() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getUses() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
- getValidatedRepresentationClass() - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
- getValidatedRepresentationClass() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Return the class which captures the fact it was validated by this validator.
- getValidationsErrorsCount() - Method in exception org.opendaylight.yangtools.yang.data.tree.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 class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- getValue() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- getValue() - Method in class org.opendaylight.yangtools.yang.data.util.AnydataNodeDataWithSchema
- getValue() - Method in class org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FractionDigitsStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RequireInstanceStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ValueStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getValue() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YinElementStatement
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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 class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The the cost value.
- getValue() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
- getValue() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangConstantExpr
-
Return this constant's value.
- getValue(QName) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- getValue(QName, Class<T>) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- getValues() - Method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
-
Returns all enumeration values.
- getVariableName() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
- getVersion() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Return the version of the underlying input stream.
- getVersion() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
-
Get the data node version.
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- getVocabulary() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.api.WhenConditionAware
-
Returns when statement.
- getWhenCondition() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.WhenConditionMixin
- getWhenCondition() - Method in class org.opendaylight.yangtools.yang.model.util.EffectiveAugmentationSchema
-
Deprecated.
- getWhenStatement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatementAwareDeclaredStatement
- getWithClassLoader(ClassLoader, Supplier<V>) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Immediately call
Supplier.get()
with providedClassLoader
. - 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.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.ModuleLike
-
Returns the YANG version.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
- getYangVersion() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.AbstractEffectiveModule
- getYangVersion() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Return the minimum YANG version where this function is supported.
- getYangVersion() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
Return the minimum YangVersion runtime required to interpret this expression.
- getYinElement() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
- global(ParserNamespace<K, V>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates a global namespace behaviour for supplied namespace type.
- GLOBAL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Global storage, visible from all sources.
- GROUPING - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- GROUPING - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- GROUPING - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Grouping namespace.
- GroupingDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'grouping' statement.
- GroupingEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
grouping
statement. - GroupingStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
grouping
statement. - GroupingStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- GT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Left-hand operand is greater than right-hand operand.
- GTE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Left-hand operand is greater than or equal to right-hand operand.
- GuavaSchemaSourceCache<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
Deprecated, for removal: This API element is subject to removal in a future version.This class has a rather complicated and ugly design. Use
SoftSchemaSourceCache
instead.
H
- HARDWARE - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:hardware
IetfTags
- hasAncestorOfType(StmtContext<?, ?, ?>, Collection<StatementDefinition>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether at least one ancestor of a StatementContext matches one from a collection of statement definitions.
- hasArgumentSpecificSupports() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC6020Support
- hasArgumentSpecificSupports() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- hasArgumentSpecificSupports() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- hasArgumentSpecificSupports() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns true if this support has argument specific supports.
- hasChildReferencedByLeafRef(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- hasDefaultValueMarkedWithIfFeature(YangVersion, TypeEffectiveStatement<?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
-
Checks whether supplied type has specified default value marked with an if-feature.
- hasDefaultValueMarkedWithIfFeature(YangVersion, TypeEffectiveStatement<?>, Set<String>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
-
Checks whether supplied type has any of specified default values marked with an if-feature.
- hashCode() - Method in class org.opendaylight.yangtools.concepts.Either
- hashCode() - Method in interface org.opendaylight.yangtools.concepts.Identifier
- hashCode() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder
-
ItemOrder
has impact onItemOrder.hashCode()
. - hashCode() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Ordered
-
ItemOrder
has impact onItemOrder.hashCode()
. - hashCode() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
-
ItemOrder
has impact onItemOrder.hashCode()
. - hashCode() - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- hashCode() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
- hashCode() - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- hashCode() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.util.AbstractIdentifier
- hashCode() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Computes a hash code from attributes:
namePrefix
,logger
,priority
,daemon
. - hashCode() - Method in class org.opendaylight.yangtools.util.ForwardingIdentityObject
- hashCode() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- hashCode() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- hashCode() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- hashCode() - Method in class org.opendaylight.yangtools.util.SingletonSet
- hashCode() - Method in class org.opendaylight.yangtools.util.TopologicalSort.EdgeImpl
- hashCode() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
- hashCode() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.DerivedString
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
- hashCode() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.QName
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Revision
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- hashCode() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
- hashCode() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Computes a hash code from attributes:
severity
,type
,tag
,message
,appTag
,path
,info
. - hashCode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainer
- hashCode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderedContainer
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Returns a hash code value for this object.
- hashCode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemLeafSetNode
- hashCode() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.SystemMapNode
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.api.YangErrorInfo
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyAugmentationIdentifier
-
Deprecated.Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyMountPointIdentifier
-
Deprecated.Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- hashCode() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidate
-
DataTreeCandidate
implementations must not override the default identity hashCode method. - hashCode() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeTip
-
DataTreeTip
implementations must not override the default identity hashCode method. - hashCode() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- hashCode() - Method in record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument
- hashCode() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Concatenation
- hashCode() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
- hashCode() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword
- hashCode() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.DerefSteps
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.LocationPathSteps
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- hashCode() - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource
- hashCode() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- hashCode() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Returns a hash code value for this object.
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- hashCode() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.UnresolvedQNameStep
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.AxisStep
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NamespaceStep
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.NodeTypeStep
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.ProcessingInstructionStep
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Resolved
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Unresolved
- hashCode() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
- hashCode(BinaryTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition
- hashCode(BitsTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
- hashCode(BooleanTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BooleanTypeDefinition
- hashCode(EmptyTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EmptyTypeDefinition
- hashCode(EnumTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
- hashCode(IdentityrefTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
- hashCode(InstanceIdentifierTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.InstanceIdentifierTypeDefinition
- hashCode(Int16TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int16TypeDefinition
- hashCode(Int32TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int32TypeDefinition
- hashCode(Int64TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int64TypeDefinition
- hashCode(Int8TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int8TypeDefinition
- hashCode(LeafrefTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
- hashCode(StringTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
- hashCode(Uint16TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint16TypeDefinition
- hashCode(Uint32TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint32TypeDefinition
- hashCode(Uint64TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint64TypeDefinition
- hashCode(Uint8TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint8TypeDefinition
- hashCode(DecimalTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
- hashCode(UnionTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.UnionTypeDefinition
- HashCodeBuilder<T> - Class in org.opendaylight.yangtools.util
-
Utility class for incrementally building object hashCode by hashing together component objects, one by one.
- HashCodeBuilder() - Constructor for class org.opendaylight.yangtools.util.HashCodeBuilder
-
Create a new instance, with internal hash initialized to 1, equivalent of
HashCodeBuilder(1)
. - HashCodeBuilder(int) - Constructor for class org.opendaylight.yangtools.util.HashCodeBuilder
-
Create a new instance, with internal hash set to specified seed.
- hashCodeImpl() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- hashCodeImpl() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- hashCodeImpl() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- HASHED_VALUE_MODULE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Runtime identity of model which exposed encrypted-value.
- HASHED_VALUE_SOURCE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Original model source name.
- HashedValueStatementSupport - Class in org.opendaylight.yangtools.openconfig.parser
- HashedValueStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
- hasImplicitParentSupport() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- hasLeafRefChild(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- hasLeafRefContextChild() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- hasNamespaceBehaviour(ParserNamespace<?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- hasParentOfType(StmtContext<?, ?, ?>, StatementDefinition) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether the parent of StmtContext is of specified type.
- hasPrefix(Prefix) - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
- hasReferencedChild() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- hasReferencingChild() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- hasSubstatement(Class<? extends EffectiveStatement<?, ?>>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
-
Check if there is any child statement context of specified type.
- HierarchicalIdentifier<T extends HierarchicalIdentifier<T>> - Interface in org.opendaylight.yangtools.concepts
-
An
Identifier
tied to some tree-like structure, similar to howPath
is tied to a conceptual file system. - history() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextCompat
-
Return the executive summary of the copy process that has produced this context.
- historyAndStatusFlags(CopyableNode, Collection<? extends EffectiveStatement<?, ?>>) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
- historyAndStatusFlags(T) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.EffectiveStmtUtils
I
- ID - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- Identifiable<T> - Interface in org.opendaylight.yangtools.concepts
-
A generalized contract of an object which has an identifier.
- identifier() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword
-
This keyword's 'identifier' part.
- identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Node_identifierContext
- identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.PrefixContext
- identifier() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
identifier
record component. - identifier() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Returns the value of the
identifier
record component. - identifier(String) - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- Identifier - Interface in org.opendaylight.yangtools.concepts
-
General identifier interface.
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- Identifier - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- Identifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.NodeIdentifierContext
- Identifier(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.NodeIdentifierContext
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.Identifier_ref_argContext
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.IdentifierContext
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.KeywordContext
- IDENTIFIER() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- IDENTIFIER(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.Identifier_ref_argContext
- IDENTIFIER(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.KeywordContext
- IDENTIFIER(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- identifier_ref_arg() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- identifier_ref_arg() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- Identifier_ref_argContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.Identifier_ref_argContext
- IDENTIFIER_START - Static variable in class org.opendaylight.yangtools.yang.common.YangNames
- IdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.IdentifierContext
- identifierFromFilename(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
- identifierFromFilename(String) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- identities() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Namespace of available identities.
- IDENTITY - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- IDENTITY - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- IDENTITY - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Identity namespace.
- IdentityCodecUtil - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Utility methods for implementing string-to-identity codecs.
- IdentityEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
identity
statement. - IdentityQueuedNotificationManager<L,
N> - Class in org.opendaylight.yangtools.util.concurrent - IdentityQueuedNotificationManager(String, Executor, int, QueuedNotificationManager.BatchedInvoker<L, N>) - Constructor for class org.opendaylight.yangtools.util.concurrent.IdentityQueuedNotificationManager
- IDENTITYREF - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
identityref
built-in type. - 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
- IdentityrefCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- identityrefTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- IdentityrefTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- IdentityrefTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains method for getting data from
identityref
built-in YANG type. - IdentitySchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'identity' statement.
- IdentityStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
identity
statement. - IdentityStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- IdentityTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the method for getting the details about YANG
identity
. - IEEE754 - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
All number expressions are treated as
double
. - IETF - Static variable in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
ietf:
Prefix
. - IetfTags - Class in org.opendaylight.yangtools.rfc8819.model.api
-
IETF YANG Module Tags Registry, as defined in RFC8819 section 7.2, table 2.
- IetfYangSmiv2Constants - Class in org.opendaylight.yangtools.rfc6643.model.api
- IetfYangSmiv2ExtensionsMapping - Enum Class in org.opendaylight.yangtools.rfc6643.model.api
- IF_FEATURE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- if_feature_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- if_feature_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- If_feature_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- if_feature_factor() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- if_feature_factor() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- if_feature_factor() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- If_feature_factorContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- if_feature_term() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- if_feature_term() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- if_feature_term() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- if_feature_term(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- if_feature_term(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- If_feature_termContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- IfFeatureAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- IfFeatureEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
if-feature
statement. - IfFeatureExpr - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
A resolved
if-feature
expression, implementing aPredicate
. - IfFeatureExpr() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- IfFeatureExpressionLexer - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureExpressionLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- IfFeatureExpressionParser - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureExpressionParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- IfFeatureExpressionParser.Identifier_ref_argContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureExpressionParser.If_feature_exprContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureExpressionParser.If_feature_factorContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureExpressionParser.If_feature_termContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- IfFeatureStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Represents YANG if-feature statement.
- IfFeatureStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature
- IfFeatureStatementRFC6020Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC6020Support
- IfFeatureStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature
- IfFeatureStatementRFC7950Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- ifPresent(Consumer<? super T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
If a value is present, invoke the specified consumer with the value, otherwise do nothing.
- ignore() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
- IGNORE - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Ignore this statement's existence for the purposes of the new place -- it is not impacted.
- IGNORED - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
We are in a context where
config
statements are ignored. - IllegalArgumentCodec<S,
D> - Interface in org.opendaylight.yangtools.yang.data.api.codec -
Utility interface for translation between a external form and an internal form.
- IllegalListKeyException(String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataValidationException.IllegalListKeyException
- IMMEDIATE - Enum constant in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The source is immediately available, via a lookup or similar.
- immediateBooleanFluentFuture(boolean) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specifiedresult
. - immediateBooleanFluentFuture(Boolean) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specifiedresult
. - immediateCancelledFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediatelyFuture.cancel(boolean)
led. - immediateFailedFluentFuture(Throwable) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately failed, reporting specified failurecause
. - immediateFalseFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specifiedBoolean.TRUE
. - immediateFluentFuture(T) - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specifiedresult
. - immediateNullFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed with anull
result. - immediateTrueFluentFuture() - Static method in class org.opendaylight.yangtools.util.concurrent.FluentFutures
-
Return a
FluentFuture
which is immediately completed, reporting specifiedBoolean.TRUE
. - Immutable - Interface in org.opendaylight.yangtools.concepts
-
Immutable Object - object does not change its externally-observable state during its lifetime.
- ImmutableAnydataNodeBuilder<V> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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(SystemMapNode) - 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
- ImmutableMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
Template for instantiating
UnmodifiableMapPhase
instances with a fixed set of keys. - ImmutableMetadataExtension - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
A simple
NormalizedNodeStreamWriter.MetadataExtension
implementation, which takes care of buildingNormalizedMetadata
based on additional nesting instructions. - ImmutableMetadataExtension() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataExtension
- ImmutableMetadataNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
- ImmutableMetadataNormalizedNodeStreamWriter(ImmutableMetadataNormalizedNodeStreamWriter.State) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
- ImmutableMetadataNormalizedNodeStreamWriter(NormalizationResultHolder) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
- ImmutableMetadataNormalizedNodeStreamWriter.State - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Snapshot of currently-open data- and metadatastate.
- ImmutableMountPointNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
- ImmutableMountPointNormalizedNodeStreamWriter(NormalizationResultHolder) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMountPointNormalizedNodeStreamWriter
- immutableNamespaceOf(Map<QName, T>) - Static method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement
- ImmutableNodes - Class in org.opendaylight.yangtools.yang.data.impl.schema
- ImmutableNormalizedMetadata - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Immutable implementation of
NormalizedMetadata
. - ImmutableNormalizedMetadata.Builder - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
A Builder of
ImmutableNormalizedMetadata
instances. - ImmutableNormalizedMountPoint - Record Class in org.opendaylight.yangtools.yang.data.impl.schema
-
An immutable
NormalizedMountPoint
. - ImmutableNormalizedMountPoint(MountPointLabel, MountPointContext, ContainerNode, NormalizedMetadata, NormalizedMountpoints) - Constructor for record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Creates an instance of a
ImmutableNormalizedMountPoint
record class. - ImmutableNormalizedMountpoints - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Immutable implementation of
NormalizedMountpoints
. - ImmutableNormalizedMountpoints.Builder - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
A Builder of
ImmutableNormalizedMountpoints
instances. - ImmutableNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Implementation of
NormalizedNodeStreamWriter
, which constructs immutable instances ofNormalizedNode
s. - ImmutableNormalizedNodeStreamWriter(NormalizedNodeBuilder) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- ImmutableNormalizedNodeStreamWriter(NormalizationResultHolder) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- immutableOf(T) - Static method in class org.opendaylight.yangtools.util.SingletonSpliterators
-
Create a new
Spliterator
reporting specified element. - ImmutableOffsetMap<K,
V> - Class in org.opendaylight.yangtools.util -
Implementation of the
Map
interface which stores a set of immutable mappings using a key-to-offset map and a backing array. - ImmutableOffsetMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
Template for instantiating
ImmutableOffsetMap
instances with a fixed set of keys. - immutableOfNull() - Static method in class org.opendaylight.yangtools.util.SingletonSpliterators
-
Create a new
Spliterator
reporting anull
element. - ImmutableThreadFactoryProvider - Class in org.opendaylight.yangtools.util.concurrent
-
Immutable implementation of
ThreadFactoryProvider
. - ImmutableThreadFactoryProvider.Builder - Class in org.opendaylight.yangtools.util.concurrent
-
Builds instances of type
ImmutableThreadFactoryProvider
. - ImmutableThreadFactoryProvider.BuildFinal - Interface in org.opendaylight.yangtools.util.concurrent
- ImmutableThreadFactoryProvider.LoggerBuildStage - Interface in org.opendaylight.yangtools.util.concurrent
- ImmutableThreadFactoryProvider.NamePrefixBuildStage - Interface in org.opendaylight.yangtools.util.concurrent
- 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
- ImmutableUserLeafSetNodeBuilder<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode<T> - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- ImmutableUserMapNodeBuilder - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- ImmutableUserMapNodeBuilder.ImmutableUserMapNode - Class in org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- ImmutableYangNetconfError - Class in org.opendaylight.yangtools.yang.data.api
-
Immutable implementation of
YangNetconfError
. - ImmutableYangNetconfError.Builder - Class in org.opendaylight.yangtools.yang.data.api
-
Builds instances of type
ImmutableYangNetconfError
. - ImmutableYangNetconfError.BuildFinal - Interface in org.opendaylight.yangtools.yang.data.api
- ImmutableYangNetconfError.SeverityBuildStage - Interface in org.opendaylight.yangtools.yang.data.api
- ImmutableYangNetconfError.TagBuildStage - Interface in org.opendaylight.yangtools.yang.data.api
- ImmutableYangNetconfError.TypeBuildStage - Interface in org.opendaylight.yangtools.yang.data.api
- IMP_PREFIX_TO_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- IMP_PREFIX_TO_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Pre-linkage source-specific mapping of prefixes to module namespaces.
- IMPLEMENT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement.ConformanceType
-
This module is being implemented.
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableContainerNodeBuilder.ImmutableContainerNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder.ImmutableUnkeyedListEntryNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- implementedType() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- ImplicitParentAwareStatementSupport - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
StatementSupport
trait for statements which create intermediate parent node for some of its child nodes. - ImplicitSubstatement - Class in org.opendaylight.yangtools.yang.parser.spi.source
-
An implicit sub-statement, which is implied to be always present in its parent, even if it does not appear in model source.
- IMPLIED - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- ImpliedEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- ImpliedSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- ImpliedStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- ImpliedStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- ImpliedStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.ImpliedStatementSupport
- IMPORT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement.ConformanceType
-
This module is being used only for reusable constructs.
- IMPORT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- IMPORT_PREFIX_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- IMPORT_PREFIX_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefix strings to module context.
- IMPORTED_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- IMPORTED_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
- ImportedVersionNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_
-
Statement-local namespace carrying the versioning information about how the import was satisfied.
- ImportEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
import
statement. - ImportEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- ImportEffectiveStatementImpl(ImportStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, SourceIdentifier) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ImportEffectiveStatementImpl
- importOnlyModules() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Returns the value of the
importOnlyModules
record component. - importResolutionMode() - Method in interface org.opendaylight.yangtools.plugin.generator.api.FileGenerator
-
Indicate import resolution mode this code generator requires.
- importResolutionMode() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
- importResolutionMode(ImportResolutionMode) - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
- ImportResolutionMode - Enum Class in org.opendaylight.yangtools.yang.parser.api
-
Enumeration of various ways of resolving
import
statements. - ImportStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
import
statement. - ImportStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- ImportStatementImpl(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.ImportStatementImpl
- ImportStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_
- IN_USE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
in-use
ErrorTag
. - INCLUDE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- INCLUDED_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- INCLUDED_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
- INCLUDED_SUBMODULE_NAME_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- INCLUDED_SUBMODULE_NAME_TO_MODULECTX - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefixes to namespaces.
- IncludeEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
include
statement. - IncludeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
include
statement. - IncludeStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- IncorrectDataStructureException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
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) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.IncorrectDataStructureException
- IncorrectDataStructureException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.IncorrectDataStructureException
- InferenceException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when there is an inference error.
- InferenceException(String, CommonStmtCtx) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
- InferenceException(String, CommonStmtCtx, 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(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
- InferenceException(CommonStmtCtx, String, Object...) - 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
- inFile(String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- info() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this error's additional info.
- info() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this error's additional info.
- inGrouping() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Check if the stack is in a
grouping
context. - inInstantiatedContext() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Check if the stack is in instantiated context.
- INIT - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
- INIT - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.INIT
. - initial() - Static method in class org.opendaylight.yangtools.yang.data.tree.impl.node.Version
-
Create an initial version.
- initialSnapshot(int) - Method in class org.opendaylight.yangtools.util.MapAdaptor
-
Creates an initial snapshot.
- InMemoryDataTree - Class in org.opendaylight.yangtools.yang.data.tree.impl
-
Read-only snapshot of the data tree.
- InMemoryDataTree(TreeNode, DataTreeConfiguration, EffectiveModelContext) - Constructor for class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- InMemoryDataTree(TreeNode, DataTreeConfiguration, EffectiveModelContext, DataSchemaNode, boolean) - Constructor for class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- InMemoryDataTreeFactory - Class in org.opendaylight.yangtools.yang.data.tree.impl.di
-
A factory for creating in-memory data trees.
- InMemoryDataTreeFactory() - Constructor for class org.opendaylight.yangtools.yang.data.tree.impl.di.InMemoryDataTreeFactory
- input() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionEffectiveStatement
-
Return this statement's
input
substatement. - input() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcEffectiveStatement
-
Return this statement's
input
substatement. - INPUT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- InputEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
input
statement. - InputSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
- InputStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
input
statement. - InputStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- inRange(int, int) - Static method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- instance() - Static method in class org.opendaylight.yangtools.util.EmptyDeque
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.ModuleQNameToPrefix
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.namespace.YangNamespaceContextNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentImplicitHandlingNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportedVersionNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ConfigListWarningNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.QNameModuleNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.BaseTypeNamespace
- INSTANCE - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.SourceGroupingNamespace
- INSTANCE_IDENTIFIER - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
instance-identifier
built-in type. - INSTANCE_TARGET - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- instanceIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- 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
- InstanceIdentifierCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
Codec which serializes / deserializes InstanceIdentifier.
- InstanceIdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- instanceIdentifierLexer - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- instanceIdentifierParser - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- instanceIdentifierParser.EqQuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.InstanceIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.KeyPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.KeyPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.LeafListPredicateContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.LeafListPredicateExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.NodeIdentifierContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.PathArgumentContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.PosContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.PredicateContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierParser.QuotedStringContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- instanceIdentifierType() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- InstanceIdentifierTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- InstanceIdentifierTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains methods for getting data from the
instance-identifier
YANG built-in type. - InstanceTargetEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- InstanceTargetStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- InstanceTargetStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- InstanceTargetStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.InstanceTargetStatementSupport
- instantiatedPolicy() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractSchemaTreeStatementSupport
-
Return the
StatementSupport.StatementPolicy
corresponding to a potentially-instantiated YANG statement. - instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Instantiate an immutable map by applying specified
transformer
to values offromMap
. - instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
- instantiateTransformed(Map<K, T>, BiFunction<K, T, V>) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
- instantiateWithValue(V) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
Instantiate an immutable map with the value supplied.
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Instantiate an immutable map by filling values from provided array.
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
- instantiateWithValues(V...) - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
- INT16 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
int16
built-in type. - int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- int16Codec(Int16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Int16Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- int16Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Int16TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int16 type.
- INT32 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
int32
built-in type. - int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- int32Codec(Int32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Int32Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- int32Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Int32TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int32 type.
- INT64 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
int64
built-in type. - int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- int64Codec(Int64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Int64Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- int64Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Int64TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int64 type.
- INT8 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
int8
built-in type. - int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- int8Codec(Int8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Int8Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- int8Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Int8TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from int8 type.
- intern() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
- intern() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
- intern() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
-
Return an interned reference to an equivalent object.
- intern() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
- intern() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
- intern() - Method in class org.opendaylight.yangtools.yang.common.QName
- intern() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Return an interned reference to a equivalent QNameModule.
- intern() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
Return an interned (shared) instance equivalent to this object.
- intern() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Return an interned (shared) instance equivalent to this object.
- intern() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Return an interned (shared) instance equivalent to this object.
- intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
- intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- intern() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- intern() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
-
Return an interned reference to a equivalent XMLNamespace.
- intern() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Intern this instance.
- intern() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
-
Returns an interned instance of this expression.
- intern() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
Return an interned reference to an equivalent object.
- intern(T) - Method in class org.opendaylight.yangtools.yang.data.util.LeafsetEntryInterner
- internArgument(String) - Method in class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MaxElementsStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- internArgument(String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Given a raw string representation of an argument, try to use a shared representation.
- interpretAsInstanceIdentifier(YangLiteralExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
- interpretAsQName(YangLiteralExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression
-
Attempt to interpret a
YangLiteralExpr
referenced by this expression as aQName
. - interpretAsQName(YangLiteralExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathExpression.UnqualifiedBound
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- intValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- intValue() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- intValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this
BigDecimal
to anint
, checking for lost information. - INVALID_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
invalid-value
ErrorTag
. - InvalidBitDefinitionException - Exception in org.opendaylight.yangtools.yang.model.ri.type
- InvalidBitDefinitionException(BitsTypeDefinition.Bit, String) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidBitDefinitionException
- InvalidBitDefinitionException(BitsTypeDefinition.Bit, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidBitDefinitionException
- InvalidEnumDefinitionException - Exception in org.opendaylight.yangtools.yang.model.ri.type
- InvalidEnumDefinitionException(EnumTypeDefinition.EnumPair, String) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidEnumDefinitionException
- InvalidEnumDefinitionException(EnumTypeDefinition.EnumPair, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidEnumDefinitionException
- InvalidLengthConstraintException - Exception in org.opendaylight.yangtools.yang.model.ri.type
- InvalidLengthConstraintException(String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidLengthConstraintException
- InvalidNormalizedNodeStreamException - Exception in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Exception thrown from NormalizedNodeInputStreamReader when the input stream does not contain valid serialized data.
- InvalidNormalizedNodeStreamException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.codec.binfmt.InvalidNormalizedNodeStreamException
- InvalidNormalizedNodeStreamException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.codec.binfmt.InvalidNormalizedNodeStreamException
- InvalidRangeConstraintException - Exception in org.opendaylight.yangtools.yang.model.ri.type
- InvalidRangeConstraintException(RangeSet<?>, String) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidRangeConstraintException
- InvalidRangeConstraintException(RangeSet<?>, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.model.ri.type.InvalidRangeConstraintException
- InvalidSubstatementException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when there was invalid element in YANG file.
- InvalidSubstatementException(String, StatementSourceReference) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
- InvalidSubstatementException(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.InvalidSubstatementException
- InvalidSubstatementException(CommonStmtCtx, String, Object...) - 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
- INVERT_MATCH - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.type.ModifierKind
- invokeListener(L, ImmutableList<N>) - Method in interface org.opendaylight.yangtools.util.concurrent.QueuedNotificationManager.BatchedInvoker
-
Called to invoke a listener with a notification.
- IRArgument - Class in org.opendaylight.yangtools.yang.ir
- IRArgument.Concatenation - Class in org.opendaylight.yangtools.yang.ir
-
An argument composed of multiple concatenated parts.
- IRArgument.Single - Class in org.opendaylight.yangtools.yang.ir
-
An argument composed of a single string.
- IRKeyword - Class in org.opendaylight.yangtools.yang.ir
- IRKeyword.Qualified - Class in org.opendaylight.yangtools.yang.ir
- IRKeyword.Unqualified - Class in org.opendaylight.yangtools.yang.ir
- IRStatement - Class in org.opendaylight.yangtools.yang.ir
-
A single YANG statement in its raw string form.
- IRSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Describes whether schema path is|isn't absolute.
- isAbsolute() - Method in interface org.opendaylight.yangtools.yang.model.api.PathExpression
-
Returns
true
if the XPapth starts in root of YANG model, otherwise returnsfalse
. - isAbsolute() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Absolute
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- isAbsolute() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Relative
- isAbsoluteXPath(String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.AddedByUsesAware
-
Deprecated.Returns
true
if this node was added by uses statement, otherwise returnsfalse
. - isAddedByUses() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- isAddedByUses() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAddedByUses() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.AddedByUsesMixin
-
Deprecated, for removal: This API element is subject to removal in a future version.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.model.api.ContainerLikeCompat
-
Deprecated.
- isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.api.CopyableNode
-
Deprecated.Returns
true
if this node was added by augmentation, otherwise returnsfalse
. - isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
Deprecated.
- isAugmenting() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractEffectiveUnknownSchmemaNode
-
Deprecated.
- isAugmenting() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.CopyableMixin
-
Deprecated.
- isClosed() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
Query the state of this registration.
- isCompletedBy(ModelProcessingPhase) - Method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Determine whether this processing phase is implied to have completed by completion of some other phase.
- isConfiguration() - Method in interface org.opendaylight.yangtools.yang.model.api.DataSchemaNode
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
DataSchemaNode.effectiveConfig()
instead. - isEmpty() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- isEmpty() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
- isEmpty() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- isEmpty() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- isEmpty() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- isEmpty() - Method in class org.opendaylight.yangtools.util.SingletonSet
- isEmpty() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- isEmpty() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- isEmpty() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
- isEmpty() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedContainer
-
Determine whether this container body is empty.
- isEmpty() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Check if this instance identifier has empty path arguments, e.g.
- isEmpty() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Check if this stack is empty.
- isEolString(String) - Static method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
-
Check if an emitted string contains End-Of-Line character.
- isEqualWithoutRevision(QName) - Method in class org.opendaylight.yangtools.yang.common.QName
-
Compares this QName to other, without comparing revision.
- isFirst() - Method in class org.opendaylight.yangtools.concepts.Either
- isFullyDefined() - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter.ResumedStatement
-
Check if the statement has been fully defined.
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- isIgnoringConfig() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns true if this statement support and all its substatements ignore config statements (e.g.
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- isIgnoringIfFeatures() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns true if this statement support and all its substatements ignore if-feature statements (e.g.
- isInExtensionBody(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- isLeafRef(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- isMandatory() - Method in interface org.opendaylight.yangtools.yang.model.api.MandatoryAware
-
Return whether this node is mandatory or not.
- isMandatory() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.MandatoryMixin
- 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.tree.api.DataTreeConfiguration
- 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.
- isPresenceContainer() - Method in interface org.opendaylight.yangtools.yang.model.api.ContainerSchemaNode
-
Returns true if this container is marked as presence.
- isPresenceContainer() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.AbstractContainerEffectiveStatement
- isPresenceContainer(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Checks whether statement context is a presence container or not.
- isPresent() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return true if a value is present.
- isPresent(QName) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
-
Construct an assertion that a feature is present in the set passed to
IfFeatureExpr.test(FeatureSet)
. - isPresentIn(SchemaNode) - Static method in interface org.opendaylight.yangtools.openconfig.model.api.OpenConfigHashedValueSchemaNode
-
Determine if specified SchemaNode is marked to report its value in hashed form.
- isReferenced() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- isReferencedByLeafRef(SchemaNodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- isReferencing() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefContext
- isSecond() - Method in class org.opendaylight.yangtools.concepts.Either
- 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
- isSupportedToBuildEffective() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
- isTerminated() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- isUniqueIndexEnabled() - Method in class org.opendaylight.yangtools.yang.data.tree.api.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.
- isUserOrdered() - Method in interface org.opendaylight.yangtools.yang.model.api.UserOrderedAware
-
YANG
ordered-by
statement. - isUserOrdered() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.UserOrderedAwareMixin
- isValidIdentifier() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
-
Imprecise check if this argument complies with the
identifier
YANG specification. - 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 tofalse
- isYinElement() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
-
Returns true, if argument of statement is represented as value of YIN element.
- isYinElement() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.ExtensionEffectiveStatementImpl
- itemOrder() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder
-
Return the item order class of this object.
- itemOrder() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Ordered
- itemOrder() - Method in interface org.opendaylight.yangtools.concepts.ItemOrder.Unordered
- ItemOrder<T extends ItemOrder<T>> - Interface in org.opendaylight.yangtools.concepts
-
Marker interface for specifying ordering of items.
- ItemOrder.Ordered - Interface in org.opendaylight.yangtools.concepts
-
Items are ordered and their order is significant.
- ItemOrder.Unordered - Interface in org.opendaylight.yangtools.concepts
-
Items are unordered and their order is insignificant.
- iterator() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- iterator() - Method in class org.opendaylight.yangtools.util.SingletonSet
- iterator() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- iterator() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
J
- JSONCodecFactory - Class in org.opendaylight.yangtools.yang.data.codec.gson
-
Factory for creating JSON equivalents of codecs.
- JSONCodecFactorySupplier - Enum Class in org.opendaylight.yangtools.yang.data.codec.gson
-
API entry point for acquiring
JSONCodecFactory
instances. - JSONNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.codec.gson
-
This implementation will create JSON output as output stream.
- JsonParserStream - Class in org.opendaylight.yangtools.yang.data.codec.gson
-
This class parses JSON elements from a GSON JsonReader.
- JsonWriterFactory - Class in org.opendaylight.yangtools.yang.data.codec.gson
-
Factory Method class for JsonWriter creation.
K
- KEY - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- KeyEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
key
statement. - keyPredicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- keyPredicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- keyPredicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- KeyPredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- keyPredicateExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- keyPredicateExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- KeyPredicateExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateExprContext
- keySet() - Method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Returns the set of keys expected by this template, in the iteration order Maps resulting from instantiation will have.
- keySet() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- keySet() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
- keySet() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- keySet() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- keySet() - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
- keySet() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- keySet() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
Return the predicate key in the iteration order of
YangInstanceIdentifier.NodeIdentifierWithPredicates.entrySet()
. - keySet() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- KeyStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
key
statement. - KeyStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- KeyStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- keyword() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
-
Return this statement's keyword.
- keyword() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- keyword() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- KeywordContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.KeywordContext
- knownModelSources() - Static method in class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsConstants
-
Return identifiers of all sources known to define the metadata extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Return identifiers of all sources known to define the metadata extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
-
Return identifiers of all sources known to define NACM extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
Return identifiers of all sources known to define NACM extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2Constants
-
Return identifiers of all sources known to define NACM extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
Return identifiers of all sources known to define the metadata extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
Return identifiers of all sources known to define the metadata extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountConstants
-
Return identifiers of all sources known to define the metadata extension.
- knownModelSources() - Static method in class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsConstants
-
Return identifiers of all sources known to define the metadata extension.
L
- label() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMountPoint
-
Return the
mount-point
label. - label() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns the value of the
label
record component. - label() - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Returns the value of the
label
record component. - label() - Method in class org.opendaylight.yangtools.yang.data.util.MountPointData
- LANG - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- LAST - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- lastNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
-
Return the last node identifier.
- latestRevisionModule(UnresolvedQName.Unqualified) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
-
Return a criterion which selects the latest known revision of a particular module.
- layer() - Method in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
Return the
NetconfLayer
corresponding to this error type. - lazyAdd(List<E>, E) - Static method in class org.opendaylight.yangtools.util.LazyCollections
-
Add an element to a list, potentially transforming the list.
- lazyAdd(Set<E>, E) - Static method in class org.opendaylight.yangtools.util.LazyCollections
-
Add an element to a set, potentially transforming the set.
- LazyCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Lazily-populated CodecCache.
- LazyCodecCache() - Constructor for class org.opendaylight.yangtools.yang.data.util.codec.LazyCodecCache
- LazyCollections - Class in org.opendaylight.yangtools.util
-
Utility methods for lazily instantiated collections.
- LazyLeafOperations - Class in org.opendaylight.yangtools.yang.data.impl.schema.nodes
-
Support utilities for dealing with Maps which would normally hold
DataContainerChild
values, but are modified to eliminateLeafNode
instances. - lazyTransform(YinXmlSchemaSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
Create a
YinDomSchemaSource
from aYinXmlSchemaSource
. - LBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- LBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- LBRAC() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PredicateContext
- LBRACKET - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- LBRACKET - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- LBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- LBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- LBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- LE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- LE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- LE() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- LE(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- LEAF - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- LEAF_LIST - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- leafBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- LeafContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
- LeafEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
leaf
statement. - LeafInterner - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class for sharing instances of
LeafNode
s which have low cardinality-- e.g. - LeafListEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- LeafListEntryNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- LeafListItemContext - Class in org.opendaylight.yangtools.yang.data.util.impl.context
- LeafListNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- leafListPredicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- leafListPredicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- LeafListPredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- leafListPredicateExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- leafListPredicateExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- LeafListPredicateExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateExprContext
- LeafListSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'leaf-list' statement.
- LeafListStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
leaf-list
statement. - LeafListStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- leafNode(QName, T) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Construct immutable leaf node.
- leafNode(YangInstanceIdentifier.NodeIdentifier, T) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Construct immutable leaf node.
- LeafNode<T> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Leaf node with multiplicity 0..1.
- LeafNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- LEAFREF - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
leafref
built-in type. - LeafrefCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- LeafRefContext - Class in org.opendaylight.yangtools.yang.data.tree.leafref
- LeafRefDataValidationFailedException - Exception in org.opendaylight.yangtools.yang.data.tree.leafref
- LeafRefDataValidationFailedException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefDataValidationFailedException
- LeafRefDataValidationFailedException(String, int) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefDataValidationFailedException
- LeafRefDataValidationFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefDataValidationFailedException
- LeafRefPath - Class in org.opendaylight.yangtools.yang.data.tree.leafref
- LeafRefPath(LeafRefPath, QNameWithPredicate) - Constructor for class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
- LeafRefPathLexer - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- LeafRefPathParser - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- LeafRefPathParser.Absolute_pathContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Current_function_invocationContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Deref_exprContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Deref_function_invocationContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Descendant_pathContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.IdentifierContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Node_identifierContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Path_argContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Path_equality_exprContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Path_key_exprContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Path_predicateContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Path_strContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.PrefixContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Rel_path_keyexprContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafRefPathParser.Relative_pathContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- LeafrefResolver - Interface in org.opendaylight.yangtools.yang.model.util
-
Helper interface aiding resolution of
type leafref
chains. - leafrefTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- LeafrefTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- LeafrefTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
- LeafRefUtils - Class in org.opendaylight.yangtools.yang.data.tree.leafref
- LeafRefValidation - Class in org.opendaylight.yangtools.yang.data.tree.leafref
- LeafSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG
leaf
statement. - leafSetBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- leafSetBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- leafSetBuilder(SystemLeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- leafSetEntryBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- LeafsetEntryInterner - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class for sharing instances of
LeafSetEntryNode
s which have low cardinality -- e.g. - LeafSetEntryNode<T> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Leaf node with multiplicity 0...n.
- LeafSetNode<T> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Node representing set of simple leaf nodes.
- LeafStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
leaf
statement. - LeafStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- LeafStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- LEFT_BRACE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- LEFT_BRACE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- LEFT_BRACE() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- LEFT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- LEFT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- LEFT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- LEFT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- LEFT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- LEFT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- LEFT_SQUARE_BRACKET() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- LEGACY_ATTRIBUTE_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
Deprecated.The use on this namespace is discouraged and users are strongly encouraged to proper RFC7952 metadata annotations.
- LegacyAugmentationIdentifier - Record Class in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Deprecated.
- LegacyAugmentationIdentifier(ImmutableSet<QName>) - Constructor for record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyAugmentationIdentifier
-
Deprecated.Creates an instance of a
LegacyAugmentationIdentifier
record class. - LegacyMountPointIdentifier - Record Class in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Deprecated.
- LegacyMountPointIdentifier(QName) - Constructor for record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyMountPointIdentifier
-
Deprecated.Creates an instance of a
LegacyMountPointIdentifier
record class. - LegacyPathArgument - Interface in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Deprecated.
- LENGTH - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- LengthConstraint - Interface in org.opendaylight.yangtools.yang.model.api.type
-
A single value length restriction, as expressed by a length statement, as specified by [RFC-6020] The length Statement.
- LengthEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
length
statement. - LengthRestrictedTypeBuilder<T extends LengthRestrictedTypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.ri.type
- LengthRestrictedTypeDefinition<T extends TypeDefinition<T>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Interface for
TypeDefinition
s which can have their values restricted to a set of allowed lengths. - LengthStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
length
statement. - LengthStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- LengthStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LengthStatementSupport
- lenientInstance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- LESS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- LESS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- LESS() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- LESS(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- LINE_COMMENT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- LINE_COMMENT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- LINK_MANAGEMENT - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:link-management
IetfTags
- LIST - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ListEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- ListenerNotificationQueueStats - Class in org.opendaylight.yangtools.util.concurrent
-
Class used by the
QueuedNotificationManager
that contains a snapshot of notification queue statistics for a listener. - ListenerNotificationQueueStats(String, int) - Constructor for class org.opendaylight.yangtools.util.concurrent.ListenerNotificationQueueStats
- ListenerRegistration<T extends EventListener> - Interface in org.opendaylight.yangtools.concepts
-
Class representing a
Registration
of anEventListener
. - ListenerRegistry<T extends EventListener> - Class in org.opendaylight.yangtools.util
-
A registry of EventListeners, maintaining a set of registrations.
- ListEntryNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- listNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable list node.
- listNode(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable list node.
- ListNodeBuilder<T,
V extends LeafSetNode<T>> - Interface in org.opendaylight.yangtools.yang.data.api.schema.builder - ListNodeDataWithSchema - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- ListSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'list' statement.
- ListStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
list
statement. - ListStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list
- Literal - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- Literal - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- Literal() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- Literal() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- LITHIUM - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Deprecated, for removal: This API element is subject to removal in a future version.This version cannot be written in and always required adaption. This version should not be relied upon, as it is subject to removal in a future version.
- LOCAL_IO - Enum constant in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The source is available by performing local IO, such that reading from a disk.
- LOCAL_NAME - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- localNamespacePortion(ParserNamespace<K, V>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
-
Return the portion of specified namespace stored in this node.
- localQNameModule() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Get the local QNameModule of this module.
- locationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- locationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- LocationPathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.LocationPathContext
- LocationPathSteps(YangLocationPath) - Constructor for class org.opendaylight.yangtools.yang.model.api.PathExpression.LocationPathSteps
- LOCK_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
lock-denied
ErrorTag
. - logger() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Logger used to log uncaught exceptions from new threads created via this factory.
- logger() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
Logger used to log uncaught exceptions from new threads created via this factory.
- logger(Logger) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the value for the
logger
attribute. - logger(Logger) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.LoggerBuildStage
-
Initializes the value for the
logger
attribute. - LoggingNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
A
NormalizedNodeStreamWriter
which logs the events into aLogger
. - LoggingNormalizedNodeStreamWriter() - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- LoggingNormalizedNodeStreamWriter(int) - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- longHeaderFlags(byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Extract user-defined flags from a compressed long header.
- longValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- longValue() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- longValue() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- longValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this
BigDecimal
to along
, checking for lost information. - lookupComplex(S) - Method in class org.opendaylight.yangtools.yang.data.util.codec.SharedCodecCache
- lowerBound() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- LP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- LP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- LP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- LPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- LPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- LPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- LPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- LPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- LT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Left-hand operand is less than right-hand operand.
- LTE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Left-hand operand is less than or equal to right-hand operand.
M
- MAGNESIUM - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Deprecated, for removal: This API element is subject to removal in a future version.
- main() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- MainContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MainContext
- major() - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Returns the value of the
major
record component. - MALFORMED_MESSAGE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
unknown-element
ErrorTag
. - MANDATORY - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- MandatoryAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Mix-in interface for
SchemaNode
s which can have amandatory
statement. - MandatoryEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
mandatory
statement. - MandatoryStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
mandatory
statement. - MandatoryStatementAwareDeclaredStatement<T> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Marker interface for statements which may contain a 'mandatory' statement, as defined in RFC7950.
- MandatoryStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- MandatoryStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MandatoryStatementSupport
- map(Function<? super T, U>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
- MapAdaptor - Class in org.opendaylight.yangtools.util
-
A simple layer on top of maps, which performs snapshot mediation and optimization of what the underlying implementation is.
- mapBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- mapBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- mapBuilder(SystemMapNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- mapEntry(QName, QName, Object) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- mapEntryBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- mapEntryBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- mapEntryBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- mapEntryBuilder(QName, QName, Object) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- mapEntryBuilder(MapEntryNode) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- MapEntryNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Instance of Map entry, this node does not contains value, but child nodes.
- mapException(Function<? super E, X>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
- mapNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable map node.
- mapNode(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create an immutable map node.
- MapNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Containment node, which contains
MapEntryNode
of the same type, which may be quickly retrieved using a key. - mapNodeBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- mapNodeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- mapNodeBuilder(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
- maskList(ImmutableList<?>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
-
Utility method for squashing singleton lists into single objects.
- maskSet(ImmutableSet<?>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- match(K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
-
Match a key against this criterion.
- max() - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- MAX_ACCESS - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- MAX_ELEMENTS - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Revision
-
Revision which compares as greater than any other valid revision.
- MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
-
Value of
65535
. - MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
-
Value of
4294967295
. - MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
-
Value of
18446744073709551615
. - MAX_VALUE - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
-
Value of
255
. - MaxAccess - Enum Class in org.opendaylight.yangtools.rfc6643.model.api
-
Maximum allowed access, as defined by RFC2578 Section 7.3.
- MaxAccessEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- MaxAccessSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- MaxAccessStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- MaxAccessStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- MaxAccessStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- MaxElementsEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
max-elements
statement. - MaxElementsStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
max-elements
statement. - MaxElementsStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- MaxElementsStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MaxElementsStatementSupport
- maxValueIn(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return the maximum value supported in specified scale.
- merge(YangInstanceIdentifier.PathArgument, NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModificationCursor
-
Merge the specified data with the currently-present data at specified path.
- merge(YangInstanceIdentifier, NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification
-
Merge the specified data with the currently-present data at specified path.
- message() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this errors's
error-message
, if available. - message() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this errors's
error-message
, if available. - message(String) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
message
attribute. - message(String) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Initializes the value for the
message
attribute. - metadata() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedTuple
-
Return the metadata portion of this tree.
- metadata() - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Returns the value of the
metadata
record component. - metadata() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns the value of the
metadata
record component. - metadata(ImmutableMap<QName, Object>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter.MetadataExtension
-
Emit a block of metadata associated with the currently-open node.
- metadata(ImmutableMap<QName, Object>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- metadata(ImmutableMap<QName, Object>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataExtension
- metadata(ImmutableMap<QName, Object>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
- MetadataConstants - Class in org.opendaylight.yangtools.rfc7952.model.api
-
Constants associated with RFC7952.
- MetadataNormalizedAnydata - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A piece of
NormalizedAnydata
with a corresponding piece ofNormalizedMetadata
. - MetadataStatements - Enum Class in org.opendaylight.yangtools.rfc7952.model.api
-
StatementDefinition
s for statements defined by RFC7952. - MethodExtensions - Class in org.opendaylight.yangtools.testutils.mockito
-
Nicer shorter toString() for
Method
than it's default. - min() - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- MIN_ELEMENTS - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- MinElementsEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
min-elements
statement. - MinElementsStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
min-elements
statement. - MinElementsStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- MinElementsStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- minor() - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Returns the value of the
minor
record component. - MINUS - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Arithmetic subtraction.
- MINUS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- MINUS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- MINUS() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- MINUS() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnaryExprNoRootContext
- MINUS(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- MINUS(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnaryExprNoRootContext
- minValueIn(int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return the minimum value supported in specified scale.
- MISSING_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
missing-attribute
ErrorTag
. - MISSING_CHOICE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
missing-choice
as defined in RFC6020, section 13.7. - MISSING_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
missing-element
ErrorTag
. - missingChoice(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
missing-choice
as defined in RFC6020, section 13.7. - MissingSchemaSourceException - Exception in org.opendaylight.yangtools.yang.model.repo.api
-
Exception thrown when a the specified schema source is not available.
- MissingSchemaSourceException(String, SourceIdentifier) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
- MissingSchemaSourceException(String, SourceIdentifier, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.MissingSchemaSourceException
- MissingSubstatementException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when there was Missing element in yang file.
- MissingSubstatementException(String, StatementSourceReference) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.MissingSubstatementException
- MissingSubstatementException(String, StatementSourceReference, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.MissingSubstatementException
- MissingSubstatementException(CommonStmtCtx, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.MissingSubstatementException
- MissingSubstatementException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.MissingSubstatementException
- MixinNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Deprecated, for removal: This API element is subject to removal in a future version.This interface assumes XML encoding. In JSON encoding only a
ChoiceNode
is a mixin. Users are advised to move to explicit checking. - mixinPathStep() - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext.PathMixin
-
The mixed-in
YangInstanceIdentifier.NodeIdentifier
. - MOD - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Arithmetic modulus after truncating division.
- MOD - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- MOD - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- MOD() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- MOD() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- MOD() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- ModelActionBuilder - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Builder for effective model inference action.
- ModelActionBuilder.InferenceAction - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
User-defined inference action.
- ModelActionBuilder.InferenceContext - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
- ModelActionBuilder.Prerequisite<T> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
- ModelProcessingPhase - Enum Class in org.opendaylight.yangtools.yang.parser.spi.meta
- ModelProcessingPhase.ExecutionOrder - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
The concept of phase execution order, expressed as non-negative values.
- ModelStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
Model statement.
- modeNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- modeNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- modeNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- modeNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- modeNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- ModifiableMapPhase<K,
V> - Interface in org.opendaylight.yangtools.util -
A
Map
which can be modified and supports efficient conversion to an unmodifiable map. - modificationType() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Return the type of modification this node is undergoing.
- ModificationType - Enum Class in org.opendaylight.yangtools.yang.data.tree.api
-
Enumeration of all possible node modification states.
- modifiedChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Returns modified child or empty.
- ModifiedNodeDoesNotExistException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
Exception thrown when a proposed change fails validation before being applied into the Data Tree because tree node which child nodes are modified or written did not exist when transaction started and still does not exists when transaction is processed.
- ModifiedNodeDoesNotExistException(YangInstanceIdentifier, String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.ModifiedNodeDoesNotExistException
- ModifiedNodeDoesNotExistException(YangInstanceIdentifier, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.ModifiedNodeDoesNotExistException
- MODIFIER - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ModifierEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
modifier
statement. - ModifierKind - Enum Class in org.opendaylight.yangtools.yang.model.api.type
-
Enum describing the effect of a YANG modifier statement.
- ModifierStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Represents YANG modifier statement.
- ModifierStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ModifierStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- module() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Returns the value of the
module
record component. - Module - Interface in org.opendaylight.yangtools.yang.model.api
-
This interface contains the methods for getting the data from the YANG module.
- MODULE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Module namespace.
- MODULE_FOR_BELONGSTO - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULE_FOR_BELONGSTO - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Namespace similar to
ParserNamespaces.MODULE
for storing modules into Yang model storage but keyed by plain name. - MODULE_NAME_TO_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULE_NAME_TO_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Pre-linkage global mapping of module names to namespaces.
- MODULE_NAME_TO_QNAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULE_NAME_TO_QNAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefixes to namespaces.
- MODULE_NAMESPACE_TO_NAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULE_NAMESPACE_TO_NAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefixes to namespaces.
- MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Normative prefix to use when importing
OpenConfigConstants.SEMVER_SOURCE
and later. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
-
Normative prefix to use when importing
NetconfConstants.RFC6241_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
Normative prefix to use when importing
NACMConstants.RFC6536_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2Constants
-
Normative prefix to use when importing
IetfYangSmiv2Constants.RFC6643_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
Normative prefix to use when importing
MetadataConstants.RFC7952_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
Normative prefix to use when importing
YangDataConstants.RFC8040_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountConstants
-
Normative prefix to use when importing
SchemaMountConstants.RFC8528_SOURCE
. - MODULE_PREFIX - Static variable in class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsConstants
-
Normative prefix to use when importing
SubscribedNotificationsConstants.RFC8639_SOURCE
. - MODULE_TAG - Enum constant in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
- MODULE_TO_MODULE_ID - Static variable in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- MODULECTX_TO_QNAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULECTX_TO_QNAME - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Global mapping of modules to QNameModules.
- MODULECTX_TO_SOURCE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULECTX_TO_SOURCE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Global mapping of modules to source identifier.
- ModuleDependencySort - Class in org.opendaylight.yangtools.yang.model.spi
-
Creates a module dependency graph from provided
Module
s and provides aModuleDependencySort.sort(Collection)
method. - ModuleEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective view of a
module
statement. - ModuleEffectiveStatement.ConformanceType - Enum Class in org.opendaylight.yangtools.yang.model.api.stmt
- moduleForPrefix(String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringIdentityrefCodec
-
Resolve a string prefix into the corresponding module.
- moduleForPrefix(String) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractModuleStringInstanceIdentifierCodec
-
Resolve a string prefix into the corresponding module.
- ModuleId(String, Optional<Revision>) - Constructor for class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- ModuleId(UnresolvedQName.Unqualified, Optional<Revision>) - Constructor for class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- ModuleImport - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'import' statement.
- ModuleLike - Interface in org.opendaylight.yangtools.yang.model.api
-
This interface contains common methods for getting the schema contents from a YANG module or submodule.
- moduleName() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Current
- ModuleNameNamespaceContext - Class in org.opendaylight.yangtools.yang.model.util
-
Utility
YangNamespaceContext
backed by a SchemaContext, resolving namespaces to their module names. - ModuleNameNamespaceContext(EffectiveModelContext) - Constructor for class org.opendaylight.yangtools.yang.model.util.ModuleNameNamespaceContext
- ModuleQNameToPrefix - Class in org.opendaylight.yangtools.yang.parser.rfc7950.namespace
-
Implementation-internal cache for looking up URI to import prefix.
- ModuleResourceResolver - Interface in org.opendaylight.yangtools.plugin.generator.api
-
An SPI-level interface to find the schema source for a particular YANG module, as packaged in the final artifact.
- modules() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Returns the value of the
modules
record component. - MODULES_DEVIATED_BY - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- MODULES_DEVIATED_BY - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Namespace used for storing information about modules that support deviation resolution.
- ModuleStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
module
statement. - ModuleStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- ModuleStatementImpl(String, UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.ModuleStatementImpl
- ModuleStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module
- ModuleStringIdentityrefCodec - Class in org.opendaylight.yangtools.yang.data.util
-
Base class for implementing identityref codecs on based on module names.
- ModuleStringIdentityrefCodec(EffectiveModelContext, QNameModule) - Constructor for class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- ModuleTagConstants - Class in org.opendaylight.yangtools.rfc8819.model.api
- ModuleTagEffectiveStatement - Interface in org.opendaylight.yangtools.rfc8819.model.api
-
Effective statement representation of 'module-tag' extension defined in RFC8819.
- ModuleTagStatement - Interface in org.opendaylight.yangtools.rfc8819.model.api
-
Declared statement representation of 'module-tag' extension defined in RFC8819.
- ModuleTagStatements - Enum Class in org.opendaylight.yangtools.rfc8819.model.api
-
StatementDefinition
s for statements defined by RFC8819. - ModuleTagStatementSupport - Class in org.opendaylight.yangtools.rfc8819.parser
-
Parser support for
module-tag
statement. - ModuleTagStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- MORE_ - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- MORE_ - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- MORE_() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- MORE_(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- MoreAnswers - Class in org.opendaylight.yangtools.testutils.mockito
-
More
Answer
variants. - MOUNT - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- MOUNT_POINT - Enum constant in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
- MountEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- mountPoint() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedMountpoints
-
Return the
NormalizedMountPoint
attached at this place in the tree, if any. - mountPoint() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints
- MountPointChild - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
An unresolved child within a mount point.
- MountPointContext - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A context of either an explicit (RFC8528 Schema Mount instance) or implicit (system root).
- MountPointContextFactory - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
An entity able to resolve the SchemaContext for embedded mount points based on generic data provided by the current interpretation context.
- MountPointContextFactory.ContainerName - Enum Class in org.opendaylight.yangtools.yang.data.api.schema
-
Top-level containers which hold YANG Library information, ordered by descending preference, with more modern and/or preferred entries first.
- MountPointData - Class in org.opendaylight.yangtools.yang.data.util
-
YANG Schema Mount-supported data attached to either a
list
item or acontainer
. - MountPointDefinition(MountPointLabel, boolean, ImmutableSet<String>) - Constructor for record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Creates an instance of a
MountPointDefinition
record class. - MountPointEffectiveStatement - Interface in org.opendaylight.yangtools.rfc8528.model.api
-
Effective statement representation of 'mount-point' extension defined in RFC8528.
- MountPointException - Exception in org.opendaylight.yangtools.yang.data.api.schema
-
Exception thrown when a mount-point-related operation cannot be performed.
- MountPointException(String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.MountPointException
- MountPointException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.api.schema.MountPointException
- MountPointLabel - Record Class in org.opendaylight.yangtools.yang.common
-
The name (label) of a YANG schema mount instance, as defined in RFC8528.
- MountPointLabel(QName) - Constructor for record class org.opendaylight.yangtools.yang.common.MountPointLabel
-
Creates an instance of a
MountPointLabel
record class. - MountPointNormalizedNodeWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
A
NormalizedMountPoint
-aware counterpart toNormalizedNodeWriter
. - mountPoints() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedTuple
-
Return the mount point portion of this tree.
- mountPoints() - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Returns the value of the
mountPoints
record component. - mountPoints() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns the value of the
mountPoints
record component. - MountPointSchemaNode - Interface in org.opendaylight.yangtools.rfc8528.model.api
-
Represents the effect of 'mount-point' extension, as defined in RFC8528, being attached to a SchemaNode.
- MountPointStatement - Interface in org.opendaylight.yangtools.rfc8528.model.api
-
Declared statement representation of 'mount-point' extension defined in RFC8528.
- MountPointStatementSupport - Class in org.opendaylight.yangtools.rfc8528.parser
- MountPointStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- MountStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- MountStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- MountStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.MountStatementSupport
- MUL - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Arithmetic multiplication.
- MUL - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- MUL - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- MUL() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- MUL() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- MultipleElementsDeclaredStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- MultipleEntryDataWithSchema<T extends AbstractNodeDataWithSchema<?>> - Interface in org.opendaylight.yangtools.yang.data.util
-
Marker interface for
AbstractNodeDataWithSchema
specializations which are composed of multiple entries. - multiplicativeExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- multiplicativeExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- multiplicativeExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- multiplicativeExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- MultiplicativeExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- MUST - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- MustConstraintAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Mix-in interface for nodes which can define must constraints.
- MustDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains methods for accessing constraint declaration for valid data in form of XPath expressions.
YANG example:
must "ifType != 'ethernet' or (ifType = 'ethernet' and ifMTU = 1500)";
- MustEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
must
statement. - MustStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
must
statement. - MustStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- MustStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- MustStatementSupport(XPathSupport, YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MustStatementSupport
- mutable() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
-
Get a mutable, isolated copy of the node.
- Mutable - Interface in org.opendaylight.yangtools.concepts
-
Mutable object - object may change it's state during lifecycle.
- mutableDeclaredSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- mutableEffectiveSubstatements() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- MutableOffsetMap<K,
V> - Class in org.opendaylight.yangtools.util -
A mutable version of
ImmutableOffsetMap
. - MutableStatement - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Mutable statement interface.
- MutableTreeNode - Class in org.opendaylight.yangtools.yang.data.tree.impl.node
-
A mutable tree node.
- MutableTreeNode() - Constructor for class org.opendaylight.yangtools.yang.data.tree.impl.node.MutableTreeNode
- mutatesCtx(T, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Action mutates the specified statement in the specified phase.
- mutatesEffectiveCtx(StmtContext<?, ?, ?>, ParserNamespace<K, ? extends StmtContext<?, ?, ?>>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
- mutatesEffectiveCtx(T) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Action mutates the effective model of specified statement.
- mutatesEffectiveCtxPath(StmtContext<?, ?, ?>, ParserNamespace<K, ? extends StmtContext<?, ?, ?>>, Iterable<K>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
- mutatesNs(StmtContext.Mutable<?, ?, ?>, ParserNamespace<?, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
N
- NACMConstants - Class in org.opendaylight.yangtools.rfc6536.model.api
-
Constants associated with RFC6536.
- NACMStatements - Enum Class in org.opendaylight.yangtools.rfc6536.model.api
-
StatementDefinition
s for statements defined by RFC6536. - name() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
- name() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationSchemaNode
- name() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Returns the value of the
name
record component. - name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.DataContainerChild
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode
-
Return the name of this data.
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapEntryNode
-
Returns identifier of this node in parent map node
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedData
-
Return the name of this data.
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedNode
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedYangData
- name() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.UnkeyedListEntryNode
- name() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- name() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeCandidateNode
-
Get the node underlying
NormalizedNode.name()
. - name() - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns the value of the
name
record component. - name() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Returns the value of the
name
record component. - NAME - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- NAME - Static variable in interface org.opendaylight.yangtools.yang.model.api.SchemaContext
-
QName of NETCONF top-level data node.
- NAME_REVISION_COMPARATOR - Static variable in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
A
Module
comparator based onModuleLike.getName()
andQNameModuleAware.getRevision()
, ordering modules lexicographically by their name and then in order of descending revision. - namePrefix() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Prefix for threads from this factory.
- namePrefix() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
Prefix for threads from this factory.
- namePrefix(String) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the value for the
namePrefix
attribute. - namePrefix(String) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.NamePrefixBuildStage
-
Initializes the value for the
namePrefix
attribute. - namespace() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Return this statement's
namespace
substatement. - namespace() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
namespace
record component. - namespace() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- namespace(ParserNamespace<K, V>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
-
Return the selected namespace.
- NAMESPACE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- NAMESPACE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
namespace
axis. - NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementDefinitions
- NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Projection of
StatementSupport
s available within a particular source. - NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles
- NAMESPACE_TO_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- NAMESPACE_TO_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
A derived namespace allowing lookup of modules based on their
QNameModule
. - NAMESPACE_URI - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- NamespaceBehaviour<K,
V> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Definition / implementation of specific Identifier Namespace behaviour.
- NamespaceBehaviour(ParserNamespace<K, V>) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- namespaceBehaviourOf(ParserNamespace<K, V>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle
- NamespaceBehaviours - Class in org.opendaylight.yangtools.yang.parser.spi
-
NamespaceBehaviour
s corresponding toParserNamespaces
. - NamespaceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
namespace
statement. - namespaceForPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- namespaceForPrefix(String) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
-
Return QNameModule to which a particular prefix is bound.
- namespaceForPrefix(String) - Method in class org.opendaylight.yangtools.yang.model.util.ModuleNameNamespaceContext
- namespaceItem(ParserNamespace<K, V>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStmtCtx
-
Return a value associated with specified key within a namespace.
- NamespaceKeyCriterion<K> - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Namespace key matching criterion.
- NamespaceKeyCriterion() - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
- NamespaceNotAvailableException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
-
Thrown when identifier namespace is not available (supported) in a specific model processing phase.
- NamespaceNotAvailableException(String) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceNotAvailableException
- NamespaceNotAvailableException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceNotAvailableException
- namespacePrefixes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootEffectiveStatement
-
Enumeration of all namespace-to-prefix mappings.
- NamespaceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
namespace
statement. - NamespaceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- NamespaceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.NamespaceStatementSupport
- NamespaceStmtCtx - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Support work with namespace content.
- NamespaceStorage - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
A hierarchical entity storing a portion (or entirety) of a
ParserNamespace
. - NamespaceStorage.GlobalStorage - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
- NamespaceStorage.StorageType - Enum Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Enumeration of all possible types of storage.
- nameTest() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- nameTest() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- NameTestContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- nCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- nCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- nCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- nCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.QNameContext
- nCName(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- nCName(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.QNameContext
- NCName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- NCName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- NCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- NCName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- NCNameContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- needQuoteCheck() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
-
Imprecise check if this argument needs an additional content check for compliance.
- needUnescape() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
-
Imprecise check if this argument needs further unescape operation (which is version-specific) to arrive at the literal string value.
- negate() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- negateNumber(YangNumberExpr) - Method in class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
- negateNumber(YangNumberExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathMathSupport
-
Create a
YangNumberExpr
representing the negated value of a number. - NEON_SR2 - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Deprecated, for removal: This API element is subject to removal in a future version.This version cannot be written in and always required adaption. This version should not be relied upon, as it is subject to removal in a future version.
- NETCONF_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
NETCONF protocol elements' namespace, as defined in RFC4741 section 3.1, in String format.
- NETCONF_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
NETCONF protocol elements' namespace, as defined in RFC4741 section 3.1, in String format.
- NetconfConstants - Class in org.opendaylight.yangtools.rfc6241.model.api
-
Constants associated with RFC6241.
- NetconfLayer - Enum Class in org.opendaylight.yangtools.yang.common
-
Enumeration of NETCONF layers, as established in NETCONF.
- NetconfStatements - Enum Class in org.opendaylight.yangtools.rfc6241.model.api
-
StatementDefinition
s for statements defined by RFC6241. - NETWORK_ELEMENT_CLASS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:network-element-class
IetfTags
. - NETWORK_SERVICE_APP - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:network-service-app
IetfTags
- NETWORK_SERVICE_CLASS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:network-service-class
IetfTags
- newAbortPolicy() - Static method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Returns a counting handler for rejected tasks that throws a RejectedExecutionException.
- newBinaryBuilder(BinaryTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newBitsBuilder(BitsTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newBlockingBoundedCachedThreadPool(int, int, String, Class<?>) - Static method in class org.opendaylight.yangtools.util.concurrent.SpecialExecutors
-
Creates an ExecutorService similar to
SpecialExecutors.newBoundedCachedThreadPool(int, int, java.lang.String, java.lang.Class<?>)
except that it handles rejected tasks by running them in the same thread as the caller. - newBlockingBoundedFastThreadPool(int, int, String, Class<?>) - Static method in class org.opendaylight.yangtools.util.concurrent.SpecialExecutors
-
Creates an ExecutorService similar to
SpecialExecutors.newBoundedFastThreadPool(int, int, java.lang.String, java.lang.Class<?>)
except that it handles rejected tasks by running them in the same thread as the caller. - newBooleanBuilder(BooleanTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newBoundedCachedThreadPool(int, int, String, Class<?>) - Static method in class org.opendaylight.yangtools.util.concurrent.SpecialExecutors
-
Creates an ExecutorService with a specified bounded queue capacity that favors reusing previously constructed threads, when they are available, over creating new threads.
- newBoundedFastThreadPool(int, int, String, Class<?>) - Static method in class org.opendaylight.yangtools.util.concurrent.SpecialExecutors
-
Creates an ExecutorService with a specified bounded queue capacity that favors creating new threads over queuing, as the former is faster, so threads will only be reused when the thread limit is exceeded and tasks are queued.
- newBoundedSingleThreadExecutor(int, String, Class<?>) - Static method in class org.opendaylight.yangtools.util.concurrent.SpecialExecutors
-
Creates an ExecutorService that uses a single worker thread operating off a bounded queue with the specified capacity.
- newBuild() - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor
-
Start a new reactor build using the default statement parser mode with all features and deviations enabled.
- newCallerRunsPolicy() - Static method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Returns a counting handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
- newCallerWaitsPolicy() - Static method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
-
Returns a counting handler for rejected tasks that blocks on the
ThreadPoolExecutor
's backing queue until it can add the task to the queue. - newChildEntry() - Method in class org.opendaylight.yangtools.yang.data.util.LeafListNodeDataWithSchema
- newChildEntry() - Method in class org.opendaylight.yangtools.yang.data.util.ListNodeDataWithSchema
- newChildEntry() - Method in interface org.opendaylight.yangtools.yang.data.util.MultipleEntryDataWithSchema
-
Create a new child entry.
- newDataInput(DataInput) - Static method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Creates a new
NormalizedNodeDataInput
instance that reads from the given input. - newDataInputWithoutValidation(DataInput) - Static method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Deprecated, for removal: This API element is subject to removal in a future version.Use
NormalizedNodeDataInput.newDataInput(DataInput)
instead. - newDataOutput(DataOutput) - Method in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Creates a new
NormalizedNodeDataOutput
instance that writes to the given output. - newDataTreeCandidate(YangInstanceIdentifier, DataTreeCandidateNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidates
- newDecima64Builder(DecimalTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newDocumentBuilder() - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
Create a new
DocumentBuilder
for dealing with untrusted XML data. - newEmptyBuilder(EmptyTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newEnumerationBuilder(EnumTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newError(ErrorType, ErrorTag, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Creates an RpcError with severity ERROR for reuse.
- newError(ErrorType, ErrorTag, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Creates an RpcError with severity ERROR for reuse.
- newFileGenerator(Map<String, String>) - Method in interface org.opendaylight.yangtools.plugin.generator.api.FileGeneratorFactory
-
Create a new
FileGenerator
. - newIdentityrefBuilder(IdentityrefTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newInferenceAction(ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Create a new inference action to be executed during specified phase.
- newInstanceIdentifierBuilder(InstanceIdentifierTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newInt16Builder(Int16TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newInt32Builder(Int32TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newInt64Builder(Int64TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newInt8Builder(Int8TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newLeafrefBuilder(LeafrefTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newModification() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.CursorAwareDataTreeSnapshot
- newModification() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshot
-
Create a new data tree modification based on this snapshot, using the specified data application strategy.
- newParser() - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode.IEEE754
. - newParser(YangNamespaceContext) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode.IEEE754
. - newParser(YangNamespaceContext, QNameModule) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode.IEEE754
. - newParser(YangXPathMathMode) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode
. - newParser(YangXPathMathMode) - Method in class org.opendaylight.yangtools.yang.xpath.impl.AntlrXPathParserFactory
- newParser(YangXPathMathMode) - Method in class org.opendaylight.yangtools.yang.xpath.impl.di.DefaultXPathParserFactory
- newParser(YangXPathMathMode, YangNamespaceContext) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode
. - newParser(YangXPathMathMode, YangNamespaceContext) - Method in class org.opendaylight.yangtools.yang.xpath.impl.AntlrXPathParserFactory
- newParser(YangXPathMathMode, YangNamespaceContext) - Method in class org.opendaylight.yangtools.yang.xpath.impl.di.DefaultXPathParserFactory
- newParser(YangXPathMathMode, YangNamespaceContext, QNameModule) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParserFactory
-
Return a
YangXPathParser
compliant withYangXPathMathMode
. - newParser(YangXPathMathMode, YangNamespaceContext, QNameModule) - Method in class org.opendaylight.yangtools.yang.xpath.impl.AntlrXPathParserFactory
- newParser(YangXPathMathMode, YangNamespaceContext, QNameModule) - Method in class org.opendaylight.yangtools.yang.xpath.impl.di.DefaultXPathParserFactory
- newSAXParser() - Static method in class org.opendaylight.yangtools.util.xml.UntrustedXML
-
Create a new
SAXParser
for dealing with untrusted XML data. - newStringBuilder(StringTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newUint16Builder(Uint16TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newUint32Builder(Uint32TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newUint64Builder(Uint64TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newUint8Builder(Uint8TypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newUnionBuilder(UnionTypeDefinition, QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.RestrictedTypes
- newWarning(ErrorType, ErrorTag, String) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Creates an RpcError with severity WARNING for reuse.
- newWarning(ErrorType, ErrorTag, String, String, String, Throwable) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Creates an RpcError with severity WARNING for reuse.
- newWithCause(String, Throwable) - Method in class org.opendaylight.yangtools.util.concurrent.ExceptionMapper
-
Invoked to create a new exception instance of the specified type.
- newWithCause(String, Throwable) - Method in class org.opendaylight.yangtools.util.concurrent.ReflectiveExceptionMapper
- next() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.Version
-
Create a new version, distinct from any other version.
- nextDataSchemaNode(DataSchemaNode) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Attach the specified
DataSchemaNode
to the next node which will get started or emitted. - nextDataSchemaNode(DataSchemaNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- nextHashCode(int, Object) - Static method in class org.opendaylight.yangtools.util.HashCodeBuilder
-
Determine the next hash code combining a base hash code and the hash code of an object.
- node() - Method in record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Returns the value of the
node
record component. - node(QName) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds
YangInstanceIdentifier.NodeIdentifier
with supplied QName to path arguments of resulting instance identifier. - node(QName) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Constructs a new Instance Identifier with new
YangInstanceIdentifier.NodeIdentifier
added to the end of path arguments. - node(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds a
YangInstanceIdentifier.PathArgument
to path arguments of resulting instance identifier. - node(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Constructs a new Instance Identifier with new
YangInstanceIdentifier.PathArgument
added to the end of path arguments. - NODE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
A
node
. - node_identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- node_identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- node_identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- node_identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- node_identifier() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- node_identifier(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- node_identifier(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- Node_identifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Node_identifierContext
- NodeAndStack(DataSchemaContext, SchemaInferenceStack) - Constructor for record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Creates an instance of a
NodeAndStack
record class. - nodeIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateExprContext
- nodeIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- nodeIdentifier() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PathArgumentContext
- NodeIdentifier(QName) - Constructor for class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifier
- NodeIdentifierContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.NodeIdentifierContext
- nodeIdentifierFromPath(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- NodeImpl() - Constructor for class org.opendaylight.yangtools.util.TopologicalSort.NodeImpl
- nodeTest() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- nodeTest() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- NodeTestContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- NodeType - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- NodeType - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- NodeType() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- NodeType() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- nodeWithKey(QName, Map<QName, Object>) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds
YangInstanceIdentifier.NodeIdentifierWithPredicates
with supplied QName and key values to path arguments of resulting instance identifier. - nodeWithKey(QName, QName, Object) - Method in interface org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.InstanceIdentifierBuilder
-
Adds
YangInstanceIdentifier.NodeIdentifierWithPredicates
with supplied QName and key, value. - NodeWithValue(QName, T) - Constructor for class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- NON_UNIQUE_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
non-unique
as defined in RFC6020, section 13.1. - nonUnique(YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
non-unique
as defined in RFC6020, section 13.1. - NOOP - Enum constant in enum class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema.ChildReusePolicy
-
Do not consider any existing nodes at all, just perform a straight append.
- NOOP_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Deprecated.
- NoopCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
A no-operation codec cache.
- noopElement(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
Deprecated.This error-info specified by
ErrorTag.PARTIAL_OPERATION
. - NoOpListenerRegistration<T extends EventListener> - Class in org.opendaylight.yangtools.concepts
-
Implementation of
ListenerRegistration
which does nothing in itsNoOpObjectRegistration.close()
method. - NoOpObjectRegistration<T> - Class in org.opendaylight.yangtools.concepts
-
Implementation of
ObjectRegistration
which does nothing in itsNoOpObjectRegistration.close()
method. - NormalizableAnydata - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
An
anydata value object model
which can be normalized toNormalizedAnydata
when provided with proper context. - NormalizationResult - Record Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
The result of a
NormalizedNodeStreamWriter
stream, i.e. - NormalizationResult(NormalizedNode) - Constructor for record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
- NormalizationResult(NormalizedNode, NormalizedMetadata) - Constructor for record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
- NormalizationResult(NormalizedNode, NormalizedMetadata, NormalizedMountpoints) - Constructor for record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Creates an instance of a
NormalizationResult
record class. - NormalizationResult(NormalizedNode, NormalizedMountpoints) - Constructor for record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
- NormalizationResultHolder - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
Client-allocated result holder for
ImmutableNormalizedNodeStreamWriter
operation. - NormalizationResultHolder() - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.NormalizationResultHolder
- NORMALIZE_SPACE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- NormalizedAnydata - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
The contents of an
anydata
node in a normalized format. - NormalizedContainer<V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A piece of
NormalizedData
which holds some childNormalizedNode
s. - NormalizedData - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A piece of data normalized to a particular
EffectiveModelContext
. - NormalizedMetadata - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
RFC7952 metadata counterpart to a
NormalizedNode
. - NormalizedMetadataWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
A utility class to attach
NormalizedMetadata
into a NormalizedNode stream, such as the one produced byNormalizedNodeWriter
, so that a targetNormalizedNodeStreamWriter
sees both data and metadata in the stream. - NormalizedMountPoint - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Normalized representation of a YANG mount point.
- NormalizedMountpoints - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
RFC8528 mount point counterpart to a
NormalizedNode
structure. - NormalizedNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Node which is normalized according to the YANG schema is identifiable by a
YangInstanceIdentifier
. - NormalizedNodeBuilder<I extends YangInstanceIdentifier.PathArgument,
V, R extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema.builder - NormalizedNodeContainer<V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Node which is not leaf, but has child
NormalizedNode
s as its value. - NormalizedNodeContainerBuilder<K extends YangInstanceIdentifier.PathArgument,
CK extends YangInstanceIdentifier.PathArgument, CV extends NormalizedNode, P extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema.builder - NormalizedNodeDataInput - Interface in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Interface for reading
NormalizedNode
s,YangInstanceIdentifier
s,YangInstanceIdentifier.PathArgument
s andSchemaNodeIdentifier
s. - NormalizedNodeDataOutput - Interface in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Interface for emitting
NormalizedNode
s,YangInstanceIdentifier
s,YangInstanceIdentifier.PathArgument
s andSchemaNodeIdentifier
s. - NormalizedNodePrettyTree - Class in org.opendaylight.yangtools.yang.data.spi.node
- NormalizedNodePrettyTree(NormalizedNode) - Constructor for class org.opendaylight.yangtools.yang.data.spi.node.NormalizedNodePrettyTree
- NormalizedNodes - Class in org.opendaylight.yangtools.yang.data.api.schema
-
A set of utility methods for interacting with
NormalizedNode
objects. - NormalizedNodeSchemaUtils - Class in org.opendaylight.yangtools.yang.data.util
- NormalizedNodeStreamVersion - Enum Class in org.opendaylight.yangtools.yang.data.codec.binfmt
-
Enumeration of all stream versions this implementation supports on both input and output.
- NormalizedNodeStreamWriter - Interface in org.opendaylight.yangtools.yang.data.api.schema.stream
-
Event Stream Writer based on Normalized Node tree representation.
- NormalizedNodeStreamWriter.Extension - Interface in org.opendaylight.yangtools.yang.data.api.schema.stream
-
Extension interface for
NormalizedNodeStreamWriter
. - NormalizedNodeStreamWriter.MetadataExtension - Interface in org.opendaylight.yangtools.yang.data.api.schema.stream
-
Extension to the NormalizedNodeStreamWriter with metadata support.
- NormalizedNodeStreamWriter.MountPointExtension - Interface in org.opendaylight.yangtools.yang.data.api.schema.stream
-
An
NormalizedNodeStreamWriter.Extension
exposed by stream writers which can handle mount point data, notably providing the facilities to resolve a mount point schema and normalize mount point contents into a normalized structure. - NormalizedNodeStreamWriterStack - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class for tracking schema state underlying a
NormalizedNode
structure. - NormalizedNodeTransformations - Class in org.opendaylight.yangtools.transform
- NormalizedNodeWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
This is an experimental iterator over a
NormalizedNode
. - NormalizedNodeWriter(NormalizedNodeStreamWriter) - Constructor for class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
- NormalizedTuple - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A tuple of normalized
NormalizedTuple.data()
, with correspondingNormalizedTuple.metadata()
andNormalizedTuple.mountPoints()
. - NormalizedYangData - Interface in org.opendaylight.yangtools.yang.data.api.schema
- normalizeTo(EffectiveModelContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MountPointChild
-
Normalized this child to a particular EffectiveModelContext.
- normalizeTo(EffectiveModelContext) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.AbstractMountPointChild
- normalizeTo(EffectiveStatementInference) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizableAnydata
-
Attempt to interpret this anydata content in the context of specified
EffectiveStatementInference
. - normalizeTo(EffectiveStatementInference) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata
- NOT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- NOT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- NOT - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- NOT() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- NOT_ACCESSIBLE - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Indicates the annotated object is an auxiliary object, as per RFC2578 Section 7.7.
- NOT_EQUALS - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Operands do not equal.
- NOT_IDENTIFIER_PART - Static variable in class org.opendaylight.yangtools.yang.common.YangNames
-
A
CharMatcher
NOT matching second and later characters of a YANGidentifier
ABNF production,(ALPHA / DIGIT / "_" / "-" / ".")
. - NOT_SUPPORTED - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Target node is not implemented by the server.
- notClosed() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
Query the state of this registration.
- NOTIFICATION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- NotificationDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'notification' statement.
- NotificationEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
notification
statement. - NotificationEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- NotificationEffectiveStatementImpl(NotificationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- NotificationEffectiveStatementImpl(NotificationEffectiveStatementImpl, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.NotificationEffectiveStatementImpl
- NotificationManager<L,
N> - Interface in org.opendaylight.yangtools.util.concurrent -
Interface for a class that manages queuing and dispatching notifications for multiple listeners.
- NotificationNodeContainer - Interface in org.opendaylight.yangtools.yang.model.api
- NotificationNodeContainerCompat<A,
D extends DeclaredStatement<A>, E extends SchemaTreeAwareEffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt.compat -
Compatibility bridge between
NotificationNodeContainer.findNotification(QName)
andSchemaTreeAwareEffectiveStatement
. - NotificationStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
notification
statement. - NotificationStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- NotificationStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification
- NotificationStatementRFC6020Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC6020Support
- NotificationStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification
-
Class providing necessary support for processing YANG 1.1 Notification statement.
- NotificationStatementRFC7950Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- NULL - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Equivalent of a
null
ModelProcessingPhase
. - Number - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- Number - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- Number() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- NUMBER - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
O
- OAM - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:oam
IetfTags
- OBJECT_ID - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- ObjectExtension<O extends ExtensibleObject<O,
E>, E extends ObjectExtension<O, E>> - Interface in org.opendaylight.yangtools.concepts -
An extension to a concrete
ExtensibleObject
. - ObjectIdentifier - Class in org.opendaylight.yangtools.rfc6643.model.api
-
An OID, or ObjectIdentifier, as defined by ITU and ISO/IEC.
- ObjectRegistration<T> - Interface in org.opendaylight.yangtools.concepts
-
Class representing a registration of an object.
- ObjectRegistry<T> - Class in org.opendaylight.yangtools.util
- OBSOLETE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.Status
-
OBSOLETE means the definition is obsolete and SHOULD NOT be implemented and/or can be removed from implementations.
- OBSOLETE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyStatusStatement
- OBSOLETE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyStatusEffectiveStatement
- of() - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Return an empty
YangInstanceIdentifier
. - of() - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
-
Return an empty
FeatureSet
. - of(boolean) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
- of(int) - Static method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyFractionDigitsStatement
- of(int...) - Static method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
-
Create an
ObjectIdentifier
from its integer components. - of(int, long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return a
Decimal64
with specified scale and unscaled value. - of(Number) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- of(Number, Number) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- of(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Parse a revision string.
- of(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.UnmodifiableMap
-
Create an unmodifiable view of the target
Map
. - of(DataSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractContext
- of(EffectiveModelContext) - Static method in interface org.opendaylight.yangtools.yang.data.api.schema.MountPointContext
-
Return an empty
MountPointContext
with the specifiedEffectiveModelContext
. - of(E) - Static method in class org.opendaylight.yangtools.util.SingletonSet
- of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- of(ImmutableList<YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new InstanceIdentifier composed of supplied
YangInstanceIdentifier.PathArgument
s. - of(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- of(Iterable<? extends YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new InstanceIdentifier composed of supplied
YangInstanceIdentifier.PathArgument
s. - of(String) - Static method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
- of(String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
-
Create a new unqualified unresolved QName.
- of(String) - Static method in class org.opendaylight.yangtools.yang.common.XMLNamespace
- of(String) - Static method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Unqualified
- of(String) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- of(String, String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
-
Create a new qualified unresolved QName.
- of(String, String) - Static method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Qualified
- of(String, String) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
- of(String, Logger, Optional<Integer>) - Static method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Construct a new immutable
ThreadFactoryProvider
instance. - of(Collection<? extends YangInstanceIdentifier.PathArgument>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new InstanceIdentifier composed of supplied
YangInstanceIdentifier.PathArgument
s. - of(Collection<QName>) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
Create an absolute schema node identifier composed of multiple node identifiers.
- of(Collection<QName>) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Descendant
-
Create a descendant schema node identifier composed of multiple node identifiers.
- of(List<IRArgument.Single>) - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- of(Set<QName>) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
-
Return a
FeatureSet
containing specified features. - of(GeneratedFileLifecycle, ByteSource) - Static method in interface org.opendaylight.yangtools.plugin.generator.api.GeneratedFile
-
Create a new
GeneratedFile
with the specifiedByteSource
body. - of(GeneratedFileLifecycle, CharSource) - Static method in interface org.opendaylight.yangtools.plugin.generator.api.GeneratedFile
-
Create a new
GeneratedFile
with the specifiedCharSource
body. - of(GeneratedFileLifecycle, CharSequence) - Static method in interface org.opendaylight.yangtools.plugin.generator.api.GeneratedFile
-
Create a new
GeneratedFile
with the specifiedCharSequence
body. - of(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.DatastoreIdentifier
- of(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- of(QName) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new
YangInstanceIdentifier
with only one path argument of typeYangInstanceIdentifier.NodeIdentifier
with suppliedQName
. - of(QName) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
Create an absolute schema node identifier composed of a single node identifier.
- of(QName) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Descendant
-
Create a descendant schema node identifier composed of a single node identifier.
- of(QName) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- of(QName) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
- of(QName) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
- of(QName...) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new
YangInstanceIdentifier
with path arguments of typeYangInstanceIdentifier.NodeIdentifier
with suppliedQName
s. - of(QName...) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
-
Return a
FeatureSet
containing specified features. - of(QName...) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Absolute
-
Create an absolute schema node identifier composed of multiple node identifiers.
- of(QName...) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier.Descendant
-
Create a descendant schema node identifier composed of multiple node identifiers.
- of(QName, boolean) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- of(QName, Class<D>, Class<E>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- of(QName, Class<D>, Class<E>, QName) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- of(QName, Class<D>, Class<E>, QName, boolean) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.DefaultStatementDefinition
- of(QName, Object) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
- of(QName, List<YangExpr>) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- of(QName, Map.Entry<QName, Object>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- of(QName, Map<QName, Object>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- of(QName, ImmutableOffsetMap<QName, Object>) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- of(QName, QName, Object) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- of(QName, YangExpr) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- of(UnresolvedQName) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
- of(DataContainerChild) - Static method in class org.opendaylight.yangtools.yang.data.api.YangErrorInfo
- of(NormalizedNode, Version) - Static method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
-
Create a new AbstractTreeNode from a data node.
- of(YangInstanceIdentifier.NodeIdentifier, Object) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
- of(YangInstanceIdentifier.PathArgument) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new InstanceIdentifier with only one path argument of type
YangInstanceIdentifier.PathArgument
. - of(YangInstanceIdentifier.PathArgument...) - Static method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Returns a new InstanceIdentifier composed of supplied
YangInstanceIdentifier.PathArgument
s. - of(IRKeyword, IRArgument, int, int, ImmutableList<IRStatement>) - Static method in class org.opendaylight.yangtools.yang.ir.IRStatement
- of(DataSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- of(DataSchemaNode) - Static method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
- of(DataSchemaNode) - Static method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
-
Get a
DataSchemaContext
for a particularDataSchemaNode
. - of(EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer at the root of specified
EffectiveModelContext
. - of(EffectiveModelContext) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new empty stack backed by an effective model.
- of(EffectiveModelContext, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer with the specified context and rooted in the specified
YangInstanceIdentifier
.. - of(EffectiveModelContext, SchemaNodeIdentifier.Absolute) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer with the specified context and rooted in the specified schema path.
- of(EffectiveModelContext, SchemaNodeIdentifier.Absolute) - Static method in class org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
-
Create a new instance based on an
EffectiveModelContext
and anSchemaNodeIdentifier.Absolute
schema node identifier. - of(EffectiveModelContext, SchemaNodeIdentifier.Absolute) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new stack backed by an effective model, pointing to specified schema node identified by
SchemaNodeIdentifier.Absolute
. - of(EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer with the specified inference state as its root.
- of(EffectiveStatementInference, NormalizedNode) - Static method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
- of(EffectiveStatementInference, NormalizedNode, NormalizedMetadata) - Static method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
- of(EffectiveStatementInference, NormalizedNode, NormalizedMetadata) - Static method in interface org.opendaylight.yangtools.yang.data.api.schema.MetadataNormalizedAnydata
- of(SchemaInferenceStack.Inference) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer with the specified inference state as its root.
- of(StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
-
Create a new
ImplicitSubstatement
. - of(YangExpr) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- of(YangExpr) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
- of(YangExpr) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- of(YangExpr, Collection<YangExpr>) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- of(YangExpr, YangExpr...) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- of(YangExpr, YangLocationPath.Relative) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- of(T) - Static method in class org.opendaylight.yangtools.concepts.NoOpListenerRegistration
- of(T) - Static method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
- of(T) - Static method in class org.opendaylight.yangtools.util.ForwardingIdentityObject
- ofArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Return a
DeviateKind
for specifieddeviate
statement argument. - ofArgument(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.Status
-
Return a
Status
for specifiedstatus
statement argument. - ofDataTreePath(EffectiveModelContext, QName...) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack.Inference
-
Create a new stack backed by an effective model and set up to point and specified data tree node.
- ofDataTreePath(EffectiveModelContext, QName...) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new stack backed by an effective model and set up to point and specified data tree node.
- ofEventFactory(XMLEventFactory) - Static method in class org.opendaylight.yangtools.yang.model.export.YinXMLEventReaderFactory
- ofException(E) - Static method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Create a new instance containing an
Exception
. - ofExecutionOrder(byte) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Return the
ModelProcessingPhase
corresponding to aModelProcessingPhase.ExecutionOrder
value. - offer(E) - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- offer(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- offer(E, long, TimeUnit) - Method in class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- offer(T) - Method in class org.opendaylight.yangtools.yang.model.repo.fs.FilesystemSchemaSourceCache
- offer(T) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
-
Offer a schema source in requested representation for caching.
- offer(T) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.GuavaSchemaSourceCache
-
Deprecated.
- offer(T) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.SoftSchemaSourceCache
- offerFailingBlockingQueue(BlockingQueue<E>) - Static method in class org.opendaylight.yangtools.util.ExecutorServiceUtil
-
Creates a
BlockingQueue
which does not allow for non-blocking addition to the queue. - offerFirst(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- offerLast(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- ofFile(File) - Static method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- ofFilePath(String) - Static method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- ofFirst(T) - Static method in class org.opendaylight.yangtools.concepts.Either
-
Create a new instance containing specified value.
- ofInference(EffectiveStatementInference) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new stack from an
EffectiveStatementInference
. - ofInference(SchemaTreeInference) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new stack from an
SchemaTreeInference
. - ofInference(DefaultSchemaTreeInference) - Static method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Create a new stack from an
DefaultSchemaTreeInference
. - ofLocalName(String) - Static method in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
- ofNullable(String) - Static method in class org.opendaylight.yangtools.yang.common.Revision
-
Parse a (potentially null) revision string.
- ofNullable(QName, boolean) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- ofOperation(EffectiveModelContext, SchemaNodeIdentifier.Absolute, QName) - Static method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
-
Create a new writer with the specified context and rooted in the specified schema path.
- ofPath(String) - Static method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- ofSecond(U) - Static method in class org.opendaylight.yangtools.concepts.Either
-
Create a new instance containing specified value.
- ofString(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Parse a YANG version from its textual representation.
- ofValue(T) - Static method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Create a new instance containing specified value.
- ofVariant(Either<T, U>, Function<U, E>) - Static method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Convert a Variant into a
CheckedValue
, converting the second value into an exception. - OidEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- OidSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- OidStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- OidStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- OidStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- OK_ELEMENT_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Deprecated.
- okElement(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
Deprecated.This error-info specified by
ErrorTag.PARTIAL_OPERATION
. - OnDemandSchemaTreeStorage - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Interface implemented by
NamespaceStorage
s which support dynamic addition of child elements as they are requested. - ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
-
Value of
1
. - ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
-
Value of
1
. - ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
-
Value of
1
. - ONE - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
-
Value of
1
. - onFullDefinitionDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Invoked when statement is closed during
ModelProcessingPhase.FULL_DECLARATION
phase, only substatements from this phase are available. - onFullDefinitionDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<Empty, GetFilterElementAttributesStatement, GetFilterElementAttributesEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc6241.parser.GetFilterElementAttributesStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, ActionStatement, ActionEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, FeatureStatement, FeatureEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, GroupingStatement, GroupingEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, LeafStatement, LeafEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, RpcStatement, RpcEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RpcStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, TypedefStatement, TypedefEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<QName, TypeStatement, EffectiveStatement<QName, TypeStatement>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- onFullDefinitionDeclared(StmtContext.Mutable<QName, UsesStatement, UsesEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<YangDataName, YangDataStatement, YangDataEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- onFullDefinitionDeclared(StmtContext.Mutable<DeviateKind, DeviateStatement, DeviateEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- onFullDefinitionDeclared(StmtContext.Mutable<IfFeatureExpr, IfFeatureStatement, IfFeatureEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- onFullDefinitionDeclared(StmtContext.Mutable<SchemaNodeIdentifier, AugmentStatement, AugmentEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- onFullDefinitionDeclared(StmtContext.Mutable<SchemaNodeIdentifier.Absolute, DeviationStatement, DeviationEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- onGlobalContextUpdated(SchemaContext) - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaContextListener
-
The global schema context is being updated.
- onLinkageDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_LINKAGE
phase, only substatements from this and previous phase are available. - onLinkageDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- onLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, BelongsToStatement, BelongsToEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- onLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, ImportStatement, ImportEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- onLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, IncludeStatement, IncludeEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- onLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, ModuleStatement, ModuleEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- onLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, SubmoduleStatement, SubmoduleEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- onModelContextUpdated(EffectiveModelContext) - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveModelContextListener
-
Invoked when the model context changes.
- onPreLinkageDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Invoked when statement is closed during
ModelProcessingPhase.SOURCE_PRE_LINKAGE
phase, only substatements from this and previous phase are available. - onPreLinkageDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, BelongsToStatement, BelongsToEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BelongsToStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, ImportStatement, ImportEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, IncludeStatement, IncludeEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, ModuleStatement, ModuleEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<UnresolvedQName.Unqualified, SubmoduleStatement, SubmoduleEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- onPreLinkageDeclared(StmtContext.Mutable<YangVersion, YangVersionStatement, YangVersionEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- onStatementAdded(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Invoked when a statement supported by this instance is added to build context.
- onStatementAdded(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- onStatementAdded(StmtContext.Mutable<Set<SchemaNodeIdentifier.Descendant>, UniqueStatement, UniqueEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- onStatementAdded(StmtContext.Mutable<Tag, ModuleTagStatement, ModuleTagEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- onStatementAdded(StmtContext.Mutable<AnnotationName, AnnotationStatement, AnnotationEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- onStatementAdded(StmtContext.Mutable<Empty, SubscriptionStateNotificationStatement, SubscriptionStateNotificationEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc8639.parser.SubscriptionStateNotificationStatementSupport
- onStatementAdded(StmtContext.Mutable<MountPointLabel, MountPointStatement, MountPointEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- onStatementAdded(StmtContext.Mutable<QName, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractSchemaTreeStatementSupport
-
Invoked when a statement supported by this instance is added to build context.
- onStatementAdded(StmtContext.Mutable<QName, ActionStatement, ActionEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ActionStatementSupport
- onStatementAdded(StmtContext.Mutable<QName, NotificationStatement, NotificationEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification.NotificationStatementRFC7950Support
- onStatementAdded(StmtContext.Mutable<YangDataName, YangDataStatement, YangDataEffectiveStatement>) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- onStatementDefinitionDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Invoked when statement is closed during
ModelProcessingPhase.STATEMENT_DEFINITION
phase, only substatements from this phase are available. - onStatementDefinitionDeclared(StmtContext.Mutable<A, D, E>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- onStatementDefinitionDeclared(StmtContext.Mutable<QName, ContextReferenceStatement, ContextReferenceEffectiveStatement>) - Method in class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- onStatementDefinitionDeclared(StmtContext.Mutable<QName, BaseStatement, BaseEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- onStatementDefinitionDeclared(StmtContext.Mutable<QName, ExtensionStatement, ExtensionEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- onStatementDefinitionDeclared(StmtContext.Mutable<QName, IdentityStatement, IdentityEffectiveStatement>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- open(NormalizedNodeStreamWriter, DataNodeContainer, YangInstanceIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.stream.YangInstanceIdentifierWriter
-
Open a writer, emitting events in target
NormalizedNodeStreamWriter
. - OPENCONFIG_ENCRYPTED_VALUE - Enum constant in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- OPENCONFIG_HASHED_VALUE - Enum constant in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- OPENCONFIG_POSIX_PATTERN - Enum constant in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- OPENCONFIG_REGEXP_POSIX - Enum constant in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- OPENCONFIG_VERSION - Enum constant in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
- OpenConfigConstants - Class in org.opendaylight.yangtools.openconfig.model.api
-
Constants associated with OpenDaylight extension in yang-ext.yang.
- OpenConfigHashedValueEffectiveStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Effective statement corresponding to config's "openconfig-hashed-value" (new name) or "openconfig-encrypted-value" (old name).
- OpenConfigHashedValueSchemaNode - Interface in org.opendaylight.yangtools.openconfig.model.api
-
SchemaNode presence in SchemaNode API space.
- OpenConfigHashedValueStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Declared statement corresponding to config's "openconfig-hashed-value" (new name) or "openconfig-encrypted-value" (old name).
- OpenConfigPosixPatternEffectiveStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Effective statement corresponding to openconfig's "posix-pattern".
- OpenConfigPosixPatternStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Declared statement corresponding to config's "posix-pattern" .
- OpenConfigRegexpPosixEffectiveStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Effective statement corresponding to config's "regexp-posix" .
- OpenConfigRegexpPosixStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
-
Declared statement corresponding to config's "regexp-posix" .
- OpenConfigStatements - Enum Class in org.opendaylight.yangtools.openconfig.model.api
- OpenConfigVersionEffectiveStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
- OpenConfigVersionStatement - Interface in org.opendaylight.yangtools.openconfig.model.api
- OpenConfigVersionSupport - Class in org.opendaylight.yangtools.openconfig.parser
- OpenConfigVersionSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.openconfig.parser.OpenConfigVersionSupport
- openCursor() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.CursorAwareDataTreeModification
-
Create a new
DataTreeModificationCursor
at the root of the modification. - openCursor() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.CursorAwareDataTreeSnapshot
-
Create a new
DataTreeSnapshotCursor
at the root of the modification. - openCursor(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.CursorAwareDataTreeSnapshot
-
Create a new
DataTreeSnapshotCursor
at specified path. - openCursor(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.CursorAwareDataTreeModification
-
Create a new
DataTreeModificationCursor
at specified path. - OpenDaylightExtensionsConstants - Class in org.opendaylight.yangtools.odlext.model.api
-
Constants associated with OpenDaylight extension in yang-ext.yang.
- OpenDaylightExtensionsStatements - Enum Class in org.opendaylight.yangtools.odlext.model.api
- openStream() - Method in class org.opendaylight.yangtools.yang.model.repo.api.StringYangTextSchemaSource
- OPERATION_FAILED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
operation-failed
ErrorTag
. - OPERATION_NOT_SUPPORTED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
operation-not-supported
ErrorTag
. - OPERATIONAL - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.TreeType
-
Only
config true
andconfig false
nodes are allowed. - OperationDeclaredStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface for action and rpc statements.
- OperationDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Common interface for an operation, such as an
RpcDefinition
or anActionDefinition
. - OperationFailedException - Exception in org.opendaylight.yangtools.yang.common
-
A general base exception for an operation failure.
- OperationFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message and cause.
- OperationFailedException(String, Throwable, Collection<RpcError>) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message, cause and errors.
- OperationFailedException(String, Throwable, RpcError...) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message, cause and errors.
- OperationFailedException(String, Collection<? extends RpcError>) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message and errors.
- OperationFailedException(String, RpcError) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message and error.
- OperationFailedException(String, RpcError...) - Constructor for exception org.opendaylight.yangtools.yang.common.OperationFailedException
-
Constructs a new instance with the specified detail message and errors.
- operationInputQName(QNameModule) - Static method in class org.opendaylight.yangtools.yang.common.YangConstants
-
Create a
QName
representing the 'input' statement of an operation (RPC or action) within specifiedQNameModule
. - operationOutputQName(QNameModule) - Static method in class org.opendaylight.yangtools.yang.common.YangConstants
-
Create a
QName
representing the 'output' statement of an operation (RPC or action) within specifiedQNameModule
. - OPERATIONS - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
Operations layer, for example
<get-config>
,<edit-config>
configuration data. - optimize(Map<K, V>) - Method in class org.opendaylight.yangtools.util.MapAdaptor
-
Input will be thrown away, result will be retained for read-only access or
MapAdaptor.takeSnapshot(Map)
purposes. - or(Set<IfFeatureExpr>) - Static method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
-
Construct a union (logical
OR
) expression of specified expressions. - OR - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Logical 'or' operator on operands.
- OR - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- OR - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- OR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- OR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- OR() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- OR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionNameContext
- OR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NCNameContext
- OR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- OR(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- OR(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- ordered() - Static method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
Create an empty
MutableOffsetMap
which has an iteration order matching the insertion order. - ordered(Collection<K>) - Static method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Create a template which produces Maps with specified keys, with iteration order matching the iteration order of
keys
. - ordered(Collection<K>) - Static method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
-
Create a template which produces Maps with specified keys, with iteration order matching the iteration order of
keys
. - ordered(K) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
Create a template which produces Maps with specified key.
- ORDERED_BY - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- OrderedByAwareEffectiveStatement<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt -
An
EffectiveStatement
which can contain anOrderedByEffectiveStatement
, controlling ordering of data elements. - OrderedByEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
ordered-by
statement. - OrderedByStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
ordered-by
statement. - OrderedByStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- OrderedByStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- OrderedContainer<V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A
NormalizedContainer
which preserves user supplied ordering and allows addressing of child elements by position. - orderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
Create an
ImmutableOffsetMap
as a copy of an existing map. - orderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
Create a
MutableOffsetMap
of the specified map, retaining its iteration order. - orderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
Create a
SharedSingletonMap
of specifiedkey
andvalue
, which retains insertion order when transformed viaUnmodifiableMapPhase.toModifiableMap()
. - orderedLeafSetBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- orderedLeafSetBuilder(UserLeafSetNode<T>) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- orderedMapBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- orderedMapBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- orderedMapNode(QName) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create immutable ordered map node.
- orderedMapNode(YangInstanceIdentifier.NodeIdentifier) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNodes
-
Create immutable ordered map node.
- OrderedNodeContainer<V extends NormalizedNode> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
A
NormalizedNodeContainer
which preserves user supplied ordering and allows addressing of child elements by position. - orderedOf(K, V) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
Create a
SharedSingletonMap
of specifiedkey
andvalue
, which retains insertion order when transformed viaUnmodifiableMapPhase.toModifiableMap()
. - ordering() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware
-
Ordering items within this object.
- ordering() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.System
- ordering() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.OrderingAware.User
- ordering() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrderedByAwareEffectiveStatement
-
Return the effective
Ordering
of this statement. - Ordering - Enum Class in org.opendaylight.yangtools.yang.common
-
Item ordering, as specified by RFC7950 section 7.7.1.
- OrderingAware - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Marker interfaces for
NormalizedNodeContainer
s which have distinct ordering requirements. - OrderingAware.System - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Marker interface for NormalizedNodeContainer implementations which correspond to
ordered-by system
. - OrderingAware.User - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Marker interface for NormalizedNodeContainer implementations which correspond to
ordered-by user
. - orElse(T) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return contained value if present, otherwise return supplied value.
- orElseGet(Supplier<T>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return contained value if present, otherwise return the value produced by a supplier.
- orElseThrow() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return contained value if present or throw the exception alternative.
- orElseThrow(Function<E, X>) - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Return contained value if present or throw the exception alternative mapped through provided mapper.
- orExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.ExprContext
- orExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- OrExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.OrExprContext
- org.opendaylight.yangtools.concepts - package org.opendaylight.yangtools.concepts
-
Concepts used widely across OpenDaylight code base.
- org.opendaylight.yangtools.odlext.model.api - package org.opendaylight.yangtools.odlext.model.api
-
YANG metamodel extensions to support OpenDaylight extensions as defined in yang-ext.yang.
- org.opendaylight.yangtools.odlext.parser - package org.opendaylight.yangtools.odlext.parser
-
YANG parser support for OpenDaylight extensions as defined in yang-ext.yang.
- org.opendaylight.yangtools.openconfig.model.api - package org.opendaylight.yangtools.openconfig.model.api
-
YANG parser support for metamodel extensions defined in OpenConfig.
- org.opendaylight.yangtools.openconfig.parser - package org.opendaylight.yangtools.openconfig.parser
-
YANG parser support for metamodel extensions defined in OpenConfig.
- org.opendaylight.yangtools.plugin.generator.api - package org.opendaylight.yangtools.plugin.generator.api
-
API exposed by generator plugins, i.e.
- org.opendaylight.yangtools.rfc6241.model.api - package org.opendaylight.yangtools.rfc6241.model.api
-
YANG metamodel extensions to support NETCONF, filters as defined in RFC6241.
- org.opendaylight.yangtools.rfc6241.parser - package org.opendaylight.yangtools.rfc6241.parser
-
YANG parser support for metamodel extensions defined in RFC6241.
- org.opendaylight.yangtools.rfc6536.model.api - package org.opendaylight.yangtools.rfc6536.model.api
-
YANG metamodel extensions to support NACM, as defined in RFC6536.
- org.opendaylight.yangtools.rfc6536.parser - package org.opendaylight.yangtools.rfc6536.parser
-
YANG parser support for metamodel extensions defined in RFC6536.
- org.opendaylight.yangtools.rfc6643.model.api - package org.opendaylight.yangtools.rfc6643.model.api
- org.opendaylight.yangtools.rfc6643.parser - package org.opendaylight.yangtools.rfc6643.parser
- org.opendaylight.yangtools.rfc7952.model.api - package org.opendaylight.yangtools.rfc7952.model.api
-
YANG metamodel extensions to support metadata, as defined in RFC7952.
- org.opendaylight.yangtools.rfc7952.parser - package org.opendaylight.yangtools.rfc7952.parser
-
YANG parser support for metamodel extensions defined in RFC7952.
- org.opendaylight.yangtools.rfc8040.model.api - package org.opendaylight.yangtools.rfc8040.model.api
- org.opendaylight.yangtools.rfc8040.parser - package org.opendaylight.yangtools.rfc8040.parser
-
Support package for semantics defined in RFC8040, most notably yang-data statement.
- org.opendaylight.yangtools.rfc8528.model.api - package org.opendaylight.yangtools.rfc8528.model.api
-
YANG metamodel extensions to support mount-poing, as defined in RFC8528.
- org.opendaylight.yangtools.rfc8528.parser - package org.opendaylight.yangtools.rfc8528.parser
-
YANG parser support for metamodel extensions defined in RFC8528.
- org.opendaylight.yangtools.rfc8639.model.api - package org.opendaylight.yangtools.rfc8639.model.api
- org.opendaylight.yangtools.rfc8639.parser - package org.opendaylight.yangtools.rfc8639.parser
- org.opendaylight.yangtools.rfc8819.model.api - package org.opendaylight.yangtools.rfc8819.model.api
- org.opendaylight.yangtools.rfc8819.parser - package org.opendaylight.yangtools.rfc8819.parser
- org.opendaylight.yangtools.testutils.mockito - package org.opendaylight.yangtools.testutils.mockito
- org.opendaylight.yangtools.transform - package org.opendaylight.yangtools.transform
- org.opendaylight.yangtools.util - package org.opendaylight.yangtools.util
-
Various utility classes.
- org.opendaylight.yangtools.util.concurrent - package org.opendaylight.yangtools.util.concurrent
-
Utility classes for dealing with asynchronous and concurrent tasks.
- org.opendaylight.yangtools.util.xml - package org.opendaylight.yangtools.util.xml
-
Utility classes for dealing with XML documents.
- org.opendaylight.yangtools.yang.common - package org.opendaylight.yangtools.yang.common
-
Common YANG concepts and constants expressed in terms of Java.
- org.opendaylight.yangtools.yang.common.netty - package org.opendaylight.yangtools.yang.common.netty
-
Common utilities bridging common YANG constructs with Netty.
- org.opendaylight.yangtools.yang.data.api - package org.opendaylight.yangtools.yang.data.api
- org.opendaylight.yangtools.yang.data.api.codec - package org.opendaylight.yangtools.yang.data.api.codec
- org.opendaylight.yangtools.yang.data.api.schema - package org.opendaylight.yangtools.yang.data.api.schema
-
Definition of normalized YANG DOM Model.
- org.opendaylight.yangtools.yang.data.api.schema.builder - package org.opendaylight.yangtools.yang.data.api.schema.builder
- org.opendaylight.yangtools.yang.data.api.schema.stream - package org.opendaylight.yangtools.yang.data.api.schema.stream
- org.opendaylight.yangtools.yang.data.api.schema.tree - package org.opendaylight.yangtools.yang.data.api.schema.tree
- org.opendaylight.yangtools.yang.data.codec.binfmt - package org.opendaylight.yangtools.yang.data.codec.binfmt
- org.opendaylight.yangtools.yang.data.codec.gson - package org.opendaylight.yangtools.yang.data.codec.gson
- org.opendaylight.yangtools.yang.data.codec.xml - package org.opendaylight.yangtools.yang.data.codec.xml
- org.opendaylight.yangtools.yang.data.impl.codec - package org.opendaylight.yangtools.yang.data.impl.codec
- org.opendaylight.yangtools.yang.data.impl.schema - package org.opendaylight.yangtools.yang.data.impl.schema
- org.opendaylight.yangtools.yang.data.impl.schema.builder.impl - package org.opendaylight.yangtools.yang.data.impl.schema.builder.impl
- org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid - package org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid
- org.opendaylight.yangtools.yang.data.impl.schema.nodes - package org.opendaylight.yangtools.yang.data.impl.schema.nodes
- org.opendaylight.yangtools.yang.data.spi.node - package org.opendaylight.yangtools.yang.data.spi.node
- org.opendaylight.yangtools.yang.data.tree.api - package org.opendaylight.yangtools.yang.data.tree.api
- org.opendaylight.yangtools.yang.data.tree.impl - package org.opendaylight.yangtools.yang.data.tree.impl
- org.opendaylight.yangtools.yang.data.tree.impl.di - package org.opendaylight.yangtools.yang.data.tree.impl.di
- org.opendaylight.yangtools.yang.data.tree.impl.node - package org.opendaylight.yangtools.yang.data.tree.impl.node
- org.opendaylight.yangtools.yang.data.tree.leafref - package org.opendaylight.yangtools.yang.data.tree.leafref
- org.opendaylight.yangtools.yang.data.tree.spi - package org.opendaylight.yangtools.yang.data.tree.spi
- org.opendaylight.yangtools.yang.data.util - package org.opendaylight.yangtools.yang.data.util
- org.opendaylight.yangtools.yang.data.util.codec - package org.opendaylight.yangtools.yang.data.util.codec
- org.opendaylight.yangtools.yang.data.util.impl.context - package org.opendaylight.yangtools.yang.data.util.impl.context
- org.opendaylight.yangtools.yang.ir - package org.opendaylight.yangtools.yang.ir
-
Intermediate representation of a YANG file.
- org.opendaylight.yangtools.yang.model.api - package org.opendaylight.yangtools.yang.model.api
-
Definition of structures and DOM like API of effected YANG schema.
- org.opendaylight.yangtools.yang.model.api.meta - package org.opendaylight.yangtools.yang.model.api.meta
-
Meta model of YANG model as was defined in RFC6020 and extracted by analysis of YANG text.
- org.opendaylight.yangtools.yang.model.api.stmt - package org.opendaylight.yangtools.yang.model.api.stmt
- org.opendaylight.yangtools.yang.model.api.stmt.compat - package org.opendaylight.yangtools.yang.model.api.stmt.compat
-
Compatibility interfaces for implementations which implement both
EffectiveStatement
andSchemaNode
. - org.opendaylight.yangtools.yang.model.api.type - package org.opendaylight.yangtools.yang.model.api.type
- org.opendaylight.yangtools.yang.model.export - package org.opendaylight.yangtools.yang.model.export
- org.opendaylight.yangtools.yang.model.repo.api - package org.opendaylight.yangtools.yang.model.repo.api
- org.opendaylight.yangtools.yang.model.repo.fs - package org.opendaylight.yangtools.yang.model.repo.fs
- org.opendaylight.yangtools.yang.model.repo.spi - package org.opendaylight.yangtools.yang.model.repo.spi
- org.opendaylight.yangtools.yang.model.ri.stmt - package org.opendaylight.yangtools.yang.model.ri.stmt
- org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl - package org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff - package org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref - package org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- org.opendaylight.yangtools.yang.model.ri.type - package org.opendaylight.yangtools.yang.model.ri.type
- org.opendaylight.yangtools.yang.model.spi - package org.opendaylight.yangtools.yang.model.spi
- org.opendaylight.yangtools.yang.model.spi.meta - package org.opendaylight.yangtools.yang.model.spi.meta
- org.opendaylight.yangtools.yang.model.util - package org.opendaylight.yangtools.yang.model.util
-
Utility classes and implementations for concepts defined in yang-model-api.
- org.opendaylight.yangtools.yang.parser.antlr - package org.opendaylight.yangtools.yang.parser.antlr
-
ANTLR grammars for parsing RFC7950 constructs.
- org.opendaylight.yangtools.yang.parser.api - package org.opendaylight.yangtools.yang.parser.api
-
YANG parser public API.
- org.opendaylight.yangtools.yang.parser.impl - package org.opendaylight.yangtools.yang.parser.impl
-
This package holds the 'parser implementation', which really is just glue code holding together the statement reactor, base RFC6020/RFC7950 support bundles and supported semantic extensions.
- org.opendaylight.yangtools.yang.parser.repo - package org.opendaylight.yangtools.yang.parser.repo
- org.opendaylight.yangtools.yang.parser.rfc7950.antlr - package org.opendaylight.yangtools.yang.parser.rfc7950.antlr
- org.opendaylight.yangtools.yang.parser.rfc7950.namespace - package org.opendaylight.yangtools.yang.parser.rfc7950.namespace
-
Package holding implementation-specific namespace declarations for RFC7950.
- org.opendaylight.yangtools.yang.parser.rfc7950.reactor - package org.opendaylight.yangtools.yang.parser.rfc7950.reactor
-
Base RFC7950 reactor and supporting classes.
- org.opendaylight.yangtools.yang.parser.rfc7950.repo - package org.opendaylight.yangtools.yang.parser.rfc7950.repo
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt
-
Statement library for YANG version 1 and 1.1, as defined in RFC6020 and RFC7950.
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_ - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
-
Package holding wiring towards
RFC7950Reactors
, or more broadly towards the reactor implementation. - org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.notification
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses - package org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses
- org.opendaylight.yangtools.yang.parser.spi - package org.opendaylight.yangtools.yang.parser.spi
-
Provides essential namespaces which are filled in the parsing process.
- org.opendaylight.yangtools.yang.parser.spi.meta - package org.opendaylight.yangtools.yang.parser.spi.meta
-
Provides base abstract classes, interfaces and common implementation used by the statement parser.
- org.opendaylight.yangtools.yang.parser.spi.source - package org.opendaylight.yangtools.yang.parser.spi.source
-
Provides API necessary for the processing of statement sources.
- org.opendaylight.yangtools.yang.parser.spi.validation - package org.opendaylight.yangtools.yang.parser.spi.validation
-
Provides interfaces and enumerations necessary for validation processes.
- org.opendaylight.yangtools.yang.parser.stmt.reactor - package org.opendaylight.yangtools.yang.parser.stmt.reactor
-
Contains the implementation of the parser reactor
CrossSourceStatementReactor
. - org.opendaylight.yangtools.yang.test.util - package org.opendaylight.yangtools.yang.test.util
- org.opendaylight.yangtools.yang.xpath.antlr - package org.opendaylight.yangtools.yang.xpath.antlr
-
ANTLR grammars for parsing RFC7950 XPpath constructs.
- org.opendaylight.yangtools.yang.xpath.api - package org.opendaylight.yangtools.yang.xpath.api
-
Model of a RFC7950 XPath Expression.
- org.opendaylight.yangtools.yang.xpath.impl - package org.opendaylight.yangtools.yang.xpath.impl
-
XPath parsing which results in a
YangExpr
. - org.opendaylight.yangtools.yang.xpath.impl.di - package org.opendaylight.yangtools.yang.xpath.impl.di
-
Package exposing
YangXPathParserFactory
component to various dependency injection frameworks, so they can locate them. - ORGANIZATION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- OrganizationEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
organization
statement. - OrganizationStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
organization
statement. - OrganizationStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- OrganizationStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrganizationStatementSupport
- ORIGINAL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
- ORIGINAL_MODULE - Static variable in class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsConstants
-
Runtime baseline identity.
- ORIGINAL_SOURCE - Static variable in class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsConstants
-
Baseline model source name.
- output() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionEffectiveStatement
-
Return this statement's
output
substatement. - output() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcEffectiveStatement
-
Return this statement's
output
substatement. - OUTPUT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- OutputEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
output
statement. - OutputSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
- OutputStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
output
statement. - OutputStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- OverrideChildStatementSupport - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
An additional trait for
StatementSupport
, allowing a parent statement to override the support for a child statement. - overrideStatementSupport(ModelProcessingPhase, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.CustomCrossSourceStatementReactorBuilder
- overrideSupport(StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
P
- PARENT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
parent
axis. - parentReferences() - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Returns the value of the
parentReferences
record component. - parse(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Deprecated.
- parse(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns ModifierKind based on supplied YANG keyword.
- 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(Lexer, Parser, Supplier<T>, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.SourceExceptionParser
-
Use a Lexer/Parser pair extracting the parser's root item.
- parse(Recognizer<?, ?>, Supplier<T>, StatementSourceReference) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.SourceExceptionParser
-
Parse a Recognizer extracting its root item.
- parseAbsoluteSchemaNodeIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Parses textual representation of argument in object representation.
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.odlext.parser.ContextReferenceStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.openconfig.parser.OpenConfigVersionSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc6643.parser.MaxAccessStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc6643.parser.OidStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc7952.parser.AnnotationStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc8528.parser.MountPointStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.rfc8819.parser.ModuleTagStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.deviate.DeviateStatementRFC7950Support
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.extension.ExtensionStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC6020Support
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.if_feature.IfFeatureStatementRFC7950Support
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ArgumentStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BaseStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.DeviationStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FeatureStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.FractionDigitsStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.KeyStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LengthStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MinElementsStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ModifierStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.MustStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.NamespaceStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OrderedByStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RangeStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionDateStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.WhenStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractBooleanStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractInternedStringStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractSchemaTreeStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStringStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractUnqualifiedStatementSupport
- parseArgumentValue(StmtContext<?, ?, ?>, String) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- parseDescendantSchemaNodeIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- parseExpression(String) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser
-
Parse a string containing an XPath expression.
- parseExpression(String) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser.QualifiedBound
- parseExpression(String) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathParser.UnqualifiedBound
- parseFilename(String) - Static method in class org.opendaylight.yangtools.yang.common.YangNames
-
Parse a file name according to rules outlined in https://www.rfc-editor.org/rfc/rfc6020#section-5.2.
- parseIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Parse a YANG identifier string in context of a statement.
- parseIdentity(String, EffectiveModelContext, Function<String, QNameModule>) - Static method in class org.opendaylight.yangtools.yang.data.util.codec.IdentityCodecUtil
-
Parse a string into a QName using specified prefix-to-QNameModule mapping function, interpreting the result as an IdentitySchemaNode existing in specified SchemaContext.
- parseNodeIdentifier(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Parse a YANG node identifier string in context of a statement.
- parseNodeIdentifier(StmtContext<?, ?, ?>, String, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- parseQName(String) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- ParserNamespace<K,
V> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
ParserNamespace
serves as common superclass for namespaces used during parser operation. - ParserNamespace(String) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.ParserNamespace
- ParserNamespaces - Class in org.opendaylight.yangtools.yang.parser.spi
-
Baseline
ParserNamespace
s mostly derived from YANG specification. - ParserStreamUtils - Class in org.opendaylight.yangtools.yang.data.util
- parseSources(YangParserConfiguration, Set<QName>, Collection<? extends SchemaSourceRepresentation>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
- parseValue(I, String) - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Parse a String representation into its native format.
- parseYang(String...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
- parseYangFiles(Set<QName>, YangParserConfiguration, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(Set<QName>, YangParserConfiguration, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(YangParserConfiguration, File...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangFiles(YangParserConfiguration, Collection<File>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResource(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResource(String, YangParserConfiguration, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG source.
- parseYangResourceDirectory(String) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, Set<QName>, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResourceDirectory(String, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(Class<?>, String...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(Class<?>, Collection<String>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
- parseYangResources(List<String>, List<String>, Set<QName>) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(List<String>, List<String>, Set<QName>, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangResources(List<String>, List<String>, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
-
Creates a new effective schema context containing the specified YANG sources.
- parseYangSources(YangParserConfiguration, Set<QName>, YangTextSchemaSource...) - Static method in class org.opendaylight.yangtools.yang.test.util.YangParserTestUtils
- PARTIAL_OPERATION - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
Deprecated.This error-info is obsolete since RFC6241.
- parts() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Concatenation
-
Return the argument parts that need to be concatenated.
- patch() - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Returns the value of the
patch
record component. - path() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return the path which triggered this error, if available.
- path() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return the path which triggered this error, if available.
- path(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
path
attribute. - path(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.BuildFinal
-
Initializes the value for the
path
attribute. - PATH - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- path_arg() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Path_argContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_argContext
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- path_equality_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- Path_equality_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- path_key_expr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Path_key_exprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- path_predicate() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- path_predicate() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- path_predicate() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- path_predicate(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Descendant_pathContext
- Path_predicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- path_str() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_argContext
- path_str() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Path_strContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_strContext
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- pathArgument() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- pathArgument(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- PathArgument(QName) - Constructor for class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- PathArgumentContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PathArgumentContext
- PathEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
path
statement. - PathExpression - Interface in org.opendaylight.yangtools.yang.model.api
-
An expression as defined in RFC7950 Section 9.9.2, i.e.
- PathExpression.DerefSteps - Class in org.opendaylight.yangtools.yang.model.api
-
Steps of a PathExpression which is a combination of
deref()
function call and a relative path, corresponding to Errata 5617. - PathExpression.LocationPathSteps - Class in org.opendaylight.yangtools.yang.model.api
-
Steps of a PathExpression which is a LocationPath, corresponding to RFC7950 base specification.
- PathExpression.Steps - Class in org.opendaylight.yangtools.yang.model.api
-
Abstract base class for expressing steps of a PathExpression.
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- pathExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- PathExprNoRootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- PATHSEP - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- PATHSEP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbsoluteLocationPathNorootContext
- PATHSEP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- PATHSEP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- PATHSEP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- PATHSEP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- PATHSEP(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- PathStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
path
statement. - PathStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path
- pathStep() - Method in interface org.opendaylight.yangtools.yang.data.util.DataSchemaContext
-
Return the fixed
YangInstanceIdentifier
step, if available. - pathStep() - Method in class org.opendaylight.yangtools.yang.data.util.impl.context.AbstractContext
- PATTERN - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- PatternConstraint - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the method for getting the data from the YANG
pattern
which is substatement oftype
statement. - PatternEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
pattern
statement. - PatternExpression - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
An intermediate capture of the argument to
pattern
statement. - PatternStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
pattern
statement. - PatternStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern
- 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
- PERSISTENT - Enum constant in enum class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileLifecycle
-
Generated file should be persistent and potentially customized.
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- PIPE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- PIPE() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- PIPE_SPLITTER - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- PLUS - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Arithmetic addition.
- PLUS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- PLUS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- PLUS - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- PLUS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- PLUS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- PLUS() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- PLUS(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- PLUS(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- PLUS(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AdditiveExprContext
- 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
- popBuilder() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- popState() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
-
Remove the currently-open builders for data and metadata from the stack.
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- pos() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- PosContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- POSITION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- POSITION - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- PositionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
position
statement. - PositionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
position
statement. - PositionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- PositionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PositionStatementSupport
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- PositiveIntegerValue - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- PositiveIntegerValue() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- POTASSIUM - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
First shipping is Potassium.
- PotentialSchemaSource<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
A potential schema source.
- PotentialSchemaSource.Costs - Enum Class in org.opendaylight.yangtools.yang.model.repo.spi
-
Each registered source has a cost associated with it.
- PRECEDING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
preceding
axis. - PRECEDING_SIBLING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
preceding-sibling
axis. - PrecomputedCodecCache<T> - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Pre-computed thread-safe CodecCache.
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PathArgumentContext
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FilterExprContext
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- predicate() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FilterExprContext
- predicate(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PredicateContext
- PredicateContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PredicateContext
- prefix() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword
-
This keyword's 'prefix' part.
- prefix() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Qualified
- prefix() - Method in class org.opendaylight.yangtools.yang.ir.IRKeyword.Unqualified
- prefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToEffectiveStatement
-
Return this statement's
prefix
substatement. - prefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportEffectiveStatement
-
Return this statement's
prefix
substatement. - prefix() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
Return this statement's
prefix
substatement. - prefix() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Node_identifierContext
- prefix() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Prefix - Record Class in org.opendaylight.yangtools.rfc8819.model.api
-
YANG Module Tag Prefixes Registry, as defined in RFC8819.
- Prefix(String) - Constructor for record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
Creates an instance of a
Prefix
record class. - PREFIX - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- PREFIX_TO_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- PREFIX_TO_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Source-specific mapping of prefixes to namespaces.
- PrefixContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.PrefixContext
- PrefixEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
prefix
statement. - prefixForNamespace(XMLNamespace) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
-
Return string prefix for a particular namespace, allocating a new one if necessary.
- prefixForNamespace(QNameModule) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- prefixForNamespace(QNameModule) - Method in interface org.opendaylight.yangtools.yang.common.YangNamespaceContext
-
Return a prefix to which a particular QNameModule is bound.
- prefixForNamespace(QNameModule) - Method in class org.opendaylight.yangtools.yang.model.util.ModuleNameNamespaceContext
- prefixForNamespace(XMLNamespace) - Method in class org.opendaylight.yangtools.yang.data.util.ModuleStringIdentityrefCodec
- PrefixResolver - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Interface for resolving XML prefixes to their bound
QNameModule
s. - PrefixStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
prefix
statement. - PrefixStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- PrefixStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PrefixStatementSupport
- PRELINKAGE_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- PRELINKAGE_MODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Intermediate-stage namespace equivalent to
ParserNamespaces.MODULE
except it is keyed by module names. - prepare(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeTip
-
Prepare a modification for commit.
- prepare(DataTreeModification) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- 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.
- prerequisiteUnavailable(ModelActionBuilder.Prerequisite<?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder.InferenceAction
-
Invoked once the prerequisite is deemed unavailable due to conformance reasons.
- presence() - Method in interface org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.PresenceMixin
- PRESENCE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- PresenceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
presence
statement. - PresenceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
presence
statement. - PresenceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- PresenceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.PresenceStatementSupport
- prettyTree() - Method in interface org.opendaylight.yangtools.concepts.PrettyTreeAware
-
Return a
PrettyTree
view of this object. - prettyTree() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- PrettyTree - Class in org.opendaylight.yangtools.concepts
-
A capture of a tree-like construct, which can be formatted into a pretty-printed tree.
- PrettyTree() - Constructor for class org.opendaylight.yangtools.concepts.PrettyTree
- PrettyTreeAware - Interface in org.opendaylight.yangtools.concepts
-
Utility interface to bridge structures which can be formatted via
PrettyTree
. - primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FilterExprContext
- primaryExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- PrimaryExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- priority() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Priority for new threads from this factory.
- priority() - Method in class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
-
Priority for new threads from this factory.
- priority(int) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the optional value
priority
to priority. - priority(int) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Initializes the optional value
priority
to priority. - priority(Optional<Integer>) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.Builder
-
Initializes the optional value
priority
to priority. - priority(Optional<Integer>) - Method in interface org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider.BuildFinal
-
Initializes the optional value
priority
to priority. - PROCESSING_INSTRUCTION - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
A
processing-instruction
. - producesDeclared(Class<? super D>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
-
Return true if this context produces specified
DeclaredStatement
representation. - producesEffective(Class<? super E>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
-
Return true if this context produces specified
EffectiveStatement
representation. - PropertyUtils - Class in org.opendaylight.yangtools.util
-
Provides utilities for system properties.
- PROTOCOL - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
A
NetconfLayer.OPERATIONS
layer error. - PROTOCOL - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:protocol
IetfTags
- provideNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- publicDefinition() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
- push(E) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- 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(K, V) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- 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.util.ImmutableOffsetMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- putAll(Map<QName, StatementSupport<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
- putChild(Map<YangInstanceIdentifier.NodeIdentifier, Object>, DataContainerChild) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.LazyLeafOperations
- putChild(TreeNode) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.MutableTreeNode
-
Add a new child node.
- putIfAbsent(QName, StatementSupport<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
- putToLocalStorage(ParserNamespace<K, V>, K, V) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
-
Populate specified namespace with a key/value pair, overwriting previous contents.
- putToLocalStorageIfAbsent(ParserNamespace<K, V>, K, V) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
-
Populate specified namespace with a key/value pair unless the key is already associated with a value.
Q
- qname() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
-
Returns the value of the
qname
record component. - qname() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
-
Returns the value of the
qname
record component. - qname() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyMountPointIdentifier
-
Deprecated.Returns the value of the
qname
record component. - qName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NameTestContext
- qName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- qName() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.VariableReferenceContext
- QName - Class in org.opendaylight.yangtools.yang.common
-
The QName from XML consists of local name of element and XML namespace, but for our use, we added module revision to it.
- QNameAwareDataInput - Interface in org.opendaylight.yangtools.yang.common
- QNameAwareDataOutput - Interface in org.opendaylight.yangtools.yang.common
- QNameCodecUtil - Class in org.opendaylight.yangtools.yang.data.util.codec
-
Utility methods for parsing and writing QNames.
- QNameContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.QNameContext
- qnameFromArgument(StmtContext<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
- QNameModule - Class in org.opendaylight.yangtools.yang.common
-
A
XMLNamespace
bound to a particular modelRevision
. - QNameModuleAware - Interface in org.opendaylight.yangtools.yang.model.api
- QNameModuleNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module
-
Module-local namespace holding the module's QName.
- QNamePredicate - Interface in org.opendaylight.yangtools.yang.data.tree.leafref
- QNameReferent - Interface in org.opendaylight.yangtools.yang.xpath.api
-
An object referencing a QName, either resolved or unresolved.
- QNameToStatementDefinition - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Map of fully qualified statement name to statement definition.
- QNameToStatementDefinitionMap - Class in org.opendaylight.yangtools.yang.parser.spi.source
- QNameToStatementDefinitionMap() - Constructor for class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
- QNameToStatementDefinitionMap(int) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.source.QNameToStatementDefinitionMap
- QNameTransformingStreamWriter - Class in org.opendaylight.yangtools.transform
-
Stateless Normalized Node Stream Writer decorator, which performs QName translation.
- QNameTransformingStreamWriter() - Constructor for class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- QNameWithFlagsEffectiveStatementState - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Simple
EffectiveStatementState
for use with typicalSchemaTreeEffectiveStatement
s. - QNameWithFlagsEffectiveStatementState(QName, int) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.QNameWithFlagsEffectiveStatementState
- QNameWithPredicate - Interface in org.opendaylight.yangtools.yang.data.tree.leafref
- QOS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:qos
IetfTags
- QueuedNotificationManager<L,
N> - Class in org.opendaylight.yangtools.util.concurrent -
This class manages queuing and dispatching notifications for multiple listeners concurrently.
- QueuedNotificationManager.BatchedInvoker<L,
N> - Interface in org.opendaylight.yangtools.util.concurrent - QueuedNotificationManagerMXBean - Interface in org.opendaylight.yangtools.util.concurrent
-
MXBean interface for
QueuedNotificationManager
statistic metrics. - QUOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- QUOT - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- quotedString() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- quotedString() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- QuotedStringContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
R
- RANGE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- RangeConstraint<T extends Number & Comparable<T>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
A single value range restriction, as expressed by a range statement, as specified by [RFC-6020] The range Statement.
- RangeEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
range
statement. - RangeRestrictedTypeBuilder<T extends RangeRestrictedTypeDefinition<T,
N>, N extends Number & Comparable<N>> - Class in org.opendaylight.yangtools.yang.model.ri.type - RangeRestrictedTypeDefinition<T extends TypeDefinition<T>,
N extends Number & Comparable<N>> - Interface in org.opendaylight.yangtools.yang.model.api.type -
Interface for
TypeDefinition
s which can have their values restricted to a set of allowed values. - RangeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
range
statement. - RangeStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RangeStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RangeStatementSupport
- rawArgument() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationStatement
- rawArgument() - Method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointStatement
- rawArgument() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Returns statement argument as was present in original source.
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOrderedByStatement
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularStatusStatement
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyPathStatement
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithoutArgument
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithQNameArgument
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawArgument
- rawArgument() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- rawArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
-
Return the statement argument in literal format.
- rawArgument() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.UndeclaredCurrent
-
Deprecated.
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- RBRAC - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RBRAC() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PredicateContext
- RBRACKET - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- RBRACKET - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- RBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- RBRACKET() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- RE_MATCH - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- reachableModules() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RootEffectiveStatement
-
Enumerate all modules reachable from this module.
- ReactorDeclaredModel - Class in org.opendaylight.yangtools.yang.parser.stmt.reactor
- ReactorDeclaredModel(List<DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.parser.stmt.reactor.ReactorDeclaredModel
- ReactorException - Exception in org.opendaylight.yangtools.yang.parser.spi.meta
- ReactorException(ModelProcessingPhase, String, SourceIdentifier) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
- ReactorException(ModelProcessingPhase, String, SourceIdentifier, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException
- READ_CREATE - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Indicates that
read
,write
andcreate
access make 'protocol sense'. - READ_ONLY - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Indicates that
read
access makes 'protocol sense', butwrite
andcreate
do not. - READ_WRITE - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Indicates that
read
andwrite
access make 'protocol sense', butcreate
does not. - readDataTreeCandidate(NormalizedNodeDataInput) - Static method in class org.opendaylight.yangtools.yang.data.codec.binfmt.DataTreeCandidateInputOutput
- readDataTreeCandidate(NormalizedNodeDataInput, ReusableStreamReceiver) - Static method in class org.opendaylight.yangtools.yang.data.codec.binfmt.DataTreeCandidateInputOutput
- readFirstLong(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read first long value from an input.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
-
Read an
ObjectIdentifier
from a DataInput, performing the inverse ofObjectIdentifier.writeTo(DataOutput)
. - readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.AnnotationName
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Read a QName from a DataInput.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Read a QNameModule from a DataInput.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
-
Read an QualifiedQName from a DataInput.
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
-
Read an UnqualifiedQName from a DataInput.
- readFrom(DataInput) - Static method in record class org.opendaylight.yangtools.yang.common.YangDataName
- readFrom(DataInput) - Static method in class org.opendaylight.yangtools.yang.data.api.DatastoreIdentifier
- readLegacyPathArgument() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Deprecated.
- readLong(DataInput) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read a long value from a
DataInput
which was previously written viaWritableObjects.writeLong(DataOutput, long)
. - readLongBody(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read a long value from a
DataInput
as hinted by the result ofWritableObjects.readLongHeader(DataInput)
. - readLongHeader(DataInput) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read the header of a compressed long value.
- readNode(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshotCursor
-
Read a particular node from the snapshot.
- readNode(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeSnapshot
-
Read a particular node from the snapshot.
- readNormalizedNode() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Read a normalized node from the reader.
- readNormalizedNode(ReusableStreamReceiver) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Read a normalized node from the reader, using specified writer to construct the result.
- ReadOnlyDataTree - Interface in org.opendaylight.yangtools.yang.data.tree.api
-
A read-only view of a
DataTree
. - readOptionalNormalizedNode() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
- readPathArgument() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Read a
YangInstanceIdentifier.PathArgument
from the reader. - readQName() - Method in interface org.opendaylight.yangtools.yang.common.QNameAwareDataInput
-
Read a
QName
from the stream. - readResolve() - Method in class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
- readResolve() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- readSchemaNodeIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
- readSecondLong(DataInput, byte) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Read second long value from an input.
- readUint16(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read a
Uint16
from specified buffer. - readUint32(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read a
Uint32
from specified buffer. - readUint64(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read a
Uint64
from specified buffer. - readUint8(ByteBuf) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Read an
Uint8
from specified buffer. - ready() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification
-
Finish creation of a modification, making it ready for application to the data tree.
- readYangInstanceIdentifier() - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Read a
YangInstanceIdentifier
from the reader. - realOrException() - Static method in class org.opendaylight.yangtools.testutils.mockito.MoreAnswers
-
Returns Mockito Answer (default) which forwards method calls or throws an UnstubbedMethodException.
- RefActionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefActionStatement(ActionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefActionStatement
- RefAnydataStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefAnydataStatement(AnydataStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefAnydataStatement
- RefAnyxmlStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefAnyxmlStatement(AnyxmlStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefAnyxmlStatement
- RefArgumentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefArgumentStatement(ArgumentStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefArgumentStatement
- RefAugmentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefAugmentStatement(AugmentStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefAugmentStatement
- RefBaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefBaseStatement(BaseStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefBaseStatement
- RefBelongsToStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefBelongsToStatement(BelongsToStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefBelongsToStatement
- RefBitsSpecification - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
- RefBitsSpecification(TypeStatement.BitsSpecification, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.RefBitsSpecification
- RefBitStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefBitStatement(BitStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefBitStatement
- RefCaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefCaseStatement(CaseStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefCaseStatement
- RefChoiceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefChoiceStatement(ChoiceStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefChoiceStatement
- RefConfigStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefConfigStatement(ConfigStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefConfigStatement
- RefContactStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefContactStatement(ContactStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefContactStatement
- RefContainerStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefContainerStatement(ContainerStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefContainerStatement
- RefDefaultStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefDefaultStatement(DefaultStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefDefaultStatement
- RefDescriptionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefDescriptionStatement(DescriptionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefDescriptionStatement
- RefDeviateStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefDeviateStatement(DeviateStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefDeviateStatement
- RefDeviationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefDeviationStatement(DeviationStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefDeviationStatement
- RefEnumStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefEnumStatement(EnumStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefEnumStatement
- reference() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Return the normative reference defining this YANG version.
- REFERENCE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ReferenceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
reference
statement. - ReferenceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
reference
statement. - ReferenceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ReferenceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ReferenceStatementSupport
- RefErrorAppTagStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefErrorAppTagStatement(ErrorAppTagStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefErrorAppTagStatement
- RefErrorMessageStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefErrorMessageStatement(ErrorMessageStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefErrorMessageStatement
- RefExtensionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefExtensionStatement(ExtensionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefExtensionStatement
- RefFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefFeatureStatement(FeatureStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefFeatureStatement
- RefFractionDigitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefFractionDigitsStatement(FractionDigitsStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefFractionDigitsStatement
- RefGroupingStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefGroupingStatement(GroupingStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefGroupingStatement
- RefIdentityStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefIdentityStatement(IdentityStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefIdentityStatement
- RefIfFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefIfFeatureStatement(IfFeatureStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefIfFeatureStatement
- RefImportStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefImportStatement(ImportStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefImportStatement
- RefIncludeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefIncludeStatement(IncludeStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefIncludeStatement
- REFINE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- RefineEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
refine
statement. - RefineEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RefineEffectiveStatementImpl(RefineStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RefineEffectiveStatementImpl
- RefineStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
refine
statement. - RefineStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RefineStatementImpl(String, SchemaNodeIdentifier.Descendant, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RefineStatementImpl
- RefineStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RefInputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefInputStatement(InputStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefInputStatement
- RefKeyStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefKeyStatement(KeyStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefKeyStatement
- RefLeafListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefLeafListStatement(LeafListStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefLeafListStatement
- RefLeafStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefLeafStatement(LeafStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefLeafStatement
- ReflectiveExceptionMapper<X extends Exception> - Class in org.opendaylight.yangtools.util.concurrent
-
Convenience
ExceptionMapper
which instantiates specified Exception using reflection. - RefLengthStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefLengthStatement(LengthStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefLengthStatement
- RefListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefListStatement(ListStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefListStatement
- RefMandatoryStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefMandatoryStatement(MandatoryStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefMandatoryStatement
- RefMaxElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefMaxElementsStatement(MaxElementsStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefMaxElementsStatement
- RefMinElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefMinElementsStatement(MinElementsStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefMinElementsStatement
- RefModifierStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefModifierStatement(ModifierStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefModifierStatement
- RefModuleStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefModuleStatement(ModuleStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefModuleStatement
- RefMustStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefMustStatement(MustStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefMustStatement
- RefNamespaceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefNamespaceStatement(NamespaceStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefNamespaceStatement
- RefNotificationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefNotificationStatement(NotificationStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefNotificationStatement
- RefOrderedByStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefOrderedByStatement(OrderedByStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefOrderedByStatement
- RefOrganizationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefOrganizationStatement(OrganizationStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefOrganizationStatement
- RefOutputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefOutputStatement(OutputStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefOutputStatement
- RefPathStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefPathStatement(PathStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefPathStatement
- RefPatternStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefPatternStatement(PatternStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefPatternStatement
- RefPositionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefPositionStatement(PositionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefPositionStatement
- RefPrefixStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefPrefixStatement(PrefixStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefPrefixStatement
- RefPresenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefPresenceStatement(PresenceStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefPresenceStatement
- RefRangeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRangeStatement(RangeStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRangeStatement
- RefReferenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefReferenceStatement(ReferenceStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefReferenceStatement
- RefRefineStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRefineStatement(RefineStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRefineStatement
- RefRequireInstanceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRequireInstanceStatement(RequireInstanceStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRequireInstanceStatement
- RefRevisionDateStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRevisionDateStatement(RevisionDateStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRevisionDateStatement
- RefRevisionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRevisionStatement(RevisionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRevisionStatement
- RefRpcStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefRpcStatement(RpcStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefRpcStatement
- RefStatusStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefStatusStatement(StatusStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefStatusStatement
- RefSubmoduleStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefSubmoduleStatement(SubmoduleStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefSubmoduleStatement
- RefTypedefStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefTypedefStatement(TypedefStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefTypedefStatement
- RefTypeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefTypeStatement(TypeStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefTypeStatement
- RefUniqueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefUniqueStatement(UniqueStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefUniqueStatement
- RefUnitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefUnitsStatement(UnitsStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefUnitsStatement
- RefUnrecognizedStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefUnrecognizedStatement(UnrecognizedStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefUnrecognizedStatement
- RefUsesStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefUsesStatement(UsesStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefUsesStatement
- RefValueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefValueStatement(ValueStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefValueStatement
- RefWhenStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefWhenStatement(WhenStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefWhenStatement
- RefYangVersionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefYangVersionStatement(YangVersionStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefYangVersionStatement
- RefYinElementStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref
- RefYinElementStatement(YinElementStatement, DeclarationReference) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.ref.RefYinElementStatement
- REGEXP_POSIX_MODULE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Runtime identity of model which exposed regexp-posix.
- REGEXP_POSIX_SOURCE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Original model source name.
- register(L) - Method in class org.opendaylight.yangtools.util.ListenerRegistry
- register(O) - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- register(SourceIdentifier) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
-
Register the presence of a cached schema source with the consumer.
- registerSchemaSource(SchemaSourceProvider<? super T>, PotentialSchemaSource<T>) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaRepository
- registerSchemaSource(SchemaSourceProvider<? super T>, PotentialSchemaSource<T>) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry
-
Register a new schema source which is potentially available from a provider.
- registerSchemaSourceListener(SchemaSourceListener) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaRepository
- registerSchemaSourceListener(SchemaSourceListener) - Method in interface org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceRegistry
-
Register a schema source listener.
- registerSource(URL) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Register a URL containing a YANG text.
- registerSource(YangTextSchemaSource) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Register a
YangTextSchemaSource
. - registerSupportedFeatures(QNameModule, Set<String>) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
-
Register a
QNameModule
as a known module namespace with a set of supported features. - Registration - Interface in org.opendaylight.yangtools.concepts
-
Class representing a registration.
- RegularActionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularActionStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularActionStatement
- RegularAnydataEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
-
YANG 1.1 AnyData effective statement implementation.
- RegularAnydataEffectiveStatement(AnydataStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnydataEffectiveStatement
- RegularAnydataEffectiveStatement(RegularAnydataEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnydataEffectiveStatement
- RegularAnydataStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularAnydataStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularAnydataStatement
- RegularAnyxmlEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularAnyxmlEffectiveStatement(AnyxmlStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnyxmlEffectiveStatement
- RegularAnyxmlEffectiveStatement(RegularAnyxmlEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularAnyxmlEffectiveStatement
- RegularAnyxmlStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularAnyxmlStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularAnyxmlStatement
- RegularArgumentEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularArgumentEffectiveStatement(ArgumentStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularArgumentEffectiveStatement
- RegularArgumentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularArgumentStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularArgumentStatement
- RegularAugmentStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularAugmentStatement(String, SchemaNodeIdentifier, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularAugmentStatement
- RegularBaseEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularBaseEffectiveStatement(BaseStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularBaseEffectiveStatement
- RegularBaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularBaseStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularBaseStatement
- RegularBelongsToEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularBelongsToEffectiveStatement(BelongsToStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularBelongsToEffectiveStatement
- RegularBelongsToStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularBelongsToStatement(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularBelongsToStatement
- RegularBitEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularBitEffectiveStatement(BitStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularBitEffectiveStatement
- RegularBitStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularBitStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularBitStatement
- RegularCaseStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularCaseStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularCaseStatement
- RegularChoiceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularChoiceEffectiveStatement(ChoiceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int, CaseSchemaNode) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularChoiceEffectiveStatement
- RegularChoiceEffectiveStatement(AbstractChoiceEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularChoiceEffectiveStatement
- RegularChoiceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularChoiceStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularChoiceStatement
- RegularConfigEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularConfigEffectiveStatement(ConfigStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularConfigEffectiveStatement
- RegularConfigStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularConfigStatement(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularConfigStatement
- RegularContactEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularContactEffectiveStatement(ContactStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularContactEffectiveStatement
- RegularContactStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularContactStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularContactStatement
- RegularContainerEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularContainerEffectiveStatement(ContainerStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularContainerEffectiveStatement
- RegularContainerEffectiveStatement(AbstractContainerEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularContainerEffectiveStatement
- RegularContainerStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularContainerStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularContainerStatement
- RegularDefaultEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularDefaultEffectiveStatement(DefaultStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularDefaultEffectiveStatement
- RegularDefaultStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularDefaultStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularDefaultStatement
- RegularDescriptionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularDescriptionEffectiveStatement(DescriptionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularDescriptionEffectiveStatement
- RegularDescriptionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularDescriptionStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularDescriptionStatement
- RegularEnumEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularEnumEffectiveStatement(EnumStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularEnumEffectiveStatement
- RegularEnumStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularEnumStatement(String, String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularEnumStatement
- RegularErrorAppTagEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularErrorAppTagEffectiveStatement(ErrorAppTagStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularErrorAppTagEffectiveStatement
- RegularErrorAppTagStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularErrorAppTagStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularErrorAppTagStatement
- RegularErrorMessageEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularErrorMessageEffectiveStatement(ErrorMessageStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularErrorMessageEffectiveStatement
- RegularErrorMessageStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularErrorMessageStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularErrorMessageStatement
- RegularExtensionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularExtensionStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularExtensionStatement
- RegularFeatureEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularFeatureEffectiveStatement(FeatureStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularFeatureEffectiveStatement
- RegularFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularFeatureStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularFeatureStatement
- RegularForeignKeyEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularForeignKeyEffectiveStatement(KeyStatement, Set<QName>, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularForeignKeyEffectiveStatement
- RegularFractionDigitsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularFractionDigitsEffectiveStatement(FractionDigitsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularFractionDigitsEffectiveStatement
- RegularFractionDigitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularFractionDigitsStatement(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularFractionDigitsStatement
- RegularGroupingEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularGroupingEffectiveStatement(GroupingStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularGroupingEffectiveStatement
- RegularGroupingStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularGroupingStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularGroupingStatement
- RegularIdentityEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularIdentityEffectiveStatement(IdentityStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableSet<? extends IdentitySchemaNode>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIdentityEffectiveStatement
- RegularIdentityStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularIdentityStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularIdentityStatement
- RegularIfFeatureEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularIfFeatureEffectiveStatement(IfFeatureStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIfFeatureEffectiveStatement
- RegularIfFeatureStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularIfFeatureStatement(String, IfFeatureExpr, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularIfFeatureStatement
- RegularIncludeEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularIncludeEffectiveStatement(IncludeStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularIncludeEffectiveStatement
- RegularIncludeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularIncludeStatement(UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularIncludeStatement
- RegularInputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularInputStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularInputStatement
- RegularKeyStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularKeyStatement(String, Set<QName>, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularKeyStatement
- RegularLeafEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularLeafEffectiveStatement(LeafStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafEffectiveStatement
- RegularLeafEffectiveStatement(AbstractLeafEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafEffectiveStatement
- RegularLeafListEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularLeafListEffectiveStatement(LeafListStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableSet<String>, ElementCountConstraint) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafListEffectiveStatement
- RegularLeafListEffectiveStatement(RegularLeafListEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLeafListEffectiveStatement
- RegularLeafListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularLeafListStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularLeafListStatement
- RegularLeafStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularLeafStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularLeafStatement
- RegularLengthEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularLengthEffectiveStatement(LengthStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLengthEffectiveStatement
- RegularLengthStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularLengthStatement(String, List<ValueRange>, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularLengthStatement
- RegularListEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularListEffectiveStatement(ListStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ImmutableList<QName>, ElementCountConstraint) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- RegularListEffectiveStatement(EmptyListEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- RegularListEffectiveStatement(RegularListEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularListEffectiveStatement
- RegularListStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularListStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularListStatement
- RegularLocalKeyEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularLocalKeyEffectiveStatement(KeyStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularLocalKeyEffectiveStatement
- RegularMandatoryEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularMandatoryEffectiveStatement(MandatoryStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularMandatoryEffectiveStatement
- RegularMandatoryStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularMandatoryStatement(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularMandatoryStatement
- RegularMaxElementsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularMaxElementsEffectiveStatement(MaxElementsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularMaxElementsEffectiveStatement
- RegularMaxElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularMaxElementsStatement(String, String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularMaxElementsStatement
- RegularMinElementsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularMinElementsEffectiveStatement(MinElementsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularMinElementsEffectiveStatement
- RegularMinElementsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularMinElementsStatement(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularMinElementsStatement
- RegularModifierEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularModifierEffectiveStatement(ModifierStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularModifierEffectiveStatement
- RegularModifierStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularModifierStatement(ModifierKind, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularModifierStatement
- RegularMustEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularMustEffectiveStatement(MustStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularMustEffectiveStatement
- RegularMustStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularMustStatement(String, YangXPathExpression.QualifiedBound, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularMustStatement
- RegularNamespaceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularNamespaceEffectiveStatement(NamespaceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularNamespaceEffectiveStatement
- RegularNamespaceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularNamespaceStatement(XMLNamespace, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularNamespaceStatement
- RegularNotificationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularNotificationStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularNotificationStatement
- RegularOrderedByEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularOrderedByEffectiveStatement(OrderedByStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularOrderedByEffectiveStatement
- RegularOrderedByStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularOrderedByStatement(Ordering, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOrderedByStatement
- RegularOrganizationEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularOrganizationEffectiveStatement(OrganizationStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularOrganizationEffectiveStatement
- RegularOrganizationStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularOrganizationStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOrganizationStatement
- RegularOutputStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularOutputStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularOutputStatement
- RegularPathEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularPathEffectiveStatement(PathStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularPathEffectiveStatement
- RegularPathStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularPathStatement(PathExpression, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPathStatement
- RegularPatternEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularPatternEffectiveStatement(PatternStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularPatternEffectiveStatement
- RegularPatternStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularPatternStatement(PatternExpression, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPatternStatement
- RegularPositionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularPositionEffectiveStatement(PositionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularPositionEffectiveStatement
- RegularPositionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularPositionStatement(Uint32, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPositionStatement
- RegularPrefixEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularPrefixEffectiveStatement(PrefixStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularPrefixEffectiveStatement
- RegularPrefixStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularPrefixStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPrefixStatement
- RegularPresenceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularPresenceEffectiveStatement(PresenceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularPresenceEffectiveStatement
- RegularPresenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularPresenceStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularPresenceStatement
- RegularRangeEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularRangeEffectiveStatement(RangeStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularRangeEffectiveStatement
- RegularRangeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularRangeStatement(String, List<ValueRange>, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularRangeStatement
- RegularReferenceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularReferenceEffectiveStatement(ReferenceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularReferenceEffectiveStatement
- RegularReferenceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularReferenceStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularReferenceStatement
- RegularRequireInstanceEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularRequireInstanceEffectiveStatement(RequireInstanceStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularRequireInstanceEffectiveStatement
- RegularRequireInstanceStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularRequireInstanceStatement(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularRequireInstanceStatement
- RegularRevisionDateEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularRevisionDateEffectiveStatement(RevisionDateStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularRevisionDateEffectiveStatement
- RegularRevisionDateStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularRevisionDateStatement(Revision, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularRevisionDateStatement
- RegularRevisionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularRevisionEffectiveStatement(RevisionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularRevisionEffectiveStatement
- RegularRevisionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularRevisionStatement(Revision, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularRevisionStatement
- RegularRpcStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularRpcStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularRpcStatement
- RegularStatusEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularStatusEffectiveStatement(StatusStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularStatusEffectiveStatement
- RegularStatusStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularStatusStatement(Status, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularStatusStatement
- RegularTypedefStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularTypedefStatement(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularTypedefStatement
- RegularTypeStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularTypeStatement(String, QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularTypeStatement
- RegularUniqueEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularUniqueEffectiveStatement(UniqueStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularUniqueEffectiveStatement
- RegularUniqueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularUniqueStatement(String, Set<SchemaNodeIdentifier.Descendant>, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularUniqueStatement
- RegularUnitsEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularUnitsEffectiveStatement(UnitsStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularUnitsEffectiveStatement
- RegularUnitsStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularUnitsStatement(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularUnitsStatement
- RegularUsesStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularUsesStatement(String, QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularUsesStatement
- RegularValueEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularValueEffectiveStatement(ValueStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularValueEffectiveStatement
- RegularValueStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularValueStatement(Integer, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularValueStatement
- RegularWhenEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularWhenEffectiveStatement(WhenStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularWhenEffectiveStatement
- RegularWhenStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularWhenStatement(String, YangXPathExpression.QualifiedBound, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularWhenStatement
- RegularYangVersionEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularYangVersionEffectiveStatement(YangVersionStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularYangVersionEffectiveStatement
- RegularYangVersionStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularYangVersionStatement(YangVersion, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularYangVersionStatement
- RegularYinElementEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RegularYinElementEffectiveStatement(YinElementStatement, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RegularYinElementEffectiveStatement
- RegularYinElementStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- RegularYinElementStatement(Boolean, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.RegularYinElementStatement
- reject() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.StatementPolicy
- REJECT - Enum constant in enum class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema.ChildReusePolicy
-
Do not allow duplicate definition of a child node.
- REJECT - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Reject any attempt to copy this statement.
- rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.opendaylight.yangtools.util.concurrent.CountingRejectedExecutionHandler
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- rel_path_keyexpr() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Rel_path_keyexprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.EqualityExprContext
- relationalExpr() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- relationalExpr(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.EqualityExprContext
- RelationalExprContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelationalExprContext
- relative(Collection<YangLocationPath.Step>) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- relative(YangLocationPath.Step...) - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- relative_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- relative_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- relative_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_strContext
- relative_path() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- Relative_pathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.AbsoluteLocationPathNorootContext
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.LocationPathContext
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PathExprNoRootContext
- relativeLocationPath() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RelativeLocationPathContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- relativeTo(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Get the relative path from an ancestor.
- REMOTE_IO - Enum constant in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
The source is available by performing remote IO, such as fetching from an HTTP server or similar.
- remove(Object) - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- remove(Object) - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- remove(Object) - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- remove(Object) - Method in class org.opendaylight.yangtools.util.SingletonSet
- remove(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- remove(Object) - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- removeAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.SingletonSet
- removeAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- removeChild(CK) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeContainerBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- removeChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.MutableTreeNode
-
Remove a child node.
- removeFirst() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- removeFirstOccurrence(Object) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- removeLast() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- removeLastOccurrence(Object) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- removeRegistration() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
-
Remove the state referenced by this registration.
- removeStatementFromEffectiveSubstatements(StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- removeStatementFromEffectiveSubstatements(StatementDefinition, String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Removes a statement context from the effective substatements based on its statement definition (i.e statement keyword) and raw (in String form) statement argument.
- REPLACE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Server implements target node with different properties.
- replaceQNameModules(NormalizedNode, Map<QNameModule, QNameModule>) - Static method in class org.opendaylight.yangtools.transform.NormalizedNodeTransformations
-
Returns a
NormalizedNode
with QNameModules replaced by supplied mapping. - replaceQNames(NormalizedNode, Map<QName, QName>) - Static method in class org.opendaylight.yangtools.transform.NormalizedNodeTransformations
-
Returns a
NormalizedNode
with QNames replaced by supplied mapping. - replicaAsChildOf(StmtContext.Mutable<?, ?, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext
-
Create a replica of this statement as a substatement of specified
parent
. - requestSchemaTreeChild(QName) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.OnDemandSchemaTreeStorage
-
Request that a new member of this node's schema tree statement be added.
- REQUIRE_INSTANCE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- RequiredElementCountException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
Exception thrown when
min-elements
ormax-element
statement restrictions are violated. - RequiredElementCountException(YangInstanceIdentifier, int, int, int, String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- RequiredElementCountException(YangInstanceIdentifier, int, int, int, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.RequiredElementCountException
- requireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
-
Returns true or false which represents argument of
require-instance
statement. - requireInstance() - Method in interface org.opendaylight.yangtools.yang.model.api.type.RequireInstanceRestrictedTypeDefinition
-
Returns true or false which represents argument of
require-instance
statement. - RequireInstanceEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
require-instance
statement. - RequireInstanceRestrictedTypeBuilder<T extends RequireInstanceRestrictedTypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.ri.type
- RequireInstanceRestrictedTypeDefinition<T extends TypeDefinition<T>> - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Interface for
TypeDefinition
s which can be restricted through a require-instance statement. - RequireInstanceStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
require-instance
statement. - RequireInstanceStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RequireInstanceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RequireInstanceStatementSupport
- requireMetadataFirst() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter.MetadataExtension
-
Indicate whether metadata is required to be emitted just after an entry is open.
- requiresCtx(StmtContext<?, ?, ?>, ParserNamespace<K, C>, K, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
- requiresCtx(StmtContext<?, ?, ?>, ParserNamespace<K, C>, NamespaceKeyCriterion<K>, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
- requiresCtx(StmtContext<A, D, E>, ModelProcessingPhase) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Action requires that the specified context completes specified phase before
ModelActionBuilder.apply(InferenceAction)
may be invoked. - requiresDeclared(StmtContext<?, ?, ?>, ParserNamespace<K, StmtContext<?, ? extends D, ?>>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
- requiresDeclared(StmtContext<?, ? extends D, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Action requires that the specified context transition to complete
ModelProcessingPhase.FULL_DECLARATION
phase and produce a declared statement. - requiresDeclaredCtx(StmtContext<?, ?, ?>, ParserNamespace<K, C>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
- requiresEffective(StmtContext<?, ?, ?>, ParserNamespace<K, StmtContext<?, ?, ? extends E>>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
- requiresEffective(StmtContext<?, ?, ? extends E>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
- requiresEffectiveCtx(StmtContext<?, ?, ?>, ParserNamespace<K, C>, K) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
-
Deprecated.Undocumented method. Use at your own risk.
- requiresEffectiveCtxPath(StmtContext<?, ?, ?>, ParserNamespace<K, C>, Iterable<K>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder
- reset() - Method in class org.opendaylight.yangtools.util.DurationStatisticsTracker
-
Resets all statistics back to their defaults.
- reset() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.ReusableStreamReceiver
-
Reset this writer to initial state.
- reset() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ReusableImmutableNormalizedNodeStreamWriter
- resolve(ModelActionBuilder.InferenceContext) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.ModelActionBuilder.Prerequisite
-
Returns associated prerequisite once it is resolved.
- ResolvedQNameReferent - Interface in org.opendaylight.yangtools.yang.xpath.api
-
A
QNameReferent
referencing a resolved QName. - resolveLeafref(LeafrefTypeDefinition) - Method in interface org.opendaylight.yangtools.yang.model.util.LeafrefResolver
-
Resolve specified
LeafrefTypeDefinition
until a non-leafref
type is found. - resolveLeafref(LeafrefTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- resolveLeafref(LeafrefTypeDefinition) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
- resolveLength(Range<? extends T>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- resolveModuleSet(YangLibModuleSet) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangLibResolver
-
Build the effective view of a combined view of effective statements.
- resolveModuleSet(YangLibModuleSet) - Method in class org.opendaylight.yangtools.yang.parser.impl.DefaultYangLibResolver
- resolvePathExpression(PathExpression) - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Resolve a
PathExpression
. - resolvePrefix(String) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.PrefixResolver
-
Returns QNameModule (namespace + revision) associated with supplied prefix.
- resolveRange(Range<? extends T>) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- RESOURCE - Static variable in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
-
A generated resource file.
- RESOURCE_DENIED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
resource-denied
ErrorTag
. - RestrictedTypes - Class in org.opendaylight.yangtools.yang.model.ri.type
-
Restricted types are a refinement of the restrictions applied to a particular type.
- result() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.FormattingNormalizedNodeStreamWriter
-
Return the formatted String result capturing the events which have been streamed into this writer.
- result() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.ReusableStreamReceiver
-
Acquire the result of the last streaming session.
- result() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.NormalizationResultHolder
- result() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ReusableImmutableNormalizedNodeStreamWriter
- ResultAlreadySetException - Exception in org.opendaylight.yangtools.yang.data.impl.schema
- ResultAlreadySetException(String, NormalizedNode) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
- ResultAlreadySetException(String, NormalizedNode, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.impl.schema.ResultAlreadySetException
- resumeStatement(int) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Attempt to resume a child statement.
- retainAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.SingletonSet
- retainAll(Collection<?>) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- retainDeclarationReferences() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
-
Return
true
ifDeclarationReference
to source location in the final parser product, notably makingDeclaredStatement.declarationReference()
available. - retainDeclarationReferences(boolean) - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
-
Retain
DeclarationReference
to source location in the final parser product. - retainDefaultStatements() - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter.Builder
-
Retain common known statements whose argument matches semantics of not being present.
- ReusableImmutableNormalizedNodeStreamWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
A reusable variant of
ImmutableNormalizedNodeStreamWriter
. - ReusableStreamReceiver - Interface in org.opendaylight.yangtools.yang.data.api.schema.stream
-
Utility marker interface for
NormalizedNodeStreamWriter
implementations which can be reused multiple times and can expose aNormalizedNode
result of each complete streaming use. - REUSE - Enum constant in enum class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema.ChildReusePolicy
-
Reuse previously-defined child node.
- revision() - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns the value of the
revision
record component. - Revision - Class in org.opendaylight.yangtools.yang.common
-
Dedicated object identifying a YANG module revision.
- REVISION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- REVISION_COMPARATOR - Static variable in class org.opendaylight.yangtools.yang.model.spi.AbstractSchemaContext
-
A
Module
comparator based onQNameModuleAware.getRevision()
, placing latest revision first. - REVISION_DATE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- REVISION_EXACT_OR_LATEST - Enum constant in enum class org.opendaylight.yangtools.plugin.generator.api.FileGenerator.ImportResolutionMode
-
Standard, RFC6020 and RFC7950 compliant mode.
- RevisionDateEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
revision-date
statement. - RevisionDateStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
revision-date
statement. - RevisionDateStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RevisionDateStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionDateStatementSupport
- RevisionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
revision
statement. - RevisionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
revision
statement. - RevisionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RevisionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RevisionStatementSupport
- RFC6020_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in RFC6020.
- RFC6020_YANG_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG File Extension, as defined in RFC6020.
- RFC6020_YANG_MAC_FILE_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in RFC6020.
- RFC6020_YANG_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in hRFC6020.
- RFC6020_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Base QNameModule for all YANG statements.
- RFC6020_YANG_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG namespace, as defined in https://www.rfc-editor.org/rfc/rfc6020#section-14, in URI format.
- RFC6020_YANG_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG namespace, as defined in https://www.rfc-editor.org/rfc/rfc6020#section-14, in String format.
- RFC6020_YIN_FILE_EXTENSION - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN File Extension, as defined in RFC6020.
- RFC6020_YIN_MEDIA_TYPE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YANG Media Type, as defined in RFC6020.
- RFC6020_YIN_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Base QNameModule for all YIN statements.
- RFC6020_YIN_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN namespace, as defined in https://www.rfc-editor.org/rfc/rfc6020#section-14, in URI format.
- RFC6020_YIN_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
YIN namespace, as defined in https://www.rfc-editor.org/rfc/rfc6020#section-14, in String format.
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.InputStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- rfc6020Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- RFC6241_MODULE - Static variable in class org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
-
Runtime RFC6241 identity.
- RFC6241_SOURCE - Static variable in class org.opendaylight.yangtools.rfc6241.model.api.NetconfConstants
-
RFC6241 model source name.
- RFC6241_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
NETCONF namespace bound to YANG through [email protected].
- RFC6536_MODULE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
Runtime RFC6536 identity.
- RFC6536_SOURCE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
RFC6536 model source name.
- RFC6643_MODULE - Static variable in class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2Constants
-
Runtime RFC6643 identity.
- RFC6643_SOURCE - Static variable in class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2Constants
-
RFC6643 model source name.
- RFC7895 - Enum constant in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
-
Container in RFC7895 (pre-NMDA) YANG Library.
- RFC7895_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
ietf-yang-library
namespace bound to YANG through [email protected]. - rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.import_.ImportStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.list.ListStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.BitStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.CaseStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ChoiceStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ContainerStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.EnumStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.GroupingStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IdentityStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.IncludeStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.InputStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.LeafListStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.OutputStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RefineStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.module.ModuleStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.pattern.PatternStatementSupport
- rfc7950Instance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule.SubmoduleStatementSupport
- RFC7950Reactors - Class in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
-
Utility class holding entrypoints for assembling RFC6020/RFC7950 statement
CrossSourceStatementReactor
s. - RFC7951 - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Source of
JSONCodecFactory
instances compliant with RFC7951. - RFC7952_MODULE - Static variable in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
Runtime RFC7952 identity.
- RFC7952_SOURCE - Static variable in class org.opendaylight.yangtools.rfc7952.model.api.MetadataConstants
-
RFC7952 model source name.
- RFC8040_MODULE - Static variable in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
Runtime RFC8040 identity.
- RFC8040_SOURCE - Static variable in class org.opendaylight.yangtools.rfc8040.model.api.YangDataConstants
-
RFC8040 model source name.
- RFC8341_MODULE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
Runtime RFC8341 identity.
- RFC8341_SOURCE - Static variable in class org.opendaylight.yangtools.rfc6536.model.api.NACMConstants
-
RFC8341 model source name.
- RFC8525 - Enum constant in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
-
Container in RFC8525 (NMDA) YANG Library.
- RFC8525_YANG_MODULE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
ietf-yang-library
namespace bound to YANG through [email protected]. - RFC8528_MODULE - Static variable in class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountConstants
-
Runtime RFC8528 identity.
- RFC8528_SOURCE - Static variable in class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountConstants
-
RFC8528 model source name.
- RFC8639_MODULE - Static variable in class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsConstants
-
Runtime RFC8639 identity.
- RFC8639_SOURCE - Static variable in class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsConstants
-
RFC8639 model source name.
- RFC8819_MODULE - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagConstants
- RIGHT_BRACE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- RIGHT_BRACE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RIGHT_BRACE() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- RIGHT_PARENTHESIS - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RIGHT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- RIGHT_PARENTHESIS() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- RIGHT_SQUARE_BRACKET - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RIGHT_SQUARE_BRACKET() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- ROLLBACK_FAILED - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
rollback-failed
ErrorTag
. - root() - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
The conceptual
root
YangLocationPath
. - ROOT - Static variable in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Shared instance of the conceptual root schema node.
- ROOT - Static variable in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- ROOT_STATEMENT_LOCAL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Storage of the root statement of a particular source.
- RootDeclaredStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface capturing general layout of a top-level YANG declared statement -- either a
ModuleStatement
or aSubmoduleStatement
. - RootEffectiveStatement<D extends RootDeclaredStatement> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface capturing general layout of a top-level YANG declared statement -- either a
ModuleEffectiveStatement
or aSubmoduleEffectiveStatement
. - rootStatementLocal(ParserNamespace<K, V>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates a root-statement-local namespace behaviour for supplied namespace type.
- RootStmtContext<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
A marker interface for a
StmtContext
. - RootStmtContext.Mutable<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta - ROUND - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- ROUTING - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:routing
IetfTags
- RP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- RP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- RP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- RPAR - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.FunctionCallContext
- RPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.NodeTestContext
- RPAR() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- RPC - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
A
NetconfLayer.RPC
layer error. - RPC - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
RPC layer, for example
<rpc>
,<rpc-reply>
. - RPC - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- RPC_CONTEXT_REFERENCE - Enum constant in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
- RpcContextReferenceEffectiveStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- RpcContextReferenceStatement - Interface in org.opendaylight.yangtools.odlext.model.api
- RpcContextReferenceStatementSupport - Class in org.opendaylight.yangtools.odlext.parser
- RpcContextReferenceStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.odlext.parser.RpcContextReferenceStatementSupport
- RpcDefinition - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface describing YANG 'rpc' statement.
- RpcEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
rpc
statement. - RpcEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- RpcEffectiveStatementImpl(RpcStatement, ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.RpcEffectiveStatementImpl
- RpcError - Interface in org.opendaylight.yangtools.yang.common
-
Representation of an error.
- RpcResult<T> - Interface in org.opendaylight.yangtools.yang.common
-
Represents a general result of a call, request, or operation.
- RpcResultBuilder<T> - Class in org.opendaylight.yangtools.yang.common
-
A builder for creating RpcResult instances.
- RpcStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
rpc
statement. - RpcStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- RpcStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.RpcStatementSupport
- RULE_abbreviatedStep - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_absolute_path - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_absoluteLocationPathNoroot - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_additiveExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_andExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_argument - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RULE_axisSpecifier - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_current_function_invocation - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_deref_expr - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_deref_function_invocation - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_descendant_path - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_eqQuotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_equalityExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_expr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_file - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RULE_filterExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_functionCall - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_functionName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_identifier - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_identifier_ref_arg - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- RULE_if_feature_expr - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- RULE_if_feature_factor - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- RULE_if_feature_term - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- RULE_instanceIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_keyPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_keyPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_keyword - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RULE_leafListPredicate - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_leafListPredicateExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_locationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_main - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_multiplicativeExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_nameTest - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_nCName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_node_identifier - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_nodeIdentifier - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_nodeTest - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_orExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_path_arg - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_path_equality_expr - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_path_key_expr - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_path_predicate - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_path_str - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_pathArgument - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_pathExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_pos - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_predicate - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_prefix - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_primaryExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_qName - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_quotedString - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- RULE_rel_path_keyexpr - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_relationalExpr - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_relative_path - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- RULE_relativeLocationPath - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_statement - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RULE_step - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_unaryExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_unionExprNoRoot - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- RULE_unquotedString - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- RULE_variableReference - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- ruleNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- runWithClassLoader(ClassLoader, Runnable) - Static method in class org.opendaylight.yangtools.util.ClassLoaderUtils
-
Immediately call
Runnable.run()
with providedClassLoader
.
S
- SAME - Static variable in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
-
Shared instance of the "same" relative schema node.
- saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenbyteVal
if it is representable. - saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenbyteVal
if it is representable. - saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenbyteVal
if it is representable. - saturatedOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenbyteVal
if it is representable. - saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenintVal
if it is representable. - saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenintVal
if it is representable. - saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenintVal
if it is representable. - saturatedOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenintVal
if it is representable. - saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenlongVal
if it is representable. - saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenlongVal
if it is representable. - saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenlongVal
if it is representable. - saturatedOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenlongVal
if it is representable. - saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenshortVal
if it is representable. - saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenshortVal
if it is representable. - saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint32
corresponding to a givenshortVal
if it is representable. - saturatedOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenshortVal
if it is representable. - saturatedOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenlongVal
if it is representable. - scalarValue(Object) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Set the value of current node.
- scalarValue(Object) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- scalarValue(Object) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- scalarValue(Object) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- scalarValue(Object) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- scalarValue(Object) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- scale() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return the scale of this decimal.
- scaleTo(int) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return this decimal in the specified scale.
- scaleTo(int, RoundingMode) - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return this decimal in the specified scale.
- schema - Variable in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- SCHEMA_TREE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- 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...
- SchemaContextFactoryConfiguration - Class in org.opendaylight.yangtools.yang.model.repo.api
-
SchemaContextFactory configuration class.
- SchemaContextFactoryConfiguration.Builder - Class in org.opendaylight.yangtools.yang.model.repo.api
- SchemaContextListener - Interface in org.opendaylight.yangtools.yang.model.api
-
Interface for listeners interested in updates of the global schema context.
- 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.
- SchemaInferenceStack - Class in org.opendaylight.yangtools.yang.model.util
-
A state tracking utility for walking
EffectiveModelContext
's contents along schema/grouping namespaces. - SchemaInferenceStack.Inference - Class in org.opendaylight.yangtools.yang.model.util
-
Semantic binding of
EffectiveStatementInference
produced bySchemaInferenceStack
. - SchemaListenerRegistration - Interface in org.opendaylight.yangtools.yang.model.repo.spi
-
Registration of a SchemaSourceListener.
- SchemaMountConstants - Class in org.opendaylight.yangtools.rfc8528.model.api
-
Constants associated with RFC8528.
- SchemaMountStatements - Enum Class in org.opendaylight.yangtools.rfc8528.model.api
-
StatementDefinition
s for statements defined by RFC7952. - 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 every schema node inside the schema node identifier namespace.
- SchemaNodeIdentifier() - 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.Descendant - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
A descendant schema node identifier.
- SchemaOrderedNormalizedNodeWriter - Class in org.opendaylight.yangtools.yang.data.impl.schema
-
This is an iterator over a
NormalizedNode
. - SchemaOrderedNormalizedNodeWriter(NormalizedNodeStreamWriter, EffectiveModelContext) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - SchemaOrderedNormalizedNodeWriter(NormalizedNodeStreamWriter, EffectiveModelContext, SchemaNodeIdentifier.Absolute) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - SchemaOrderedNormalizedNodeWriter(NormalizedNodeStreamWriter, SchemaTreeInference) - Constructor for class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
-
Create a new writer backed by a
NormalizedNodeStreamWriter
. - schemaPathToLeafRefPath(ImmutableList<QName>, Module) - Static method in class org.opendaylight.yangtools.yang.data.tree.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, Collection<SourceIdentifier>, Multimap<SourceIdentifier, ModuleImport>) - 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, SourceIdentifier, Throwable, Collection<SourceIdentifier>, Multimap<SourceIdentifier, ModuleImport>) - Constructor for exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
- schemaSourceEncountered(SchemaSourceRepresentation) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
- 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.spi.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 class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
- 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.spi.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.spi - SchemaSourceTransformer(SchemaRepository, Class<S>, SchemaSourceRegistry, Class<D>, AsyncFunction<S, D>) - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.SchemaSourceTransformer
- SchemaSourceTransformer.Transformation<S extends SchemaSourceRepresentation,
D extends SchemaSourceRepresentation> - Interface in org.opendaylight.yangtools.yang.model.repo.spi - schemaSourceUnregistered(PotentialSchemaSource<?>) - Method in class org.opendaylight.yangtools.yang.model.repo.spi.AbstractSchemaSourceCache
- 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.spi.SchemaSourceTransformer
- schemaTree() - Static method in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Statement local namespace, which holds direct schema node descendants.
- SchemaTreeAwareEffectiveStatement<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt -
Interface implemented by all
EffectiveStatement
s which can contain aschema tree
child. - SchemaTreeEffectiveStatement<D extends DeclaredStatement<QName>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface grouping all
EffectiveStatement
s which are accessible viaSchemaTreeAwareEffectiveStatement.schemaTreeNodes()
. - SchemaTreeInference - Interface in org.opendaylight.yangtools.yang.model.api
-
An
EffectiveStatementInference
consisting purely of steps along theschema tree
axis, so that it represents aschema tree node
based on resolution ofabsolute-schema-nodeid
as specified by RFC7950 section 6.5. - schemaTreeNodes() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SchemaTreeAwareEffectiveStatement
-
Enumerate all
schema node
s defined within this node. - schemaTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree
- schemaTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithSchemaTree
- schemaTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithDataTree
- schemaTreeNodes() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.DefaultWithSchemaTree
- SchemaTreeRoot - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface implemented by entities which act as the root of the
schema tree
and are able to resolve anSchemaNodeIdentifier
to aSchemaTreeEffectiveStatement
. - SchemaValidationFailedException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
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.tree.api.SchemaValidationFailedException
- SchemaValidationFailedException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.SchemaValidationFailedException
- SDO_DEFINED_CLASS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:sdo-defined-class
IetfTags
- seal() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.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.
- second() - Method in class org.opendaylight.yangtools.concepts.Either
- SECURITY - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:security
IetfTags
- select(K, K) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
-
Select the better match from two candidate keys.
- self() - Static method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
-
The conceptual
same
YangLocationPath
. - SELF - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
The
self
axis. - SEMICOLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SEMICOLON - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SEMICOLON() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- SemVer - Record Class in org.opendaylight.yangtools.concepts
-
A single version according to Semantic Versioning.
- SemVer(int) - Constructor for record class org.opendaylight.yangtools.concepts.SemVer
- SemVer(int, int) - Constructor for record class org.opendaylight.yangtools.concepts.SemVer
- SemVer(int, int, int) - Constructor for record class org.opendaylight.yangtools.concepts.SemVer
-
Creates an instance of a
SemVer
record class. - SEMVER_MODULE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Runtime identity of initial model.
- SEMVER_SOURCE - Static variable in class org.opendaylight.yangtools.openconfig.model.api.OpenConfigConstants
-
Original model source name.
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SEP - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- SEP() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_exprContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_factorContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser.If_feature_termContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Current_function_invocationContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_function_invocationContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_equality_exprContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_predicateContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- SEP(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- SEPARATOR - Static variable in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- SEPARATOR_STR - Static variable in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- serialize(D) - Method in interface org.opendaylight.yangtools.yang.data.api.codec.IllegalArgumentCodec
-
Produce an external object based on an internal object.
- serialize(D) - Method in class org.opendaylight.yangtools.yang.data.api.codec.AbstractIllegalArgumentCodec
- serializeImpl(byte[]) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BinaryStringCodec
- serializeImpl(D) - Method in class org.opendaylight.yangtools.yang.data.api.codec.AbstractIllegalArgumentCodec
- serializeImpl(Boolean) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BooleanStringCodec
- serializeImpl(Object) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- serializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.EnumStringCodec
- serializeImpl(String) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.StringStringCodec
- serializeImpl(Set<String>) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.BitsStringCodec
- serializeImpl(N) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.AbstractIntegerStringCodec
- serializeImpl(Decimal64) - Method in class org.opendaylight.yangtools.yang.data.impl.codec.DecimalStringCodec
- serializeImpl(QName) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringIdentityrefCodec
- serializeImpl(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractStringInstanceIdentifierCodec
- SESSION_ID_QNAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
session-id
, value the session identifier, as modeled inSessionIdOrZero
. - sessionId(Uint32) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.YangErrorInfos
-
session-id
with the session identifier, as modeled inSessionIdOrZero
. - setAttributes(ImmutableMap<QName, Object>) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Set the associated attributes.
- setBundle(ModelProcessingPhase, StatementSupportBundle) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.Builder
- setConfiguration(Boolean) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setContainer(MountPointContextFactory.ContainerName, MountPointChild) - Method in class org.opendaylight.yangtools.yang.data.util.MountPointData
- setData(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.MutableTreeNode
-
Set the data component of the node.
- setDefaultValue(Object) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypeBuilder
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypeBuilder
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- setDescription(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- setEffectiveModelContext(EffectiveModelContext) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTree
-
Make the data tree use a new schema context.
- setEffectiveModelContext(EffectiveModelContext) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- setFilter(SchemaSourceFilter) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set schema source filter which will filter available schema sources using the provided filter.
- setFractionDigits(int) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DecimalTypeBuilder
- setHistory(CopyableNode) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setLengthConstraint(ConstraintMetaDefinition, List<ValueRange>) - Method in class org.opendaylight.yangtools.yang.model.ri.type.LengthRestrictedTypeBuilder
-
Set a new length constraint.
- setMandatory(boolean) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setMandatoryNodesValidation(boolean) - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration.Builder
- setModulesDeviatedByModules(SetMultimap<QNameModule, QNameModule>) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setModulesWithSupportedDeviations(SetMultimap<QNameModule, QNameModule>) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setModulesWithSupportedDeviations(SetMultimap<QNameModule, QNameModule>) - Method in class org.opendaylight.yangtools.yang.parser.stmt.reactor.CrossSourceStatementReactor.BuildAction
-
Set YANG modules which can be deviated by specified modules during the parsing process.
- setObjectModel(Class<?>) - Method in class org.opendaylight.yangtools.yang.data.util.AnydataNodeDataWithSchema
- setParent(StatementSupportBundle) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupportBundle.Builder
- setPathStatement(PathExpression) - Method in class org.opendaylight.yangtools.yang.model.ri.type.LeafrefTypeBuilder
- setPresence(boolean) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setRangeConstraint(ConstraintMetaDefinition, List<ValueRange>) - Method in class org.opendaylight.yangtools.yang.model.ri.type.RangeRestrictedTypeBuilder
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypeBuilder
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- setReference(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- setRejectedExecutionHandler(RejectedExecutionHandler) - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
- setRequireInstance(boolean) - Method in class org.opendaylight.yangtools.yang.model.ri.type.RequireInstanceRestrictedTypeBuilder
- setRootIdentifier(SourceIdentifier) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Set identifier of current root context.
- setRootPath(YangInstanceIdentifier) - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration.Builder
- setRootVersion(YangVersion) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
-
Set version of root statement context.
- setSchemaMounts(MountPointChild) - Method in class org.opendaylight.yangtools.yang.data.util.MountPointData
- setStatementParserMode(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set YANG statement parser mode.
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypeBuilder
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- setStatus(Status) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setSubtreeVersion(Version) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.MutableTreeNode
-
Set the new subtree version.
- setSupportedFeatures(FeatureSet) - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
- setSupportedFeatures(FeatureSet) - 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.
- setSupportedFeatures(FeatureSet) - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration.Builder
-
Set supported features based on which all if-feature statements in the parsed YANG modules will be resolved.
- setUniqueIndexes(boolean) - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration.Builder
- setUnits(String) - Method in class org.opendaylight.yangtools.yang.model.ri.type.DerivedTypeBuilder
- setUnknownSchemaNodes(Collection<? extends UnknownSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- setUnknownSchemaNodes(Collection<UnknownSchemaNode>) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- setUnknownSchemaNodes(UnknownSchemaNode...) - Method in class org.opendaylight.yangtools.yang.model.ri.type.BitBuilder
- setUnknownSchemaNodes(UnknownSchemaNode...) - Method in class org.opendaylight.yangtools.yang.model.ri.type.EnumPairBuilder
- setUnsupported() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- setUserOrdered(boolean) - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- setValidationBundle(ValidationBundles.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.AnydataNodeDataWithSchema
- setValue(Object) - Method in class org.opendaylight.yangtools.yang.data.util.SimpleNodeDataWithSchema
- severity() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this error's severity.
- severity() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this error's severity.
- severity(ErrorSeverity) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
severity
attribute. - severity(ErrorSeverity) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.SeverityBuildStage
-
Initializes the value for the
severity
attribute. - 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
-
A
SchemaRepository
which allows sharing ofSchemaContext
as long as their specification is the same. - SharedSchemaRepository() - Constructor for class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
- SharedSchemaRepository(String) - Constructor for class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
- SharedSchemaRepository(String, YangParserFactory) - Constructor for class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
- SharedSingletonMap<K,
V> - Class in org.opendaylight.yangtools.util -
Implementation of the
Map
interface which stores a single mapping. - SharedSingletonMapTemplate<K> - Class in org.opendaylight.yangtools.util
-
Template for instantiating
SharedSingletonMap
instances with a fixed key. - shortValue() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- shortValueExact() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Converts this
BigDecimal
to ashort
, checking for lost information. - shutdown() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- shutdownNow() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- SIGNALING - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:signaling
IetfTags
- SimpleNodeDataWithSchema<T extends DataSchemaNode> - Class in org.opendaylight.yangtools.yang.data.util
-
Utility class used for tracking parser state as needed by a StAX-like parser.
- SimpleQNameWithPredicate - Class in org.opendaylight.yangtools.yang.data.tree.leafref
- SimpleSchemaContext - Class in org.opendaylight.yangtools.yang.model.spi
-
Simple subclass of
AbstractSchemaContext
which performs some amount of indexing to speed up common SchemaContext operations. - SimpleSchemaContext(Collection<? extends Module>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- simpleSize() - Method in class org.opendaylight.yangtools.yang.data.util.codec.PrecomputedCodecCache
- singleEntry() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
-
Return the single entry contained in this object.
- singleQuoted(String) - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- SingletonSet<E> - Class in org.opendaylight.yangtools.util
-
A
Set
containing a single value. - SingletonSet() - Constructor for class org.opendaylight.yangtools.util.SingletonSet
- SingletonSpliterators - Class in org.opendaylight.yangtools.util
-
Utility methods for instantiating
Spliterator
s containing a single element. - size() - Method in class org.opendaylight.yangtools.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
- size() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- size() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MapNode
- size() - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedContainer
-
Return the logical size of this container body.
- size() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- size() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
Return the number of predicates present.
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- size() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- SLASH - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- SLASH - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- SLASH - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SLASH - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SLASH - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- SLASH - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Deref_exprContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Path_key_exprContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- SLASH() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Absolute_pathContext
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Rel_path_keyexprContext
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser.Relative_pathContext
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- SLASH(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.InstanceIdentifierContext
- SlimLeafListEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- SlimLeafListEffectiveStatement(LeafListStatement, QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>, ElementCountConstraint) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- SlimLeafListEffectiveStatement(EmptyLeafListEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- SlimLeafListEffectiveStatement(SlimLeafListEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.SlimLeafListEffectiveStatement
- SODIUM_SR1 - Enum constant in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Deprecated, for removal: This API element is subject to removal in a future version.This version cannot be written in and always required adaption. This version should not be relied upon, as it is subject to removal in a future version.
- SoftSchemaSourceCache<T extends SchemaSourceRepresentation> - Class in org.opendaylight.yangtools.yang.model.repo.spi
-
A simple
AbstractSchemaSourceCache
maintaining soft references. - SoftSchemaSourceCache(SchemaSourceRegistry, Class<T>) - Constructor for class org.opendaylight.yangtools.yang.model.repo.spi.SoftSchemaSourceCache
- SOFTWARE - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:software
IetfTags
- 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(Collection<? extends Module>) - Static method in class org.opendaylight.yangtools.yang.model.spi.ModuleDependencySort
-
Topological sort of module dependency graph.
- 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.spi.ModuleDependencySort
-
Topological sort of module dependency graph.
- source() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
source
record component. - source() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Returns the value of the
source
record component. - SOURCE - Static variable in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
-
A generated source file.
- SOURCE_LINKAGE - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Cross-source relationship resolution phase.
- SOURCE_LINKAGE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.SOURCE_LINKAGE
. - SOURCE_LOCAL_SPECIAL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Storage of the root statement of a particular source and any sources it is importing.
- SOURCE_PRE_LINKAGE - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Preliminary cross-source relationship resolution phase which collects available module names and module namespaces.
- SOURCE_PRE_LINKAGE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.SOURCE_PRE_LINKAGE
. - SourceException - Exception in org.opendaylight.yangtools.yang.parser.spi.source
-
Thrown to indicate error in YANG model source.
- SourceException(String, CommonStmtCtx) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified message and source.
- SourceException(String, CommonStmtCtx, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified message and 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(CommonStmtCtx, 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(CommonStmtCtx, 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.
- SourceException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified source and a formatted message.
- SourceException(StatementSourceReference, Throwable, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Create a new instance with the specified source and a formatted message.
- SourceExceptionParser - Class in org.opendaylight.yangtools.yang.parser.rfc7950.antlr
-
Utility class for converting ANTLRErrorListener errors to SourceExceptions.
- SourceGroupingNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses
- SourceIdentifier - Record Class in org.opendaylight.yangtools.yang.model.repo.api
-
Base class of YANG Schema source identifiers.
- SourceIdentifier(String) - Constructor for record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Creates new YANG Schema source identifier for sources without a revision.
- SourceIdentifier(String, String) - Constructor for record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Creates new YANG Schema source identifier for sources with or without a revision.
- SourceIdentifier(String, Revision) - Constructor for record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Creates new YANG Schema source identifier for sources with or without a revision.
- SourceIdentifier(UnresolvedQName.Unqualified) - Constructor for record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Creates new YANG Schema source identifier for sources without a revision.
- SourceIdentifier(UnresolvedQName.Unqualified, Revision) - Constructor for record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Creates new YANG Schema source identifier for sources with or without a revision.
- sourceLocal(ParserNamespace<K, V>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates source-local namespace behaviour for supplied namespace type.
- sourceReference() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.CommonStmtCtx
-
Returns a reference to statement source.
- SpecialExecutors - Class in org.opendaylight.yangtools.util.concurrent
-
Factory methods for creating
ExecutorService
instances with specific configurations. - spliterator() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- spliterator() - Method in class org.opendaylight.yangtools.util.SingletonSet
- spliterator() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
- SQUOT_END - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SQUOT_END - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SQUOT_END - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- SQUOT_END - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- SQUOT_END() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SQUOT_END() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
- SQUOT_END(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SQUOT_START - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SQUOT_START - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SQUOT_START - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- SQUOT_START - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- SQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- SQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- SQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- SQUOT_STRING() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SQUOT_STRING() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.QuotedStringContext
- SQUOT_STRING(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- SQUOT_STRING_MODE - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- SQUOT_STRING_MODE - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- stack() - Method in record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Returns the value of the
stack
record component. - STAR - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- STAR - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- STAR() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- STAR(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Start emitting a new anydata node identified by name.
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startAnydataNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of anyxml node event.
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startAnyxmlNode(YangInstanceIdentifier.NodeIdentifier, Class<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- 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.LoggingNormalizedNodeStreamWriter
- startChoiceNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- 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, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startColumn() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
-
Return the column number on which this statement's keyword has its first character, counting from 0.
- startColumn() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationInText
-
Return the column where the declaration starts.
- startContainerNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startContainerNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- 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) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of leaf node event.
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startLeafNode(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startLeafSet(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- 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.LoggingNormalizedNodeStreamWriter
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of system-ordered leaf set (leaf-list).
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a leaf set entry node.
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startLeafSetEntryNode(YangInstanceIdentifier.NodeWithValue<?>) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startLine() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
-
Return the line number on which this statement's keyword has its first character, counting from 1.
- startLine() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationInText
-
Return the line where the declaration starts.
- startList(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startListItem(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.util.NormalizedNodeStreamWriterStack
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- 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) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startMapEntryNode(YangInstanceIdentifier.NodeIdentifierWithPredicates, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of map node event.
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startMountPoint(MountPointLabel, MountPointContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter.MountPointExtension
-
Start a new mount point with a specific mount point context.
- startMountPoint(MountPointLabel, MountPointContext) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startMountPoint(MountPointLabel, MountPointContext) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMountPointNormalizedNodeStreamWriter
- 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.LoggingNormalizedNodeStreamWriter
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startOrderedLeafSet(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits a start of a user-ordered 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.LoggingNormalizedNodeStreamWriter
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of map node event.
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startOrderedMapNode(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- STARTS_WITH - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- 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.LoggingNormalizedNodeStreamWriter
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Emits start of unkeyed list node event.
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startUnkeyedList(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.LoggingNormalizedNodeStreamWriter
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- 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) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- startUnkeyedListItem(YangInstanceIdentifier.NodeIdentifier, int) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
- statement() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.FileContext
- statement() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- statement() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- statement(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- STATEMENT_DEFINITION - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
- STATEMENT_DEFINITION - Static variable in class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase.ExecutionOrder
-
Corresponds to
ModelProcessingPhase.STATEMENT_DEFINITION
. - STATEMENT_LOCAL - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Storage of a single statement.
- StatementContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.StatementContext
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.AugmentIdentifierEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.AugmentIdentifierStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextInstanceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextInstanceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextReferenceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.ContextReferenceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.InstanceTargetEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.InstanceTargetStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.MountEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.MountStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.RpcContextReferenceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.odlext.model.api.RpcContextReferenceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.openconfig.model.api.OpenConfigVersionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.openconfig.model.api.OpenConfigVersionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6241.model.api.GetFilterElementAttributesEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6241.model.api.GetFilterElementAttributesStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyAllEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyAllStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyWriteEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6536.model.api.DefaultDenyWriteStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.AliasEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.AliasStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DefValEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DefValStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DisplayHintEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.DisplayHintStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.ImpliedEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.ImpliedStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.MaxAccessEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.MaxAccessStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.OidEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.OidStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.SubIdEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc6643.model.api.SubIdStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc7952.model.api.AnnotationStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8639.model.api.SubscriptionStateNotificationEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8639.model.api.SubscriptionStateNotificationStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8819.model.api.ModuleTagEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
-
Statement Definition of this statement.
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ActionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnydataEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnydataStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AnyxmlStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ArgumentStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.AugmentStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BaseEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BaseStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BelongsToStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.BitStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.CaseEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.CaseStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ChoiceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ConfigStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContactEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContactStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ContainerStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DefaultStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DescriptionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DescriptionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviateEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviateStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.DeviationStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.EnumStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorAppTagStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorMessageEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ErrorMessageStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ExtensionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ExtensionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FeatureEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FeatureStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FractionDigitsEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.FractionDigitsStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.GroupingEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.GroupingStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IdentityStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ImportStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.IncludeStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.InputEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.InputStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.KeyEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.KeyStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafListStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LeafStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LengthEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.LengthStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ListStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MandatoryStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MaxElementsEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MaxElementsStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MinElementsEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MinElementsStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModifierEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModifierStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.MustStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NamespaceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NamespaceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.NotificationStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrderedByEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrderedByStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrganizationEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OrganizationStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OutputEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.OutputStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PathEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PathStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PatternStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PositionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PositionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PrefixEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PrefixStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PresenceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.PresenceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RangeEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RangeStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ReferenceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ReferenceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RefineStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RequireInstanceEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RequireInstanceStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionDateEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionDateStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RevisionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.RpcStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.StatusEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.StatusStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.SubmoduleStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypeStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UniqueEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UniqueStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnitsEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UnitsStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.UsesStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ValueEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ValueStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.WhenStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YangVersionEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YangVersionStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YinElementEffectiveStatement
- statementDefinition() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.YinElementStatement
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.UnrecognizedStatementImpl
- statementDefinition() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.ForwardingDeclaredStatement
- StatementDefinition - Interface in org.opendaylight.yangtools.yang.model.api.meta
-
Definition / model of YANG
DeclaredStatement
andEffectiveStatement
. - statementDefinitionOverrideOf(StatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.OverrideChildStatementSupport
-
Returns unknown statement form of a regular YANG statement supplied as a parameter to the method.
- StatementDefinitions - Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Module-specific namespace for holding
StatementDefinition
s defined by extension statements. - StatementFactory<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
An entity capable of creating
DeclaredStatement
andEffectiveStatement
instances for a particular type. - statementLocal(ParserNamespace<K, V>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- statementName() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- statementOrigin() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Returns
StatementOrigin
, which denotes if statement was explicitly declared in original model or inferred during semantic processing of model. - statementOrigin() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- statementOrigin() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
- statementOrigin() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.StatementSourceReference
-
Returns the
StatementOrigin
associated with this reference. - StatementOrigin - Enum Class in org.opendaylight.yangtools.yang.model.api.meta
-
Enumeration of possible origins of a statement.
- StatementParserMode - Enum Class in org.opendaylight.yangtools.yang.model.repo.api
- statementPath() - Method in interface org.opendaylight.yangtools.yang.model.api.EffectiveStatementInference
- statementPath() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
- statementPath() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference
- statementPath() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath
- statementPath() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack.Inference
- statements() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
-
Return this statement's substatements.
- StatementSourceReference - Class in org.opendaylight.yangtools.yang.parser.spi.source
-
Reference of statement source.
- StatementSourceReference() - Constructor for class org.opendaylight.yangtools.yang.parser.spi.source.StatementSourceReference
- statementsToBuild(EffectiveStmtCtx.Current<A, D>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
-
Give statement support a hook to transform statement contexts before they are built.
- statementsToBuild(EffectiveStmtCtx.Current<SchemaNodeIdentifier, AugmentStatement>, Stream<? extends StmtContext<?, ?, ?>>) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.augment.AugmentStatementRFC7950Support
- 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>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
Support for processing concrete YANG statement.
- StatementSupport(StatementDefinition, StatementSupport.StatementPolicy<A, D>) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- StatementSupport(StatementSupport<A, D, E>) - Constructor for class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
- StatementSupport.CopyPolicy - Enum Class in org.opendaylight.yangtools.yang.parser.spi.meta
-
Statement context copy policy, indicating how should reactor handle statement copy operations.
- StatementSupport.StatementEquality<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
Abstract base class for comparators associated with statements with a
StatementSupport.CopyPolicy.DECLARED_COPY
copy policy. - StatementSupport.StatementPolicy<A,
D extends DeclaredStatement<A>> - Class in org.opendaylight.yangtools.yang.parser.spi.meta -
A baseline class for implementing the
StatementFactory.canReuseCurrent(Current, Current, List)
contract in a manner which is consistent with a statement'sStatementSupport.CopyPolicy
. - StatementSupportBundle - Class in org.opendaylight.yangtools.yang.parser.spi.meta
- StatementSupportBundle.Builder - Class in org.opendaylight.yangtools.yang.parser.spi.meta
- StatementWriter - Interface in org.opendaylight.yangtools.yang.parser.spi.source
- StatementWriter.ResumedStatement - Interface in org.opendaylight.yangtools.yang.parser.spi.source
-
Resumed statement state.
- status(boolean) - Static method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Returns a builder based on the given status.
- Status - Enum Class in org.opendaylight.yangtools.yang.model.api
-
Enumeration describing YANG 'status' statement.
- STATUS - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- StatusEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
status
statement. - StatusStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
status
statement. - StatusStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- StatusStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.StatusStatementSupport
- step() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- step() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- step(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.RelativeLocationPathContext
- StepContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.StepContext
- StmtContext<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
An inference context associated with an instance of a statement.
- StmtContext.Mutable<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
An mutable view of an inference context associated with an instance of a statement.
- StmtContextCompat - Interface in org.opendaylight.yangtools.yang.parser.spi.meta
-
Intermediate compatibility interface between
StmtContext
andEffectiveStmtCtx.Current
. - StmtContextUtils - Class in org.opendaylight.yangtools.yang.parser.spi.meta
- storeStatement(int, boolean) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementWriter
-
Store a defined statement, hinting at the number of children it is expected to have and indicating whether it has been fully defined.
- StoreTreeNode<C extends StoreTreeNode<C>> - Interface in org.opendaylight.yangtools.yang.data.api.schema.tree
-
A tree node which has references to its child leaves.
- StoreTreeNodes - Class in org.opendaylight.yangtools.yang.data.api.schema.tree
-
A set of utility methods for interacting with
StoreTreeNode
objects. - stream() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
- streamAll(ContainerSchemaNode) - Static method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointSchemaNode
-
Find all mount points defined in a
ContainerSchemaNode
. - streamAll(ListSchemaNode) - Static method in interface org.opendaylight.yangtools.rfc8528.model.api.MountPointSchemaNode
-
Find all mount points defined in a
ListSchemaNode
. - streamDeclaredSubstatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement
-
Find all declared substatements of specified type and return them as a stream.
- streamEffectiveSubstatements(Class<T>) - Method in interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
-
Find all effective substatements of specified type and return them as a stream.
- streamListeners() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
- streamNormalizedNode(NormalizedNodeStreamWriter) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataInput
-
Interpret current stream position as a NormalizedNode, stream its events into a NormalizedNodeStreamWriter.
- streamObjects() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- streamRegistrations() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- streamSubIdentifiers() - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- strictInstance(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.path.PathStatementSupport
- string() - Method in class org.opendaylight.yangtools.yang.ir.IRArgument.Single
-
Significant portion of this argument.
- STRING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- STRING - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
string
built-in type. - STRING_FORMAT_PATTERN - Static variable in class org.opendaylight.yangtools.yang.common.Revision
-
String format pattern, which can be used to match parts of a string into components.
- STRING_LENGTH - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- 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
- StringCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- stringLiteral() - Method in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
- 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.ri.type.BaseTypes
- StringTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- StringTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains method for getting data from the
string
YANG built-in type. - StringYangTextSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
-
A
YangTextSchemaSource
with content readily available. - StringYangTextSchemaSource(SourceIdentifier, String) - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.StringYangTextSchemaSource
- StringYangTextSchemaSource(SourceIdentifier, String, String) - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.StringYangTextSchemaSource
- SUB_ID - Enum constant in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
- SubIdEffectiveStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- SubIdSchemaNode - Interface in org.opendaylight.yangtools.rfc6643.model.api
- SubIdStatement - Interface in org.opendaylight.yangtools.rfc6643.model.api
- SubIdStatementSupport - Class in org.opendaylight.yangtools.rfc6643.parser
- SubIdStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc6643.parser.SubIdStatementSupport
- submit(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- submit(Runnable) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
- submit(Runnable, T) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- submit(Runnable, T) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
- submit(Callable<T>) - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- submit(Callable<T>) - Method in class org.opendaylight.yangtools.util.concurrent.DeadlockDetectingListeningExecutorService
- submitNotification(L, N) - Method in class org.opendaylight.yangtools.util.concurrent.EqualityQueuedNotificationManager
- submitNotification(L, N) - Method in interface org.opendaylight.yangtools.util.concurrent.NotificationManager
-
Submits a notification to be queued and dispatched to the given listener.
- submitNotifications(L, Iterable<N>) - Method in class org.opendaylight.yangtools.util.concurrent.EqualityQueuedNotificationManager
- submitNotifications(L, Iterable<N>) - Method in interface org.opendaylight.yangtools.util.concurrent.NotificationManager
-
Submits notifications to be queued and dispatched to the given listener.
- Submodule - Interface in org.opendaylight.yangtools.yang.model.api
-
This interface contains the methods for getting the data from the YANG submodule.
- SUBMODULE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- SUBMODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- SUBMODULE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Submodule equivalent of
ParserNamespaces.MODULE
. - SubmoduleEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Representation of
submodule
statement. - submodules() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement
-
All submodules included in this module, directly or transitively.
- submodules() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns the value of the
submodules
record component. - SubmoduleStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
submodule
statement. - SubmoduleStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- SubmoduleStatementImpl(String, UnresolvedQName.Unqualified, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.SubmoduleStatementImpl
- SubmoduleStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.submodule
- SubscribedNotificationsConstants - Class in org.opendaylight.yangtools.rfc8639.model.api
-
Constants associated with RFC8639.
- SubscribedNotificationsStatements - Enum Class in org.opendaylight.yangtools.rfc8639.model.api
-
StatementDefinition
s for statements defined by RFC8639. - SUBSCRIPTION_STATE_NOTIFICATION - Enum constant in enum class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsStatements
- SubscriptionStateNotificationEffectiveStatement - Interface in org.opendaylight.yangtools.rfc8639.model.api
- SubscriptionStateNotificationStatement - Interface in org.opendaylight.yangtools.rfc8639.model.api
- SubscriptionStateNotificationStatementSupport - Class in org.opendaylight.yangtools.rfc8639.parser
- SubscriptionStateNotificationStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc8639.parser.SubscriptionStateNotificationStatementSupport
- SubstatementIndexingException - Exception in org.opendaylight.yangtools.yang.model.spi.meta
-
Exception thrown when indexing of substatements of either a
AbstractDeclaredEffectiveStatement
orAbstractUndeclaredEffectiveStatement
fails. - SubstatementIndexingException(String) - Constructor for exception org.opendaylight.yangtools.yang.model.spi.meta.SubstatementIndexingException
- substatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
- substatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- substatementValidator() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
-
Returns corresponding substatement validator of a statement support.
- SubstatementValidator - Class in org.opendaylight.yangtools.yang.parser.spi.meta
- SubstatementValidator.Builder - Class in org.opendaylight.yangtools.yang.parser.spi.meta
- SUBSTRING - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- SUBSTRING_AFTER - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- SUBSTRING_BEFORE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- SUBTREE_MODIFIED - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
A child node, either direct or indirect, has been modified.
- 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.
- SUM - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- support() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
-
Return the
CanonicalValue
associated with this type. - support() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- support() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Decimal64.Support
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint16.Support
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint32.Support
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint64.Support
- Support() - Constructor for class org.opendaylight.yangtools.yang.common.Uint8.Support
- SUPPORTED_AUGMENT_TARGETS - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Whether a node is suitable target for augment operation.
- SUPPORTED_AUGMENT_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
- SUPPORTED_CASE_SHORTHANDS - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Whether a case shorthand can be created for a node.
- SUPPORTED_CASE_SHORTHANDS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
Deprecated, for removal: This API element is subject to removal in a future version.
- SUPPORTED_DATA_NODES - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Whether a node is data node.
- SUPPORTED_DATA_NODES - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
- SUPPORTED_DEVIATION_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
-
Deprecated.This is an implementation leak from statement support and will be removed in next major version.
- SUPPORTED_FEATURES - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- SUPPORTED_FEATURES - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
- SUPPORTED_REFINE_SUBSTATEMENTS - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Whether a node is suitable refine substatement.
- SUPPORTED_REFINE_SUBSTATEMENTS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
- SUPPORTED_REFINE_TARGETS - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Whether a node is suitable target for refine operation.
- SUPPORTED_REFINE_TARGETS - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.YangValidationBundles
- supportedExtensions() - Method in interface org.opendaylight.yangtools.concepts.ExtensibleObject
-
Return currently-supported extensions.
- supportedExtensions() - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.ForwardingNormalizedNodeStreamWriter
- supportedExtensions() - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONNormalizedNodeStreamWriter
- supportedExtensions() - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XMLStreamNormalizedNodeStreamWriter
- supportedExtensions() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMetadataNormalizedNodeStreamWriter
- supportedExtensions() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableMountPointNormalizedNodeStreamWriter
- supportedImportResolutionModes() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParserFactory
-
Return enumeration of
ImportResolutionMode
s supported by this factory. - supportedImportResolutionModes() - Method in class org.opendaylight.yangtools.yang.parser.impl.DefaultYangParserFactory
- supportedRepresentations() - Method in interface org.opendaylight.yangtools.yang.model.repo.api.SchemaSourceFilter
-
Get the representations this filter supports.
- supportedSourceRepresentations() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangLibResolver
-
Return enumeration of concrete types of
SchemaSourceRepresentation
this resolver supports. - supportedSourceRepresentations() - Method in interface org.opendaylight.yangtools.yang.parser.api.YangParser
-
Return enumeration of concrete types of
SchemaSourceRepresentation
parsers created from this factory support. - supportedSourceRepresentations() - Method in class org.opendaylight.yangtools.yang.parser.impl.DefaultYangLibResolver
- syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
- SYSTEM - Enum constant in enum class org.opendaylight.yangtools.yang.common.Ordering
-
The equivalent of
ordered-by system
. - SYSTEM_MANAGEMENT - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:system-management
IetfTags
- SystemLeafSetNode<T> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
LeafSetNode
which does not preserve user-supplied ordering. - SystemMapNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
MapNode
which additionally preserves user-supplied ordering.
T
- T__0 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- T__0 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- T__1 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- T__1 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- T__2 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- T__2 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- T__3 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- T__3 - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- tag() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this error's tag.
- tag() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this error's tag.
- tag(ErrorTag) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
tag
attribute. - tag(ErrorTag) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.TagBuildStage
-
Initializes the value for the
tag
attribute. - Tag - Record Class in org.opendaylight.yangtools.rfc8819.model.api
- Tag(String) - Constructor for record class org.opendaylight.yangtools.rfc8819.model.api.Tag
-
Creates an instance of a
Tag
record class. - takeSnapshot() - Method in interface org.opendaylight.yangtools.yang.data.tree.api.ReadOnlyDataTree
-
Take a read-only point-in-time snapshot of the tree.
- takeSnapshot() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- takeSnapshot(Map<K, V>) - Method in class org.opendaylight.yangtools.util.MapAdaptor
-
Input is treated is supposed to be left unmodified, result must be mutable.
- TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
-
Value of
10
. - TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
-
Value of
10
. - TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
-
Value of
10
. - TEN - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
-
Value of
10
. - test(FeatureSet) - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- TEXT - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
A
text
. - TextToIRTransformer - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
- ThreadFactoryProvider - Class in org.opendaylight.yangtools.util.concurrent
-
Builder for
ThreadFactory
. - ThreadFactoryProvider() - Constructor for class org.opendaylight.yangtools.util.concurrent.ThreadFactoryProvider
- throwIf(boolean, CommonStmtCtx, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
-
Throw an instance of this exception if an expression evaluates to true.
- throwIf(boolean, CommonStmtCtx, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an expression evaluates to true.
- throwIf(boolean, StatementSourceReference, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.meta.InferenceException
-
Throw an instance of this exception if an expression evaluates to true.
- throwIf(boolean, StatementSourceReference, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an expression evaluates to true.
- throwIfNull(T, CommonStmtCtx, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an object is null.
- throwIfNull(T, StatementSourceReference, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an object is null.
- ThrowsMethodExceptionAnswer - Class in org.opendaylight.yangtools.testutils.mockito
-
Mockito Answer which for un-stubbed methods throws an UnstubbedMethodException (instead of Mockito's default of returning null).
- toArray() - Method in class org.opendaylight.yangtools.util.EmptyDeque
- toArray() - Method in class org.opendaylight.yangtools.util.SingletonSet
- toArray() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- toArray(T[]) - Method in class org.opendaylight.yangtools.util.EmptyDeque
- toArray(T[]) - Method in class org.opendaylight.yangtools.util.SingletonSet
- toArray(T[]) - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- toBiMap() - Method in class org.opendaylight.yangtools.yang.model.util.ModuleNameNamespaceContext
-
Convert this object to an equivalent
BiMapYangNamespaceContext
. - toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.CachingDerivedString
- toCanonicalString() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
-
Return the canonical string representation of this value.
- toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- toCanonicalString() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- toCompletableFuture() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Transform this object into an immediately-completed
CompletableFuture
. - toContainerLike() - Method in interface org.opendaylight.yangtools.rfc8040.model.api.YangDataSchemaNode
-
Return a
ContainerLike
backed by this definition'sDataNodeContainer.getChildNodes()
. - toContainerLike() - Method in interface org.opendaylight.yangtools.yang.model.api.NotificationDefinition
-
Return a
ContainerLike
backed by this definition'sDataNodeContainer.getChildNodes()
. - toContainerLike() - Method in interface org.opendaylight.yangtools.yang.model.api.OperationDefinition
-
Return a
ContainerLike
backed by this definition'sOperationDefinition.getInput()
andOperationDefinition.getOutput()
. - toFlags() - Method in class org.opendaylight.yangtools.yang.model.spi.meta.EffectiveStatementMixins.EffectiveStatementWithFlags.FlagsBuilder
- toFluentFuture() - Method in class org.opendaylight.yangtools.concepts.CheckedValue
-
Transform this object into an immediately-completed
FluentFuture
. - toGuava() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Convert this value to an
UnsignedInteger
. - toGuava() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Convert this value to an
UnsignedLong
. - toHumanReadable() - Method in interface org.opendaylight.yangtools.yang.model.api.meta.DeclarationReference
-
Returns human readable representation of this reference.
- toHumanReadable() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- toInference() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Return an
SchemaInferenceStack.Inference
equivalent of current state. - toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
Convert this value to an
int
. - toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Convert this value to a
long
. - toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Convert this value to a
BigInteger
. - toJava() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
Convert this value to a
short
. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
-
Deprecated.Use
IfFeatureExpressionLexer.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
-
Deprecated.Use
IfFeatureExpressionParser.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
-
Deprecated.Use
LeafRefPathLexer.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
-
Deprecated.Use
LeafRefPathParser.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
-
Deprecated.Use
YangStatementLexer.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
-
Deprecated.Use
YangStatementParser.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
-
Deprecated.Use
instanceIdentifierLexer.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
-
Deprecated.Use
instanceIdentifierParser.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
-
Deprecated.Use
xpathLexer.VOCABULARY
instead. - tokenNames - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
-
Deprecated.Use
xpathParser.VOCABULARY
instead. - toModifiableMap() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- toModifiableMap() - Method in interface org.opendaylight.yangtools.util.UnmodifiableMapPhase
-
Return an isolated modifiable version of this map.
- TOO_BIG - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
too-big
ErrorTag
. - toOptimized() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
-
Return an optimized version of this identifier, useful when the identifier will be used very frequently.
- TopologicalSort - Class in org.opendaylight.yangtools.util
-
Utility class that provides topological sort.
- TopologicalSort.Edge - Interface in org.opendaylight.yangtools.util
-
Interface for edges in graph that can be sorted topologically.
- TopologicalSort.EdgeImpl - Class in org.opendaylight.yangtools.util
-
Basic Edge implementation.
- TopologicalSort.Node - Interface in org.opendaylight.yangtools.util
-
Interface for nodes in graph that can be sorted topologically.
- TopologicalSort.NodeImpl - Class in org.opendaylight.yangtools.util
-
Basic Node implementation.
- toPrecomputed() - Method in class org.opendaylight.yangtools.yang.data.util.codec.LazyCodecCache
- toRelativeString(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- toRelativeString(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- toRelativeString(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
-
Return the string representation of this object for use in context provided by a previous object.
- toSaturatedUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- toSaturatedUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- toSaturatedUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- toSchemaInferenceStack() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack.Inference
-
Convert this inference into a
SchemaInferenceStack
. - toSchemaNodeIdentifier() - Method in interface org.opendaylight.yangtools.yang.model.api.SchemaTreeInference
-
Return the
SchemaNodeIdentifier.Absolute
which resulted in this inference. - toSchemaNodeIdentifier() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Convert current state into an absolute schema node identifier.
- toSchemaTreeInference() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
-
Return an
SchemaTreeInference
equivalent of current state. - toString() - Method in class org.opendaylight.yangtools.concepts.AbstractDelegator
- toString() - Method in class org.opendaylight.yangtools.concepts.AbstractIdentifiable
- toString() - Method in class org.opendaylight.yangtools.concepts.AbstractRegistration
- toString() - Method in class org.opendaylight.yangtools.concepts.Either
- toString() - Method in interface org.opendaylight.yangtools.concepts.Identifier
- toString() - Method in class org.opendaylight.yangtools.concepts.NoOpObjectRegistration
- toString() - Method in class org.opendaylight.yangtools.concepts.PrettyTree
- toString() - Method in record class org.opendaylight.yangtools.concepts.SemVer
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedFile
- toString() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFilePath
- toString() - Method in class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileType
- toString() - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- toString() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.util.AbstractIdentifier
- toString() - Method in class org.opendaylight.yangtools.util.concurrent.AsyncNotifyingListeningExecutorService
- toString() - Method in class org.opendaylight.yangtools.util.concurrent.CachedThreadPoolExecutor
- toString() - Method in class org.opendaylight.yangtools.util.concurrent.FastThreadPoolExecutor
- toString() - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Prints the immutable value
ThreadFactoryProvider
with attribute values. - toString() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- toString() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
- toString() - Method in class org.opendaylight.yangtools.util.ListenerRegistry
- toString() - Method in class org.opendaylight.yangtools.util.ObjectRegistry
- toString() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- toString() - Method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
- toString() - Method in class org.opendaylight.yangtools.util.UnmodifiableCollection
- toString() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- toString() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
- toString() - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- toString() - Method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- toString() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
- toString() - Method in class org.opendaylight.yangtools.yang.common.DerivedString
- toString() - Method in class org.opendaylight.yangtools.yang.common.Empty
- toString() - Method in class org.opendaylight.yangtools.yang.common.ErrorTag
- toString() - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
-
Returns a string representation of this record class.
- toString() - Method in exception org.opendaylight.yangtools.yang.common.OperationFailedException
- toString() - Method in class org.opendaylight.yangtools.yang.common.QName
- toString() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
- toString() - Method in class org.opendaylight.yangtools.yang.common.Revision
- toString() - Method in class org.opendaylight.yangtools.yang.common.Uint16
- toString() - Method in class org.opendaylight.yangtools.yang.common.Uint32
- toString() - Method in class org.opendaylight.yangtools.yang.common.Uint64
- toString() - Method in class org.opendaylight.yangtools.yang.common.Uint8
- toString() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- toString() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- toString() - Method in class org.opendaylight.yangtools.yang.common.XMLNamespace
- toString() - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
-
Returns a string representation of this record class.
- toString() - Method in enum class org.opendaylight.yangtools.yang.common.YangVersion
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Prints the immutable value
YangNetconfError
with attribute values. - toString() - Method in record class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizationResult
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.YangErrorInfo
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeWithValue
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.PathArgument
- toString() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier
- toString() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyAugmentationIdentifier
-
Deprecated.Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.yangtools.yang.data.codec.binfmt.LegacyMountPointIdentifier
-
Deprecated.Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata
- toString() - Method in record class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountPoint
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- toString() - Method in class org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
- toString() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- toString() - Method in class org.opendaylight.yangtools.yang.data.tree.impl.node.TreeNode
- toString() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.SimpleQNameWithPredicate
- toString() - Method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefPath
- toString() - Method in record class org.opendaylight.yangtools.yang.data.util.AbstractMountPointContextFactory.MountPointDefinition
-
Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.yangtools.yang.data.util.DataSchemaContextTree.NodeAndStack
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.ir.IRStatement
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.ElementCountConstraint
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractStatementDefinition
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.meta.ArgumentDefinition
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.PathExpression.Steps
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.FeatureSet
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.IfFeatureExpr
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.PatternExpression
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.SchemaNodeIdentifier
- toString() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.UnresolvedNumber
- toString() - Method in class org.opendaylight.yangtools.yang.model.export.YangTextSnippet
- toString() - Method in class org.opendaylight.yangtools.yang.model.repo.api.SchemaContextFactoryConfiguration
- toString() - Method in exception org.opendaylight.yangtools.yang.model.repo.api.SchemaResolutionException
- toString() - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
- toString() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
- toString() - Method in class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- toString() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveModelContextProvider
- toString() - Method in class org.opendaylight.yangtools.yang.model.spi.AbstractPathExpression
- toString() - Method in class org.opendaylight.yangtools.yang.model.spi.SimpleSchemaContext
- toString() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy.ModuleId
- toString() - Method in class org.opendaylight.yangtools.yang.model.util.FilteringSchemaContextProxy
- toString() - Method in class org.opendaylight.yangtools.yang.model.util.SchemaInferenceStack
- toString() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Returns a string representation of this record class.
- toString() - Method in record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Returns a string representation of this record class.
- toString() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
- toString() - Method in exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- toString() - Method in class org.opendaylight.yangtools.yang.parser.repo.SharedSchemaRepository
- toString() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo.ModuleDependencyInfo
- toString() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangModelDependencyInfo.SubmoduleDependencyInfo
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStatementState
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ForwardingStatementSupport
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceKeyCriterion
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.ParserNamespace
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ExplicitStatement
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.ImplicitSubstatement
- toString() - Method in class org.opendaylight.yangtools.yang.parser.spi.source.StatementSourceReference
-
Returns human readable representation of statement source.
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangBinaryExpr
- toString() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFilterExpr
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangFunctionCallExpr
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLiteralExpr
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath.Step
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangLocationPath
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNaryExpr
- toString() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangNegateExpr
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangPathExpr
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Resolved
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr.Unresolved
- toString() - Method in class org.opendaylight.yangtools.yang.xpath.api.YangVariableReferenceExpr
- toString() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
- toString() - Method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
- toString(BinaryTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BinaryTypeDefinition
- toString(BitsTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BitsTypeDefinition
- toString(BooleanTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.BooleanTypeDefinition
- toString(EmptyTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EmptyTypeDefinition
- toString(EnumTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.EnumTypeDefinition
- toString(IdentityrefTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.IdentityrefTypeDefinition
- toString(InstanceIdentifierTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.InstanceIdentifierTypeDefinition
- toString(Int16TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int16TypeDefinition
- toString(Int32TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int32TypeDefinition
- toString(Int64TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int64TypeDefinition
- toString(Int8TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Int8TypeDefinition
- toString(LeafrefTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.LeafrefTypeDefinition
- toString(StringTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.StringTypeDefinition
- toString(Uint16TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint16TypeDefinition
- toString(Uint32TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint32TypeDefinition
- toString(Uint64TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint64TypeDefinition
- toString(Uint8TypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.Uint8TypeDefinition
- toString(Method) - Static method in class org.opendaylight.yangtools.testutils.mockito.MethodExtensions
- toString(DecimalTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.DecimalTypeDefinition
- toString(UnionTypeDefinition) - Static method in interface org.opendaylight.yangtools.yang.model.api.type.UnionTypeDefinition
- toStringTree(NormalizedNode) - Static method in class org.opendaylight.yangtools.yang.data.api.schema.NormalizedNodes
-
Convert a data subtree under a node into a human-readable string format.
- toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Convert this value to a
Uint16
. - toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Convert this value to a
Uint16
. - toUint16() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
Convert this value to a
Uint16
. - toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
Convert this value to a
Uint32
. - toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Convert this value to a
Uint64
. - toUint32() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
Convert this value to a
Uint32
. - toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
Convert this value to a
Uint64
. - toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Convert this value to a
Uint64
. - toUint64() - Method in class org.opendaylight.yangtools.yang.common.Uint8
-
Convert this value to a
Uint64
. - toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint16
-
Convert this value to a
Uint8
. - toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint32
-
Convert this value to a
Uint8
. - toUint8() - Method in class org.opendaylight.yangtools.yang.common.Uint64
-
Convert this value to a
Uint8
. - toUnmodifiableMap() - Method in interface org.opendaylight.yangtools.util.ModifiableMapPhase
-
Return an isolated unmodifiable version of this map.
- toUnmodifiableMap() - Method in class org.opendaylight.yangtools.util.MutableOffsetMap
- toYangFilename() - Method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns filename for this YANG module as specified in RFC 6020.
- toYangFileName(String, Revision) - Static method in record class org.opendaylight.yangtools.yang.model.repo.api.SourceIdentifier
-
Returns filename for this YANG module as specified in RFC 6020.
- toYangTextSnippet(ModuleEffectiveStatement, DeclaredStatement<?>) - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter
-
Format specified statement into a
YangTextSnippet
. - toYangTextSnippet(SubmoduleEffectiveStatement, DeclaredStatement<?>) - Method in class org.opendaylight.yangtools.yang.model.export.DeclaredStatementFormatter
- TrackingLinkedBlockingQueue<E> - Class in org.opendaylight.yangtools.util.concurrent
-
A
LinkedBlockingQueue
that tracks the largest queue size for debugging. - TrackingLinkedBlockingQueue() - Constructor for class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- TrackingLinkedBlockingQueue(int) - Constructor for class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- TrackingLinkedBlockingQueue(Collection<? extends E>) - Constructor for class org.opendaylight.yangtools.util.concurrent.TrackingLinkedBlockingQueue
- transform(QName) - Method in class org.opendaylight.yangtools.transform.QNameTransformingStreamWriter
-
Transforms a QName to new mapping.
- transform(YinXmlSchemaSource) - Static method in class org.opendaylight.yangtools.yang.model.repo.api.YinDomSchemaSource
-
Create a
YinDomSchemaSource
from aYinXmlSchemaSource
. - transformQNames(NormalizedNode, Function<QName, QName>) - Static method in class org.opendaylight.yangtools.transform.NormalizedNodeTransformations
- transformSource(YinTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinTextToDomTransformer
- transformText(YangTextSchemaSource) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.TextToIRTransformer
- TRANSIENT - Enum constant in enum class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileLifecycle
-
Generated file should be transient and is not expected to be further modified.
- TRANSLATE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- TRANSPORT - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
A
NetconfLayer.TRANSPORT
layer error. - TRANSPORT - Enum constant in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
Transport protocol layer, for example BEEP, SSH, TLS, console.
- traverse(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlParserStream
-
This method traverses a
DOMSource
and emits node events into a NormalizedNodeStreamWriter based on the YANG-modeled data contained in the source. - TreeNode - Class in org.opendaylight.yangtools.yang.data.tree.impl.node
-
A very basic data tree node.
- treeScoped(ParserNamespace<K, V>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceBehaviour
-
Creates tree-scoped namespace behaviour for supplied namespace type.
- TreeType - Enum Class in org.opendaylight.yangtools.yang.data.tree.api
-
DataTree
type, specifying which YANG modeled content is valid with a data tree. - TRUE - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
We have an effective
config true
statement. - TRUE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
A constant
true
expression. - TRUE - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
- TRUE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyConfigStatement
- TRUE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyRequireInstanceStatement
- TRUE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyYinElementStatement
- TRUE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyConfigEffectiveStatement
- TRUE - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyRequireInstanceEffectiveStatement
- tryEvaluate(YangBinaryOperator, YangNumberExpr, YangNumberExpr) - Method in class org.opendaylight.yangtools.yang.xpath.api.AbstractYangXPathMathSupport
- tryEvaluate(YangBinaryOperator, YangNumberExpr, YangNumberExpr) - Method in interface org.opendaylight.yangtools.yang.xpath.api.YangXPathMathSupport
-
Attempt to evaluate an operator and its left- and right-handside.
- tryFirst() - Method in class org.opendaylight.yangtools.concepts.Either
- tryGracefulShutdown(ExecutorService, long, TimeUnit) - Static method in class org.opendaylight.yangtools.util.ExecutorServiceUtil
-
Tries to shutdown the given executor gracefully by awaiting termination for the given timeout period.
- tryLocalName(String) - Static method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
-
Try to create a new unqualified QName.
- trySchemaContext() - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- trySchemaContext(StatementParserMode) - Method in class org.opendaylight.yangtools.yang.parser.repo.YangTextSchemaContextResolver
- trySecond() - Method in class org.opendaylight.yangtools.concepts.Either
- TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
-
Value of
2
. - TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
-
Value of
2
. - TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
-
Value of
2
. - TWO - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
-
Value of
2
. - TWO_DOTS_SPLITTER - Static variable in class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.ArgumentUtils
- type() - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError
-
Return this error's type.
- type() - Method in interface org.opendaylight.yangtools.yang.data.api.YangNetconfError
-
Return this error's type.
- type(ErrorType) - Method in class org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.Builder
-
Initializes the value for the
type
attribute. - type(ErrorType) - Method in interface org.opendaylight.yangtools.yang.data.api.ImmutableYangNetconfError.TypeBuildStage
-
Initializes the value for the
type
attribute. - TYPE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- TYPE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.NamespaceBehaviours
- TYPE - Static variable in class org.opendaylight.yangtools.yang.parser.spi.ParserNamespaces
-
Derived types namespace.
- TypeAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Marker interface for SchemaNodes which store simple data, for which we have type information.
- TypeAwareCodec<T,
I, O> - Interface in org.opendaylight.yangtools.yang.data.util.codec -
A codec, which knows what the native representation for a particular data type is.
- TypeAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeBuilder<T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.model.ri.type
- TypedDataSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
A
DataSchemaNode
which holds values of the same type. - TYPEDEF - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- TypedefAwareEffectiveStatement<A,
D extends DeclaredStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt -
Interface implemented by all
EffectiveStatement
s which can contain atypedef
child. - TypedefEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective model statement which should be used to derive application behaviour related to
typedef
s. - TypedefEffectiveStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- TypedefEffectiveStatementImpl(TypedefStatement, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.TypedefEffectiveStatementImpl
- typeDefinition - Variable in class org.opendaylight.yangtools.yang.data.util.AbstractStringUnionCodec
- TypeDefinition<T extends TypeDefinition<?>> - Interface in org.opendaylight.yangtools.yang.model.api
-
YANG statement
typedef
contains also substatementsdefault
- default value which is compatible withtype
,type
- base type from which istypedef
derived,units
- textual information about units associated with this type. This interface contains the methods for getting the values of the arguments of substatements mentioned above. - TypeDefinitionAware - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Interface indicating an entity which acts as a holder of a
TypeDefinition
. - TypeDefinitionAwareCodec<J,
T extends TypeDefinition<T>> - Class in org.opendaylight.yangtools.yang.data.impl.codec - TypeDefinitionAwareCodec(T, Class<J>) - Constructor for class org.opendaylight.yangtools.yang.data.impl.codec.TypeDefinitionAwareCodec
- TypeDefinitions - Class in org.opendaylight.yangtools.yang.model.api.type
- typedefs() - Method in interface org.opendaylight.yangtools.yang.model.api.stmt.TypedefAwareEffectiveStatement
-
Mapping of
typedef
s defined within this node. - typedefs() - Method in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- TypedefStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
typedef
statement. - TypedefStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- TypedefStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.TypedefStatementSupport
- TypeEffectiveStatement<T extends TypeStatement> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective view of a
type
statement. - typeOf(LeafEffectiveStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.ConcreteTypes
- typeOf(LeafListEffectiveStatement) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.ConcreteTypes
- TypeStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
type
statement. - TypeStatement.BinarySpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.BitsSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.Decimal64Specification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.EnumSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.IdentityRefSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.InstanceIdentifierSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.LeafrefSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.NumericalRestrictions - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.StringRestrictions - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatement.UnionSpecification - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- TypeStatementRFC6020Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
- TypeStatementRFC6020Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC6020Support
- TypeStatementRFC7950Support - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type
-
Class providing necessary support for processing YANG 1.1 Type statement.
- TypeStatementRFC7950Support(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.type.TypeStatementRFC7950Support
U
- Uint16 - Class in org.opendaylight.yangtools.yang.common
-
Dedicated type for YANG's
type uint16
type. - Uint16(Uint16) - Constructor for class org.opendaylight.yangtools.yang.common.Uint16
- UINT16 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
uint16
built-in type. - Uint16.Support - Class in org.opendaylight.yangtools.yang.common
- uint16Codec(Uint16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- uint16Codec(Uint16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- uint16Codec(Uint16TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Uint16Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
A codec between Uint16 and some other representation.
- uint16Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Uint16TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from uint16 type.
- Uint32 - Class in org.opendaylight.yangtools.yang.common
-
Dedicated type for YANG's
type uint32
type. - Uint32(Uint32) - Constructor for class org.opendaylight.yangtools.yang.common.Uint32
- UINT32 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
uint32
built-in type. - Uint32.Support - Class in org.opendaylight.yangtools.yang.common
- uint32Codec(Uint32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- uint32Codec(Uint32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- uint32Codec(Uint32TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Uint32Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
A codec between Uint32 and some other representation.
- uint32Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Uint32TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from uint32 type.
- Uint64 - Class in org.opendaylight.yangtools.yang.common
-
Dedicated type for YANG's
type uint64
type. - Uint64(Uint64) - Constructor for class org.opendaylight.yangtools.yang.common.Uint64
- UINT64 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
uint64
built-in type. - Uint64.Support - Class in org.opendaylight.yangtools.yang.common
- uint64Codec(Uint64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- uint64Codec(Uint64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- uint64Codec(Uint64TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Uint64Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
A codec between Uint64 and some other representation.
- uint64Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Uint64TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from uint64 type.
- Uint8 - Class in org.opendaylight.yangtools.yang.common
-
Dedicated type for YANG's
type uint8
type. - Uint8(Uint8) - Constructor for class org.opendaylight.yangtools.yang.common.Uint8
- UINT8 - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
uint8
built-in type. - Uint8.Support - Class in org.opendaylight.yangtools.yang.common
- uint8Codec(Uint8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- uint8Codec(Uint8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- uint8Codec(Uint8TypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- Uint8Codec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
-
A codec between Uint8 and some other representation.
- uint8Type() - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- Uint8TypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Type definition derived from uint8 type.
- UintConversions - Class in org.opendaylight.yangtools.yang.common
- unaryExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.MultiplicativeExprContext
- unaryExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- UnaryExprNoRootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnaryExprNoRootContext
- unbind() - Method in class org.opendaylight.yangtools.yang.common.AbstractQName
-
Returns an
UnresolvedQName.Unqualified
identifier formed by capturingAbstractQName.getLocalName()
. - unbind() - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- UndeclaredCaseEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- UndeclaredCaseEffectiveStatement(ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- UndeclaredCaseEffectiveStatement(UndeclaredCaseEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredCaseEffectiveStatement
- UndeclaredInputEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- UndeclaredInputEffectiveStatement(ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredInputEffectiveStatement
- UndeclaredInputEffectiveStatement(UndeclaredInputEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredInputEffectiveStatement
- UndeclaredLeafEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- UndeclaredLeafEffectiveStatement(QName, int, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- UndeclaredLeafEffectiveStatement(UndeclaredLeafEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredLeafEffectiveStatement
- UndeclaredOutputEffectiveStatement - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff
- UndeclaredOutputEffectiveStatement(ImmutableList<? extends EffectiveStatement<?, ?>>, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- UndeclaredOutputEffectiveStatement(UndeclaredOutputEffectiveStatement, QName, int) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.UndeclaredOutputEffectiveStatement
- UndeclaredStatementFactory<A,
D extends DeclaredStatement<A>, E extends EffectiveStatement<A, D>> - Interface in org.opendaylight.yangtools.yang.parser.spi.meta -
An entity capable of creating undeclared
EffectiveStatement
instances for a particular type. - UndeclaredStatements - Class in org.opendaylight.yangtools.yang.model.ri.stmt
-
Static entry point to instantiating undeclared
EffectiveStatement
covered in theRFC7950
metamodel. - UNDETERMINED - Enum constant in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
We are in a context where
config
is not determined, such as within agrouping
. - uninstantiatedPolicy() - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractSchemaTreeStatementSupport
-
Return the
StatementSupport.StatementPolicy
corresponding to an uninstantiated YANG statement. - UNION - Enum constant in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Set union operator on operands.
- UNION - Static variable in class org.opendaylight.yangtools.yang.model.api.type.TypeDefinitions
-
Well-known QName of the
union
built-in type. - unionCodec(UnionTypeDefinition, List<JSONCodec<?>>) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- unionCodec(UnionTypeDefinition, List<XmlCodec<?>>) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- unionCodec(UnionTypeDefinition, List<T>) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- UnionCodec<T> - Interface in org.opendaylight.yangtools.yang.data.api.codec
- unionExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnaryExprNoRootContext
- unionExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- unionExprNoRoot() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- UnionExprNoRootContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.UnionExprNoRootContext
- unionTypeBuilder(QName) - Static method in class org.opendaylight.yangtools.yang.model.ri.type.BaseTypes
- UnionTypeBuilder - Class in org.opendaylight.yangtools.yang.model.ri.type
- UnionTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
-
Contains the method which access union item in the union type.
- UNIQUE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- UniqueConstraintException - Exception in org.opendaylight.yangtools.yang.data.tree.api
-
Exception thrown when a
unique
statement restrictions are violated. - UniqueConstraintException(YangInstanceIdentifier, Map<SchemaNodeIdentifier.Descendant, Object>, String) - Constructor for exception org.opendaylight.yangtools.yang.data.tree.api.UniqueConstraintException
- UniqueEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Interface describing YANG
unique
statement. - UniqueStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
unique
statement. - UniqueStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- UniqueStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UniqueStatementSupport
- UNITS - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- UnitsEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
units
statement. - UnitsStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
units
statement. - UnitsStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- UnitsStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.UnitsStatementSupport
- unkeyedListBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- unkeyedListBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- unkeyedListEntryBuilder() - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- unkeyedListEntryBuilder(int) - Static method in class org.opendaylight.yangtools.yang.data.impl.schema.Builders
- UnkeyedListEntryNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
List entry node, which does not have value, but child nodes.
- UnkeyedListNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Containment node, which contains
UnkeyedListEntryNode
of the same type, which may be quickly retrieved using key. - UNKNOWN_ATTRIBUTE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
unknown-element
ErrorTag
. - UNKNOWN_ELEMENT - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
unknown-element
ErrorTag
. - UNKNOWN_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.ErrorTag
-
unknown-namespace
ErrorTag
. - UNKNOWN_SIZE - Static variable in interface org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeStreamWriter
-
Methods in this interface allow users to hint the underlying implementation about the sizing of container-like constructors (leafLists, containers, etc.).
- unknownCodec(UnknownTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactory
- unknownCodec(UnknownTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.codec.xml.XmlCodecFactory
- unknownCodec(UnknownTypeDefinition) - Method in class org.opendaylight.yangtools.yang.data.util.codec.AbstractCodecFactory
- UnknownEffectiveStatement<A,
D extends UnknownStatement<A>> - Interface in org.opendaylight.yangtools.yang.model.api.stmt -
Effective counterpart to
UnknownStatement
. - UnknownSchemaNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains the methods for getting the details about the unknown node.
- UnknownStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
A statement not covered by the base metamodel, e.g.
- UnknownTypeDefinition - Interface in org.opendaylight.yangtools.yang.model.api.type
- unmaskList(Object) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractDeclaredStatement
-
Utility method for recovering singleton lists squashed by
AbstractModelStatement.maskList(ImmutableList)
. - unmaskList(Object) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
-
Utility method for recovering singleton lists squashed by
AbstractModelStatement.maskList(ImmutableList)
. - unmaskList(Object, Class<T>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
-
Utility method for recovering singleton lists squashed by
AbstractModelStatement.maskList(ImmutableList)
. - unmaskSet(Object, Class<T>) - Static method in class org.opendaylight.yangtools.yang.model.api.meta.AbstractEffectiveStatement
- UnmodifiableCollection<E> - Class in org.opendaylight.yangtools.util
-
An unmodifiable view over a
Collection
. - UnmodifiableMap<K,
V> - Class in org.opendaylight.yangtools.util -
An unmodifiable view over a
Map
. - UnmodifiableMapPhase<K,
V> - Interface in org.opendaylight.yangtools.util -
A
Map
which cannot be modified and supports efficient conversion to aModifiableMapPhase
. - unmodified(NormalizedNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Return an unmodified
DataTreeCandidateNode
identified by specifiedNormalizedNode
. - UNMODIFIED - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
Node is currently unmodified.
- unordered() - Static method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
Create an empty
MutableOffsetMap
which has unspecified iteration order. - unordered(Collection<K>) - Static method in class org.opendaylight.yangtools.util.ImmutableMapTemplate
-
Create a template which produces Maps with specified keys, with unconstrained iteration order.
- unordered(Collection<K>) - Static method in class org.opendaylight.yangtools.util.ImmutableOffsetMapTemplate
-
Create a template which produces Maps with specified keys, with unconstrained iteration order.
- unordered(K) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMapTemplate
-
Create a template which produces Maps with specified key.
- unorderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
-
Create an
ImmutableOffsetMap
as a copy of an existing map. - unorderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.MutableOffsetMap
-
Create a
MutableOffsetMap
of the specified map, potentially with a different iteration order. - unorderedCopyOf(Map<K, V>) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
Create a
SharedSingletonMap
from specified single-element map, which does not retain insertion order when transformed viaUnmodifiableMapPhase.toModifiableMap()
. - unorderedOf(K, V) - Static method in class org.opendaylight.yangtools.util.SharedSingletonMap
-
Create a
SharedSingletonMap
of specifiedkey
andvalue
, which does not retain insertion order when transformed viaUnmodifiableMapPhase.toModifiableMap()
. - unquoted(String) - Static method in class org.opendaylight.yangtools.yang.ir.IRArgument
- unquotedString() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.ArgumentContext
- unquotedString() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- UnquotedStringContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- UnrecognizedStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Common interface for unrecognized unknown statements.
- UnrecognizedStatementImpl - Class in org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl
- UnrecognizedStatementImpl(String, StatementDefinition, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.UnrecognizedStatementImpl
- UnresolvedNumber - Class in org.opendaylight.yangtools.yang.model.api.stmt
- UnresolvedQName - Class in org.opendaylight.yangtools.yang.common
-
A
QName
equivalent which has not been resolved. - UnresolvedQName.Qualified - Class in org.opendaylight.yangtools.yang.common
-
An unresolved, qualified
QName
. - UnresolvedQName.Unqualified - Class in org.opendaylight.yangtools.yang.common
-
An unresolved, unqualified
QName
. - UnresolvedQNameReferent - Interface in org.opendaylight.yangtools.yang.xpath.api
-
A
QNameReferent
referencing an unresolved QName. - unsafe() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueSupport
-
Unsafe cast to a factory type.
- unsafeOf(QNameModule, String) - Static method in class org.opendaylight.yangtools.yang.common.QName
-
Creates new QName composed of specified module and local name.
- unsafeOf(EffectiveModelContext, ImmutableList<? extends SchemaTreeEffectiveStatement<?>>) - Static method in class org.opendaylight.yangtools.yang.model.spi.DefaultSchemaTreeInference
-
Create a new instance based on an
EffectiveModelContext
and a resolved sequence of statements. - unscaledValue() - Method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Return the unscaled value of this decimal.
- UnstubbedMethodException - Exception in org.opendaylight.yangtools.testutils.mockito
-
Exception to be thrown on unstubbed method calls.
- UnstubbedMethodException(Method) - Constructor for exception org.opendaylight.yangtools.testutils.mockito.UnstubbedMethodException
- UnstubbedMethodException(Method, Object) - Constructor for exception org.opendaylight.yangtools.testutils.mockito.UnstubbedMethodException
- UntrustedXML - Class in org.opendaylight.yangtools.util.xml
-
Set of utility methods for instantiating parser that deal with untrusted XML sources.
- unwrap(Optional<T>, CommonStmtCtx, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an optional is not present.
- unwrap(Optional<T>, StatementSourceReference, String, Object...) - Static method in exception org.opendaylight.yangtools.yang.parser.spi.source.SourceException
-
Throw an instance of this exception if an optional is not present.
- UP_PARENT - Static variable in interface org.opendaylight.yangtools.yang.data.tree.leafref.QNameWithPredicate
- upperBound() - Method in class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- UQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- UQUOT_STRING - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- UQUOT_STRING() - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- UQUOT_STRING(int) - Method in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser.UnquotedStringContext
- USER - Enum constant in enum class org.opendaylight.yangtools.yang.common.Ordering
-
The equivalent of
ordered-by user
. - USER - Static variable in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
user:
Prefix
. - USER_DEFINED_CLASS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:user-defined-class
IetfTags
- UserLeafSetNode<T> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
LeafSetNode
which preserves user-supplied ordering. - UserMapNode - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
MapNode
which additionally preserves user-supplied ordering. - UserOrderedAware<E extends OrderedByAwareEffectiveStatement<?,
?>> - Interface in org.opendaylight.yangtools.yang.model.api -
Common interface for
DataSchemaNode
s which can have anordered-by
substatement. - USES - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- UsesEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
uses
statement. - UsesNode - Interface in org.opendaylight.yangtools.yang.model.api
-
Contains the methods for getting data and checking properties of the YANG
uses
substatement. - UsesStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
uses
statement. - UsesStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses
- UsesStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.uses.UsesStatementSupport
V
- validate() - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.antlr.AbstractParserErrorListener
- validate(DataTreeCandidate, LeafRefContext) - Static method in class org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefValidation
- validate(DataTreeModification) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeTip
-
Validate whether a particular modification can be applied to the data tree.
- validate(DataTreeModification) - Method in class org.opendaylight.yangtools.yang.data.tree.impl.InMemoryDataTree
- validate(StmtContext<?, ?, ?>) - Method in class org.opendaylight.yangtools.yang.parser.spi.meta.SubstatementValidator
-
Validate substatements inside a context.
- validate(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
Validate a
DerivedString
representation. - validate(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
-
Validate a
DerivedString
representation. - validateChild(DataContainerChild) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataNodeContainerValidator
- validateChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.valid.DataNodeContainerValidator
- validateIfFeatureAndWhenOnListKeys(StmtContext<?, ?, ?>) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Validates the specified statement context with regards to if-feature and when statement on list keys.
- validateNoKeylessListAncestorOf(StmtContext.Mutable<?, ?, ?>, String) - Static method in class org.opendaylight.yangtools.yang.parser.spi.meta.StmtContextUtils
-
Check whether all of StmtContext's
list
ancestors have akey
. - validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
- validateRepresentation(T) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
- validateRepresentation(T) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Validate a
CanonicalValue
representation. - validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueSupport
- validateRepresentation(T, String) - Method in class org.opendaylight.yangtools.yang.common.AbstractCanonicalValueValidator
- validateRepresentation(T, String) - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValueValidator
-
Validate a
CanonicalValue
representation. - ValidationBundles - Class in org.opendaylight.yangtools.yang.parser.spi.validation
-
Namespace used for validating whether a node is of some type, e.g.
- ValidationBundles.ValidationBundleType - Enum Class in org.opendaylight.yangtools.yang.parser.spi.validation
- validator() - Method in interface org.opendaylight.yangtools.yang.common.CanonicalValue
-
Return a
CanonicalValueValidator
associated with this value's validated type. - value() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
Returns the value of the
value
record component. - value() - Method in record class org.opendaylight.yangtools.rfc8819.model.api.Tag
-
Returns the value of the
value
record component. - value() - Static method in class org.opendaylight.yangtools.yang.common.Empty
-
Return the singleton
Empty
value. - value() - Method in class org.opendaylight.yangtools.yang.data.api.YangErrorInfo
- value() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
- VALUE - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- ValueEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
value
statement. - valueEquals(T) - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- valueEquals(N) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- valueEquals(N) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedSimpleValueNode
- valueEquals(SystemLeafSetNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
- valueEquals(SystemMapNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- valueEquals(UnkeyedListNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- valueEquals(UnkeyedListNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
- valueEquals(UserLeafSetNode<?>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- valueEquals(UserMapNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder.ImmutableLeafSetNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder.ImmutableMapNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.EmptyImmutableUnkeyedListNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder.ImmutableUnkeyedListNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder.ImmutableUserLeafSetNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder.ImmutableUserMapNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableDataContainerNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedSimpleValueNode
- valueHashCode() - Method in class org.opendaylight.yangtools.yang.data.spi.node.AbstractNormalizedNode
- ValueNode<V> - Interface in org.opendaylight.yangtools.yang.data.api.schema
-
Interface holding the common trait of
LeafSetEntryNode
andLeafNode
, which both hold a value. - valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenbyteVal
. - valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenbyteVal
. - valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenbyteVal
. - valueOf(byte) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenbyteVal
. - valueOf(double, RoundingMode) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(float, RoundingMode) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenintVal
. - valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenintVal
. - valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenintVal
. - valueOf(int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenintVal
. - valueOf(int, byte) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(int, int) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(int, long) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(int, short) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenlongVal
. - valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenlongVal
. - valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenlongVal
, which is checked for range. - valueOf(long) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenlongVal
. - valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenshortVal
. - valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenshortVal
. - valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenshortVal
. - valueOf(short) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenshortVal
. - valueOf(String) - Static method in record class org.opendaylight.yangtools.concepts.SemVer
- valueOf(UnsignedInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenuint
. - valueOf(UnsignedLong) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenulong
. - valueOf(String) - Static method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.plugin.generator.api.FileGenerator.ImportResolutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileLifecycle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
-
Attempt to parse a String into a Decimal64.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
holding the value of the specifiedString
, parsed as an unsignedint
value. - valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
holding the value of the specifiedString
, parsed as an unsignedlong
value. - valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint32
holding the value of the specifiedString
, parsed as an unsignedlong
value. - valueOf(String) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
holding the value of the specifiedString
, parsed as an unsignedshort
value. - valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.tree.api.TreeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema.ChildReusePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.meta.StatementOrigin
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement.ConformanceType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.api.ImportResolutionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
holding the value of the specifiedString
, parsed as an unsignedint
value. - valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
holding the value of the specifiedString
, parsed as an unsignedlong
value. - valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
holding the value of the specifiedString
, parsed as an unsignedlong
value. - valueOf(String, int) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
holding the value of the specifiedString
, parsed as an unsignedshort
value. - valueOf(BigDecimal) - Static method in class org.opendaylight.yangtools.yang.common.Decimal64
- valueOf(BigInteger) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenbigInt
. - valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenuint
. - valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenuint
. - valueOf(Uint16) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenuint
. - valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint8
corresponding to a givenuint
. - valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenuint
. - valueOf(Uint32) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenuint
. - valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint8
corresponding to a givenuint
. - valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenuint
. - valueOf(Uint64) - Static method in class org.opendaylight.yangtools.yang.common.Uint8
-
Returns an
Uint8
corresponding to a givenuint
. - valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint16
-
Returns an
Uint16
corresponding to a givenuint
. - valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint32
-
Returns an
Uint32
corresponding to a givenuint
. - valueOf(Uint8) - Static method in class org.opendaylight.yangtools.yang.common.Uint64
-
Returns an
Uint64
corresponding to a givenuint
. - ValueRange - Class in org.opendaylight.yangtools.yang.model.api.stmt
-
YANG specification of a numeric value range.
- ValueRange() - Constructor for class org.opendaylight.yangtools.yang.model.api.stmt.ValueRange
- values() - Static method in enum class org.opendaylight.yangtools.odlext.model.api.OpenDaylightExtensionsStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.openconfig.model.api.OpenConfigStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.plugin.generator.api.FileGenerator.ImportResolutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.plugin.generator.api.GeneratedFileLifecycle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc6241.model.api.NetconfStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc6536.model.api.NACMStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc6643.model.api.IetfYangSmiv2ExtensionsMapping
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc6643.model.api.MaxAccess
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc7952.model.api.MetadataStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc8528.model.api.SchemaMountStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc8639.model.api.SubscribedNotificationsStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.rfc8819.model.api.ModuleTagStatements
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.opendaylight.yangtools.util.ImmutableOffsetMap
- values() - Method in class org.opendaylight.yangtools.util.SharedSingletonMap
- values() - Method in class org.opendaylight.yangtools.util.UnmodifiableMap
- values() - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.common.ErrorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.common.NetconfLayer
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.common.Ordering
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.data.api.schema.MountPointContextFactory.ContainerName
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton
- values() - Method in class org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier.NodeIdentifierWithPredicates
-
Return the predicate values in the iteration order of
YangInstanceIdentifier.NodeIdentifierWithPredicates.entrySet()
. - values() - Static method in enum class org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeStreamVersion
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.data.codec.gson.JSONCodecFactorySupplier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.data.tree.api.TreeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Method in exception org.opendaylight.yangtools.yang.data.tree.api.UniqueConstraintException
- values() - Static method in enum class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema.ChildReusePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.DeviateKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.meta.StatementOrigin
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.stmt.ModuleEffectiveStatement.ConformanceType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.type.ModifierKind
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.repo.api.StatementParserMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.model.repo.spi.PotentialSchemaSource.Costs
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.api.ImportResolutionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.CopyType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.EffectiveStmtCtx.Parent.EffectiveConfig
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.ModelProcessingPhase
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage.StorageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport.CopyPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.parser.spi.validation.ValidationBundles.ValidationBundleType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBinaryOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangBooleanConstantExpr
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangFunction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangNaryOperator
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathAxis
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathMathMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.opendaylight.yangtools.yang.xpath.api.YangXPathNodeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
value
statement. - ValueStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- ValueStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.ValueStatementSupport
- ValueWithQName<V> - Class in org.opendaylight.yangtools.yang.data.impl.codec
- ValueWithQName(QName, V) - Constructor for class org.opendaylight.yangtools.yang.data.impl.codec.ValueWithQName
- ValueWrapper<T> - Interface in org.opendaylight.yangtools.concepts
-
Wraps around a value object.
- vanillaReactor() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
Returns a pre-built
CrossSourceStatementReactor
supporting both RFC6020 and RFC7950. - vanillaReactorBuilder() - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
-
Returns a partially-configured
CustomCrossSourceStatementReactorBuilder
, with vanilla RFC6020/RFC7950 support enabled. - vanillaReactorBuilder(YangXPathParserFactory) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- vanillaReactorBuilder(YangXPathParserFactory, YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- vanillaReactorBuilder(YangParserConfiguration) - Static method in class org.opendaylight.yangtools.yang.parser.rfc7950.reactor.RFC7950Reactors
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.PrimaryExprContext
- variableReference() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- VariableReferenceContext(ParserRuleContext, int) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser.VariableReferenceContext
- variantOf(String, String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- variantOf(Exception) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- variantOf(String) - Static method in class org.opendaylight.yangtools.yang.common.CanonicalValueViolation
- VENDOR - Static variable in record class org.opendaylight.yangtools.rfc8819.model.api.Prefix
-
vendor:
Prefix
. - VENDOR_DEFINED_CLASS - Static variable in class org.opendaylight.yangtools.rfc8819.model.api.IetfTags
-
ietf:vendor-defined-class
IetfTags
- Version - Class in org.opendaylight.yangtools.yang.data.tree.impl.node
-
The concept of a version, either node version, or a subtree version.
- VERSION_1 - Enum constant in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Version 1, as defined in RFC6020.
- VERSION_1 - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyYangVersionStatement
- VERSION_1 - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyYangVersionEffectiveStatement
- VERSION_1_1 - Enum constant in enum class org.opendaylight.yangtools.yang.common.YangVersion
-
Version 1.1, as defined in RFC7950.
- VERSION_1_1 - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.decl.EmptyYangVersionStatement
- VERSION_1_1 - Static variable in class org.opendaylight.yangtools.yang.model.ri.stmt.impl.eff.EmptyYangVersionEffectiveStatement
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- VOCABULARY - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
W
- waitInQueueExecutionHandler() - Static method in class org.opendaylight.yangtools.util.ExecutorServiceUtil
-
Returns a
RejectedExecutionHandler
which blocks on theThreadPoolExecutor
's backing queue if a new thread cannot be spawned. - warnForUnkeyedLists() - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration
-
Issue a warning when a
list
statement without akey
statement is found in theconfig true
part of the schema tree. - warnForUnkeyedLists(boolean) - Method in class org.opendaylight.yangtools.yang.parser.api.YangParserConfiguration.Builder
-
Issue a warning when a
list
statement without akey
statement is found in theconfig true
part of the schema tree. - WARNING - Enum constant in enum class org.opendaylight.yangtools.yang.common.ErrorSeverity
-
A warning not affecting an operation's ability to complete successfully.
- wasProcessAsSimpleNode(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
- wasProcessedAsCompositeNode(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.MountPointNormalizedNodeWriter
- wasProcessedAsCompositeNode(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
- wellFormedYinName(String, String) - Static method in class org.opendaylight.yangtools.yang.model.export.YinExportUtils
-
Returns well-formed file name of YIN file as defined in RFC6020.
- wellFormedYinName(String, Optional<Revision>) - Static method in class org.opendaylight.yangtools.yang.model.export.YinExportUtils
-
Returns well-formed file name of YIN file as defined in RFC6020.
- WHEN - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- WhenConditionAware - Interface in org.opendaylight.yangtools.yang.model.api
-
Mix-in interface for nodes which can be conditional on a when statement.
- WhenEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
when
statement. - WhenStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
when
statement. - WhenStatementAwareDeclaredStatement<A> - Interface in org.opendaylight.yangtools.yang.model.api.stmt
- WhenStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- WhenStatementSupport(XPathSupport, YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.WhenStatementSupport
- Whitespace - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- Whitespace - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- withAnnotation(QName, Object) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata.Builder
- withAnnotations(Map<QName, Object>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata.Builder
- WithArgument(String, A) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithArgument
- withChild(DataContainerChild) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.DataContainerNodeBuilder
- withChild(DataContainerChild) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- withChild(DataContainerChild) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- withChild(LeafSetEntryNode<T>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.ListNodeBuilder
- withChild(LeafSetEntryNode<T>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- withChild(LeafSetEntryNode<T>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- withChild(MapEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- withChild(MapEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- withChild(UnkeyedListEntryNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- withChild(YangInstanceIdentifier.PathArgument, NormalizedMountpoints) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints.Builder
- withChild(YangInstanceIdentifier.PathArgument, ImmutableNormalizedMetadata) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata.Builder
- withChild(V) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.CollectionNodeBuilder
- withChildren(Map<YangInstanceIdentifier.PathArgument, NormalizedMountpoints>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints.Builder
- withChildren(Map<YangInstanceIdentifier.PathArgument, ImmutableNormalizedMetadata>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMetadata.Builder
- withChildValue(T) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.ListNodeBuilder
- withChildValue(T) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- withChildValue(T) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- withDaemon(boolean) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Copy the current immutable object by setting a value for the
daemon
attribute. - WithDataTree() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.WithDataTree
- WithDataTree() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.WithDataTree
- withError(ErrorType, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds an error to the result.
- withError(ErrorType, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds an error to the result.
- withError(ErrorType, ErrorTag, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds an error to the result.
- withError(ErrorType, ErrorTag, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds an error to the result.
- withLogger(Logger) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Copy the current immutable object by setting a value for the
logger
attribute. - withMountPoint(NormalizedMountPoint) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedMountpoints.Builder
- withNamePrefix(String) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Copy the current immutable object by setting a value for the
namePrefix
attribute. - withNodeIdentifier(I) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.DataContainerNodeBuilder
- withNodeIdentifier(I) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeWithValue) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- withNodeIdentifier(K) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeContainerBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.CollectionNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.ListNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- withNodeIdentifier(YangInstanceIdentifier.NodeIdentifier) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- WithoutArgument() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithoutArgument
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.CollectionNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.DataContainerNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.ListNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- withoutChild(YangInstanceIdentifier.PathArgument) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- withoutRevision() - Method in class org.opendaylight.yangtools.yang.common.QName
-
Returns a QName with the same namespace and local name, but with no revision.
- withoutRevision() - Method in class org.opendaylight.yangtools.yang.common.QNameModule
-
Returns a QNameModule with the same namespace, but with no revision.
- WithPath(EffectiveModelContext, ImmutableList<T>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath
- WithPath(EffectiveModelContext, List<? extends T>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.AbstractEffectiveStatementInference.WithPath
- withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- withPrefix(String) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName
-
Return a
UnresolvedQName.Qualified
object bound to specifiedprefix
. - withPriority(int) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Copy the current immutable object by setting a present value for the optional
priority
attribute. - withPriority(Optional<Integer>) - Method in class org.opendaylight.yangtools.util.concurrent.ImmutableThreadFactoryProvider
-
Copy the current immutable object by setting an optional value for the
priority
attribute. - WithQNameArgument(QName) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithQNameArgument
- WithRawArgument(String) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawArgument
- WithRawStringArgument(String) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawStringArgument
- withResult(T) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Sets the value of the result.
- withRpcError(RpcError) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds an RpcError.
- withRpcErrors(Collection<? extends RpcError>) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds RpcErrors.
- WithSchemaTree() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.WithSchemaTree
- WithSchemaTree() - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractUndeclaredEffectiveStatement.WithSchemaTree
- WithSubstatements(A, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.ArgumentToString.WithSubstatements
- WithSubstatements(ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithoutArgument.WithSubstatements
- WithSubstatements(D, A, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithArgument.WithSubstatements
- WithSubstatements(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument.WithSubstatements
- WithSubstatements(String, A, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithArgument.WithSubstatements
- WithSubstatements(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawArgument.WithSubstatements
- WithSubstatements(String, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithRawStringArgument.WithSubstatements
- WithSubstatements(QName, ImmutableList<? extends DeclaredStatement<?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredStatement.WithQNameArgument.WithSubstatements
- WithSubstatements(AbstractDeclaredEffectiveStatement.DefaultArgument.WithSubstatements<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultArgument.WithSubstatements
- WithTypedefNamespace(D, ImmutableList<? extends EffectiveStatement<?, ?>>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree.WithTypedefNamespace
- WithTypedefNamespace(AbstractDeclaredEffectiveStatement.DefaultWithDataTree.WithTypedefNamespace<A, D>) - Constructor for class org.opendaylight.yangtools.yang.model.spi.meta.AbstractDeclaredEffectiveStatement.DefaultWithDataTree.WithTypedefNamespace
- withValue(Collection<CV>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeContainerBuilder
- withValue(Collection<DataContainerChild>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.DataContainerNodeBuilder
- withValue(Collection<DataContainerChild>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListEntryNodeBuilder
- withValue(Collection<DataContainerChild>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapEntryNodeBuilder
- withValue(Collection<LeafSetEntryNode<T>>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.ListNodeBuilder
- withValue(Collection<LeafSetEntryNode<T>>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetNodeBuilder
- withValue(Collection<LeafSetEntryNode<T>>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserLeafSetNodeBuilder
- withValue(Collection<MapEntryNode>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableMapNodeBuilder
- withValue(Collection<MapEntryNode>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUserMapNodeBuilder
- withValue(Collection<UnkeyedListEntryNode>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableUnkeyedListNodeBuilder
- withValue(Collection<V>) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.CollectionNodeBuilder
- withValue(DOMSource) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableAnyXmlNodeBuilder
- withValue(V) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.builder.NormalizedNodeBuilder
- withValue(T) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.builder.impl.ImmutableLeafSetEntryNodeBuilder
- withWarning(ErrorType, ErrorTag, String) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds a warning to the result.
- withWarning(ErrorType, ErrorTag, String, String, String, Throwable) - Method in class org.opendaylight.yangtools.yang.common.RpcResultBuilder
-
Adds a warning to the result.
- wrapAsList(Collection<E>) - Static method in class org.opendaylight.yangtools.util.CollectionWrappers
-
Wrap the specified
Collection
as aList
. - wrapAsSet(Collection<E>) - Static method in class org.opendaylight.yangtools.util.CollectionWrappers
-
Wrap the specified
Collection
as aSet
. - wrapValue(V) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.nodes.AbstractImmutableNormalizedValueNode
- wrapWithImplicit(StmtContext<?, ?, ?>) - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.StmtContext.Mutable
- WritableIdentifier - Interface in org.opendaylight.yangtools.concepts
-
A combination of both
Identifier
andWritableObject
. - WritableObject - Interface in org.opendaylight.yangtools.concepts
-
Marker interface for an object which can be written out to an
DataOutput
. - WritableObjects - Class in org.opendaylight.yangtools.concepts
-
Utility methods for working with
WritableObject
s. - write(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16
to specified buffer. - write(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32
to specified buffer. - write(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64
to specified buffer. - write(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8
to specified buffer. - write(Collection<DataContainerChild>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
-
Iterate over the provided collection and emit write events to the encapsulated
NormalizedNodeStreamWriter
. - write(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
Iterate over the provided
NormalizedNode
and emit write events to the encapsulatedNormalizedNodeStreamWriter
. - write(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
- write(NormalizedNode, NormalizedMetadata) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedMetadataWriter
-
Iterate over the provided
NormalizedNode
andNormalizedMetadata
and emit write events to the encapsulatedNormalizedNodeStreamWriter
. - write(NormalizedNodeStreamWriter) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
-
Emit this node's events into the specified writer.
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractMountPointDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.AnydataNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.AnyXmlNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.CompositeNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.ContainerNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.LeafListEntryNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.LeafListNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.LeafNodeDataWithSchema
- write(NormalizedNodeStreamWriter, NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.ListNodeDataWithSchema
- write(YangInstanceIdentifier.PathArgument, NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModificationCursor
-
Replace the data at specified path with supplied data.
- write(YangInstanceIdentifier, NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.tree.api.DataTreeModification
-
Replace the data at specified path with supplied data.
- WRITE - Enum constant in enum class org.opendaylight.yangtools.yang.data.tree.api.ModificationType
-
This node has been placed into the tree, potentially completely replacing pre-existing contents.
- writeBody(OutputStream) - Method in class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedTextFile
- writeBody(OutputStream) - Method in interface org.opendaylight.yangtools.plugin.generator.api.GeneratedFile
-
Write the body of this file into specified
OutputStream
. - writeBody(Writer) - Method in class org.opendaylight.yangtools.plugin.generator.api.AbstractGeneratedTextFile
-
Write the body of this file into specified
Writer
. - writeChild(NormalizedNode) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.ImmutableNormalizedNodeStreamWriter
-
Add a child not to the currently-open builder.
- writeChildren(Iterable<? extends NormalizedNode>) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
-
Emit events for all children and then emit an endNode() event.
- writeChildren(Iterable<? extends NormalizedNode>) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.SchemaOrderedNormalizedNodeWriter
- writeDataTreeCandidate(NormalizedNodeDataOutput, DataTreeCandidate) - Static method in class org.opendaylight.yangtools.yang.data.codec.binfmt.DataTreeCandidateInputOutput
- writeFull(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
- writeFull(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- writeFull(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementStreamSource
-
Emits every statements present in this statement source to supplied
writer
based on specified yang version. - writeLinkage(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
- writeLinkage(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- writeLinkage(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementStreamSource
-
Emits only linkage-related statements to supplied
writer
based on specified YANG version. - writeLinkageAndStatementDefinitions(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
- writeLinkageAndStatementDefinitions(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- writeLinkageAndStatementDefinitions(StatementWriter, QNameToStatementDefinition, PrefixResolver, YangVersion) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementStreamSource
-
Emits only linkage and language extension statements to supplied
writer
based on specified YANG version. - writeLong(DataOutput, long) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Shorthand for
WritableObjects.writeLong(DataOutput, long, int)
with zero flags. - writeLong(DataOutput, long, int) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Write a long value into a
DataOutput
, compressing potential zero bytes. - writeLongs(DataOutput, long, long) - Static method in class org.opendaylight.yangtools.concepts.WritableObjects
-
Write two consecutive long values.
- writeMandatory(ByteBuf, Byte, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byte
property to specified buffer. - writeMandatory(ByteBuf, Integer, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Integer
property to specified buffer. - writeMandatory(ByteBuf, Long, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Long
property to specified buffer. - writeMandatory(ByteBuf, Short, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Short
property to specified buffer. - writeMandatory(ByteBuf, Uint16, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16
property to specified buffer. - writeMandatory(ByteBuf, Uint32, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32
property to specified buffer. - writeMandatory(ByteBuf, Uint64, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64
property to specified buffer. - writeMandatory(ByteBuf, Uint8, String) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8
property to specified buffer. - writeMapEntryNode(MapEntryNode) - Method in class org.opendaylight.yangtools.yang.data.api.schema.stream.NormalizedNodeWriter
- writeMetadata(NormalizedNodeStreamWriter.MetadataExtension) - Method in class org.opendaylight.yangtools.yang.data.util.AbstractNodeDataWithSchema
- writeModuleAsYinText(ModuleEffectiveStatement, OutputStream) - Static method in class org.opendaylight.yangtools.yang.model.export.YinExportUtils
-
Write a module as a YIN text into specified
OutputStream
. - writeNormalizedNode(NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
-
Write a
NormalizedNode
. - writeOptional(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byte
value to specified buffer if it is not null. - writeOptional(ByteBuf, Integer) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Integer
value to specified buffer if it is not null. - writeOptional(ByteBuf, Long) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Long
value to specified buffer if it is not null. - writeOptional(ByteBuf, Short) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byte
value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16
value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32
value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64
value to specified buffer if it is not null. - writeOptional(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8
value to specified buffer if it is not null. - writeOptionalNormalizedNode(NormalizedNode) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
-
Write a
NormalizedNode
ornull
value. - writeOrZero(ByteBuf, Byte) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byte
value to specified buffer if it is not null, otherwise write one zero byte. - writeOrZero(ByteBuf, Integer) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Integer
value to specified buffer if it is not null, otherwise write four zero bytes. - writeOrZero(ByteBuf, Long) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Byte
value to specified buffer if it is not null, otherwise write eight zero bytes. - writeOrZero(ByteBuf, Short) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Short
value to specified buffer if it is not null, otherwise write two zero bytes. - writeOrZero(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16
value to specified buffer if it is not null, otherwise write two zero bytes. - writeOrZero(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32
value to specified buffer if it is not null, otherwise write four zero bytes. - writeOrZero(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64
value to specified buffer if it is not null, otherwise write eight zero bytes. - writeOrZero(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8
value to specified buffer if it is not null, otherwise write one zero byte. - writePathArgument(YangInstanceIdentifier.PathArgument) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
-
Write a
YangInstanceIdentifier.PathArgument
. - writePreLinkage(StatementWriter, QNameToStatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YangStatementStreamSource
- writePreLinkage(StatementWriter, QNameToStatementDefinition) - Method in class org.opendaylight.yangtools.yang.parser.rfc7950.repo.YinStatementStreamSource
- writePreLinkage(StatementWriter, QNameToStatementDefinition) - Method in interface org.opendaylight.yangtools.yang.parser.spi.source.StatementStreamSource
-
Emits only pre-linkage-related statements to supplied
writer
. - writeQName(QName) - Method in interface org.opendaylight.yangtools.yang.common.QNameAwareDataOutput
-
Write a
QName
into the stream. - writeSchemaNodeIdentifier(SchemaNodeIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
-
Write a
SchemaNodeIdentifier
. - writeSubmoduleAsYinText(ModuleEffectiveStatement, SubmoduleEffectiveStatement, OutputStream) - Static method in class org.opendaylight.yangtools.yang.model.export.YinExportUtils
-
Write a submodule as a YIN text into specified
OutputStream
. - writeTo(DataOutput) - Method in interface org.opendaylight.yangtools.concepts.WritableObject
-
Serialize this object into a
DataOutput
as a fixed-format stream. - writeTo(DataOutput) - Method in class org.opendaylight.yangtools.rfc6643.model.api.ObjectIdentifier
- writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.AnnotationName
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.BiMapYangNamespaceContext
- writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.MountPointLabel
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QName
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.QNameModule
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Qualified
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.common.UnresolvedQName.Unqualified
- writeTo(DataOutput) - Method in record class org.opendaylight.yangtools.yang.common.YangDataName
- writeTo(DataOutput) - Method in class org.opendaylight.yangtools.yang.data.api.DatastoreIdentifier
- writeTo(NormalizedNodeStreamWriter) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
- writeTo(NormalizedNodeStreamWriter, boolean) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.NormalizedAnydata
- writeTo(NormalizedNodeStreamWriter, MountPointContext) - Method in interface org.opendaylight.yangtools.yang.data.api.schema.MountPointChild
-
Stream this child into a writer, with the help of a SchemaContext.
- writeTo(NormalizedNodeStreamWriter, EffectiveStatementInference) - Method in class org.opendaylight.yangtools.yang.data.impl.schema.AbstractNormalizableAnydata
- writeUint16(ByteBuf, Uint16) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint16
to specified buffer. - writeUint32(ByteBuf, Uint32) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint32
to specified buffer. - writeUint64(ByteBuf, Uint64) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint64
to specified buffer. - writeUint8(ByteBuf, Uint8) - Static method in class org.opendaylight.yangtools.yang.common.netty.ByteBufUtils
-
Write a
Uint8
to specified buffer. - writeValue(O, T) - Method in interface org.opendaylight.yangtools.yang.data.util.codec.TypeAwareCodec
-
Serialize specified value with specified JsonWriter.
- writeYangInstanceIdentifier(YangInstanceIdentifier) - Method in interface org.opendaylight.yangtools.yang.data.codec.binfmt.NormalizedNodeDataOutput
-
Write a
YangInstanceIdentifier
. - written(NormalizedNode) - Static method in class org.opendaylight.yangtools.yang.data.tree.spi.DataTreeCandidateNodes
-
Return a
DataTreeCandidateNode
pretending specified node was written without the data exsting beforehand. - WSP - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- WSP - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- WSP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- WSP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- WSP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- WSP() - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
- WSP(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.EqQuotedStringContext
- WSP(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.KeyPredicateContext
- WSP(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.LeafListPredicateContext
- WSP(int) - Method in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser.PosContext
X
- XmlCodecFactory - Class in org.opendaylight.yangtools.yang.data.codec.xml
-
A thread-safe factory for instantiating
XmlCodec
s. - XMLNamespace - Class in org.opendaylight.yangtools.yang.common
-
A simple type capture of
namespace
statement's argument according to RFC6020. - XmlParserStream - Class in org.opendaylight.yangtools.yang.data.codec.xml
-
This class provides functionality for parsing an XML source containing YANG-modeled data.
- XMLStreamNormalizedNodeStreamWriter<T> - Class in org.opendaylight.yangtools.yang.data.codec.xml
-
A
NormalizedNodeStreamWriter
which translates the events into anXMLStreamWriter
, resulting in an RFC6020 XML encoding. - xpathLexer - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- xpathParser - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- xpathParser.AbbreviatedStepContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.AbsoluteLocationPathNorootContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.AdditiveExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.AndExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.AxisSpecifierContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.EqualityExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.ExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.FilterExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.FunctionCallContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.FunctionNameContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.LocationPathContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.MainContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.MultiplicativeExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.NameTestContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.NCNameContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.NodeTestContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.OrExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.PathExprNoRootContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.PredicateContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.PrimaryExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.QNameContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.RelationalExprContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.RelativeLocationPathContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.StepContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.UnaryExprNoRootContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.UnionExprNoRootContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- xpathParser.VariableReferenceContext - Class in org.opendaylight.yangtools.yang.xpath.antlr
- XPathSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- XPathSupport(YangXPathParserFactory) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.XPathSupport
Y
- YANG_DATA - Enum constant in enum class org.opendaylight.yangtools.rfc8040.model.api.YangDataStatements
- YANG_LIBRARY_MODULE_NAME - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
The module name assigned to
ietf-yang-library
. - YANG_LIBRARY_NAMESPACE - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
The namespace assigned to
ietf-yang-library
. - YANG_LIBRARY_NAMESPACE_STRING - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
The namespace assigned to
ietf-yang-library
. - YANG_VERSION - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- YANG_XPATH_FUNCTIONS_PREFIX - Static variable in class org.opendaylight.yangtools.yang.common.YangConstants
-
Prefix for YANG-specific XPath functions.
- YangBinaryExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
A binary expression formed of a
YangBinaryExpr.getLeftExpr()
, anYangBinaryExpr.getOperator()
and aYangBinaryExpr.getRightExpr()
. - YangBinaryOperator - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
YANG XPath binary operator.
- YangBooleanConstantExpr - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
Expressions which evaluate to a logical
true
orfalse
. - YangConstantExpr<T> - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Common interface for all YANG XPath constant expressions.
- YangConstants - Class in org.opendaylight.yangtools.yang.common
-
Constant definitions present in RFC documents related to the YANG language.
- YangDataConstants - Class in org.opendaylight.yangtools.rfc8040.model.api
-
Constants associated with RFC8040.
- YangDataEffectiveStatement - Interface in org.opendaylight.yangtools.rfc8040.model.api
-
Effective statement representation of 'yang-data' extension defined in RFC 8040.
- YangDataName - Record Class in org.opendaylight.yangtools.yang.common
-
Identifier of a RESTCONF
yang-data
extension template instantiation. - YangDataName(QNameModule, String) - Constructor for record class org.opendaylight.yangtools.yang.common.YangDataName
-
Creates an instance of a
YangDataName
record class. - YangDataSchemaNode - Interface in org.opendaylight.yangtools.rfc8040.model.api
-
Represents 'yang-data' extension statement defined in RFC8040.
- YangDataStatement - Interface in org.opendaylight.yangtools.rfc8040.model.api
-
Declared statement representation of 'yang-data' extension defined in RFC 8040.
- YangDataStatements - Enum Class in org.opendaylight.yangtools.rfc8040.model.api
-
StatementDefinition
s for statements defined by RFC8040. - YangDataStatementSupport - Class in org.opendaylight.yangtools.rfc8040.parser
- YangDataStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.rfc8040.parser.YangDataStatementSupport
- YangErrorInfo - Class in org.opendaylight.yangtools.yang.data.api
- YangErrorInfos - Class in org.opendaylight.yangtools.yang.data.impl.schema
- YangExpr - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Common base interface for all YANG Expression components.
- YangFilterExpr - Class in org.opendaylight.yangtools.yang.xpath.api
- YangFunction - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
Functions known to a YANG XPath.
- YangFunctionCallExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
Function call invocation.
- YangInstanceIdentifier - Class in org.opendaylight.yangtools.yang.data.api
-
Unique identifier of a particular node instance in the data tree.
- YangInstanceIdentifier.InstanceIdentifierBuilder - Interface in org.opendaylight.yangtools.yang.data.api
-
Fluent Builder of Instance Identifier instances.
- YangInstanceIdentifier.NodeIdentifier - Class in org.opendaylight.yangtools.yang.data.api
-
Simple path argument identifying a
ContainerNode
orLeafNode
leaf in particular subtree. - YangInstanceIdentifier.NodeIdentifierWithPredicates - Class in org.opendaylight.yangtools.yang.data.api
-
Composite path argument identifying a
MapEntryNode
leaf overall data tree. - YangInstanceIdentifier.NodeIdentifierWithPredicates.Singleton - Class in org.opendaylight.yangtools.yang.data.api
- YangInstanceIdentifier.NodeWithValue<T> - Class in org.opendaylight.yangtools.yang.data.api
-
Simple path argument identifying a
LeafSetEntryNode
leaf overall data tree. - YangInstanceIdentifier.PathArgument - Class in org.opendaylight.yangtools.yang.data.api
-
Path argument / component of InstanceIdentifier.
- YangInstanceIdentifierWriter - Class in org.opendaylight.yangtools.yang.data.api.schema.stream
-
Utility for emitting a
YangInstanceIdentifier
into aNormalizedNodeStreamWriter
as a set ofstartXXXNode
events. - YangInvalidValueException - Exception in org.opendaylight.yangtools.yang.data.api.codec
-
Dedicated exception for reporting conditions where
error-tag
should be reported asinvalid-value
. - YangInvalidValueException(ErrorType, ConstraintMetaDefinition, String) - Constructor for exception org.opendaylight.yangtools.yang.data.api.codec.YangInvalidValueException
- YangIRSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
- YangIRSchemaSource(SourceIdentifier, IRStatement, String) - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.YangIRSchemaSource
- YangLibModule - Record Class in org.opendaylight.yangtools.yang.parser.api
- YangLibModule(SourceIdentifier, XMLNamespace, ImmutableMap<UnresolvedQName.Unqualified, YangLibSubmodule>, ImmutableSet<UnresolvedQName.Unqualified>, ImmutableSet<UnresolvedQName.Unqualified>, SchemaSourceRepresentation) - Constructor for record class org.opendaylight.yangtools.yang.parser.api.YangLibModule
-
Creates an instance of a
YangLibModule
record class. - YangLibModuleSet - Record Class in org.opendaylight.yangtools.yang.parser.api
-
A single RFC8525
module-set
. - YangLibModuleSet(String, ImmutableMap<UnresolvedQName.Unqualified, YangLibModule>, ImmutableMap<SourceIdentifier, YangLibModule>) - Constructor for record class org.opendaylight.yangtools.yang.parser.api.YangLibModuleSet
-
Creates an instance of a
YangLibModuleSet
record class. - YangLibResolver - Interface in org.opendaylight.yangtools.yang.parser.api
-
A service capable of transforming a
YangLibModuleSet
to anEffectiveModelContext
. - YangLibSubmodule - Record Class in org.opendaylight.yangtools.yang.parser.api
-
A single RFC8525
submodule
list entry. - YangLibSubmodule(SourceIdentifier, SchemaSourceRepresentation) - Constructor for record class org.opendaylight.yangtools.yang.parser.api.YangLibSubmodule
-
Creates an instance of a
YangLibSubmodule
record class. - YangLiteralExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
An XPath literal expression.
- YangLocationPath - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.Absolute - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.AxisStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.NamespaceStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.NodeTypeStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.ProcessingInstructionStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.QNameStep - Class in org.opendaylight.yangtools.yang.xpath.api
-
A step along an axis.
- YangLocationPath.Relative - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.ResolvedQNameStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.Step - Class in org.opendaylight.yangtools.yang.xpath.api
- YangLocationPath.UnresolvedQNameStep - Class in org.opendaylight.yangtools.yang.xpath.api
- YangModelDependencyInfo - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
Helper transfer object which holds basic and dependency information for YANG model.
- YangModelDependencyInfo.ModuleDependencyInfo - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
Dependency information for YANG module.
- YangModelDependencyInfo.SubmoduleDependencyInfo - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
Dependency information for submodule, also provides name for parent module.
- YangNames - Class in org.opendaylight.yangtools.yang.common
-
Utility class for handling various naming conventions mentioned in YANG and related specifications.
- YangNamespaceContext - Interface in org.opendaylight.yangtools.yang.common
-
Interface for mapping between
String
prefixes andQNameModule
namespaces. - YangNamespaceContextNamespace - Class in org.opendaylight.yangtools.yang.parser.rfc7950.namespace
- YangNaryExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
A
YangExpr
combining aYangNaryOperator
with a set of expressions. - YangNaryOperator - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
YANG XPath n-ary operator.
- YangNegateExpr - Class in org.opendaylight.yangtools.yang.xpath.api
- YangNetconfError - Interface in org.opendaylight.yangtools.yang.data.api
-
Baseline interface for metadata associated with a NETCONF notion of an 'error'.
- YangNetconfErrorAware - Interface in org.opendaylight.yangtools.yang.data.api
-
Interface exposed from objects which have some association with
YangNetconfError
. - YangNumberExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
A number-bearing expression.
- YangNumberExpr() - Constructor for class org.opendaylight.yangtools.yang.xpath.api.YangNumberExpr
- YangParser - Interface in org.opendaylight.yangtools.yang.parser.api
-
Configurable single-use YANG parser.
- YangParserConfiguration - Class in org.opendaylight.yangtools.yang.parser.api
-
A configuration of
YangParser
wiring for use withYangParserFactory
. - YangParserConfiguration.Builder - Class in org.opendaylight.yangtools.yang.parser.api
- YangParserException - Exception in org.opendaylight.yangtools.yang.parser.api
-
Base exception reported by
YangParser
. - YangParserException(String) - Constructor for exception org.opendaylight.yangtools.yang.parser.api.YangParserException
- YangParserException(String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.api.YangParserException
- YangParserFactory - Interface in org.opendaylight.yangtools.yang.parser.api
-
Basic entry point into a YANG parser implementation.
- YangParserTestUtils - Class in org.opendaylight.yangtools.yang.test.util
-
Utility class which provides convenience methods for producing effective schema context based on the supplied YANG/YIN sources or paths to these sources.
- YangPathExpr - Class in org.opendaylight.yangtools.yang.xpath.api
- YangPredicateAware - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Common interface for
YangFilterExpr
andYangLocationPath.Step
, both of which can contain predicates. - YangQNameExpr - Class in org.opendaylight.yangtools.yang.xpath.api
-
An XPath QName expression.
- YangQNameExpr() - Constructor for class org.opendaylight.yangtools.yang.xpath.api.YangQNameExpr
- YangQNameExpr.Resolved - Class in org.opendaylight.yangtools.yang.xpath.api
- YangQNameExpr.Unresolved - Class in org.opendaylight.yangtools.yang.xpath.api
- YangSchemaSourceRepresentation - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
A YANG
SchemaSourceRepresentation
. - YangStatementLexer - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementLexer(CharStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- YangStatementParser - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementParser(TokenStream) - Constructor for class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- YangStatementParser.ArgumentContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementParser.FileContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementParser.KeywordContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementParser.StatementContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementParser.UnquotedStringContext - Class in org.opendaylight.yangtools.yang.parser.antlr
- YangStatementStreamSource - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
This class represents implementation of StatementStreamSource in order to emit YANG statements using supplied StatementWriter.
- YangStmtMapping - Enum Class in org.opendaylight.yangtools.yang.model.api
-
Mapping for both RFC6020 and RFC7950 statements.
- YangSyntaxErrorException - Exception in org.opendaylight.yangtools.yang.parser.api
- YangSyntaxErrorException(SourceIdentifier, int, int, String) - Constructor for exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- YangSyntaxErrorException(SourceIdentifier, int, int, String, Throwable) - Constructor for exception org.opendaylight.yangtools.yang.parser.api.YangSyntaxErrorException
- YangTextSchemaContextResolver - Class in org.opendaylight.yangtools.yang.parser.repo
- YangTextSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
-
YANG text schema source representation.
- YangTextSchemaSource(SourceIdentifier) - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.YangTextSchemaSource
- YangTextSchemaSourceRegistration - Interface in org.opendaylight.yangtools.yang.parser.repo
- YangTextSnippet - Class in org.opendaylight.yangtools.yang.model.export
-
A YANG text snippet generated from a
DeclaredStatement
. - YangValidationBundles - Class in org.opendaylight.yangtools.yang.parser.rfc7950.reactor
- YangVariableReferenceExpr - Class in org.opendaylight.yangtools.yang.xpath.api
- yangVersion() - Method in interface org.opendaylight.yangtools.yang.parser.spi.meta.BoundStmtCtx
-
Return the
YangVersion
associated with this statement. - YangVersion - Enum Class in org.opendaylight.yangtools.yang.common
-
Enumeration of supported YANG versions.
- YangVersionEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
yang-version
statement. - YangVersionLinkageException - Exception in org.opendaylight.yangtools.yang.parser.spi.source
-
An exception indicating source-level problem across multiple YANG sources relating to how they are allowed to be linked between YANG versions.
- YangVersionLinkageException(CommonStmtCtx, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.YangVersionLinkageException
- YangVersionLinkageException(StatementSourceReference, String, Object...) - Constructor for exception org.opendaylight.yangtools.yang.parser.spi.source.YangVersionLinkageException
- YangVersionStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
yang-version
statement. - YangVersionStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- YangVersionStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YangVersionStatementSupport
- YangXPathAxis - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
XPath evaluation axis, as defined in XPath 1.0.
- YangXPathExpression - Interface in org.opendaylight.yangtools.yang.xpath.api
-
An XPath expression.
- YangXPathExpression.QualifiedBound - Interface in org.opendaylight.yangtools.yang.xpath.api
-
A Qualified-bound expression.
- YangXPathExpression.UnqualifiedBound - Interface in org.opendaylight.yangtools.yang.xpath.api
-
An Unqualified-bound expression.
- YangXPathMathMode - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
YangXPathParser
number compliance knobs. - YangXPathMathSupport - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Interface supporting mathematical operations.
- YangXPathNodeType - Enum Class in org.opendaylight.yangtools.yang.xpath.api
-
XPath node type as defined in XPath 1.0.
- YangXPathParser - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Interface for converting a String into a
YangXPathExpression
. - YangXPathParser.QualifiedBound - Interface in org.opendaylight.yangtools.yang.xpath.api
-
A
YangXPathParser
bound to aYangNamespaceContext
, producing Qualified-bound Expressions. - YangXPathParser.UnqualifiedBound - Interface in org.opendaylight.yangtools.yang.xpath.api
-
A
YangXPathParser
bound to aYangNamespaceContext
and a default namespace, producing Unqualified-bound Expressions. - YangXPathParserFactory - Interface in org.opendaylight.yangtools.yang.xpath.api
-
Factory for creating
YangXPathParser
s. - YIN_ELEMENT - Enum constant in enum class org.opendaylight.yangtools.yang.model.api.YangStmtMapping
- YinDomSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
-
Utility
YinXmlSchemaSource
exposing a W3CDOMSource
representation of YIN model. - YinElementEffectiveStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Effective representation of a
yin-element
statement. - YinElementStatement - Interface in org.opendaylight.yangtools.yang.model.api.stmt
-
Declared representation of a
yin-element
statement. - YinElementStatementSupport - Class in org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta
- YinElementStatementSupport(YangParserConfiguration) - Constructor for class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.meta.YinElementStatementSupport
- YinExportUtils - Class in org.opendaylight.yangtools.yang.model.export
- YinSchemaSourceRepresentation - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
A YIN
SchemaSourceRepresentation
. - YinStatementStreamSource - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
A
StatementStreamSource
based on aYinXmlSchemaSource
. - YinTextSchemaSource - Class in org.opendaylight.yangtools.yang.model.repo.api
-
YIN text schema source representation.
- YinTextSchemaSource(SourceIdentifier) - Constructor for class org.opendaylight.yangtools.yang.model.repo.api.YinTextSchemaSource
- YinTextToDomTransformer - Class in org.opendaylight.yangtools.yang.parser.rfc7950.repo
-
A
SchemaSourceTransformer
which handles translation of models fromYinTextSchemaSource
representation intoYinDomSchemaSource
. - YinXMLEventReaderFactory - Class in org.opendaylight.yangtools.yang.model.export
-
Factory for creating
XMLEventReader
instances reporting events equivalent to reading a YIN document defining a specifiedModuleEffectiveStatement
. - YinXmlSchemaSource - Interface in org.opendaylight.yangtools.yang.model.repo.api
-
YIN text schema source representation.
Z
- ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint16
-
Value of
0
. - ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint32
-
Value of
0
. - ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint64
-
Value of
0
. - ZERO - Static variable in class org.opendaylight.yangtools.yang.common.Uint8
-
Value of
0
.
_
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- _ATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- _ATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- _ATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- _ATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- _ATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- _decisionToDFA - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- _serializedATN - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionLexer
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.IfFeatureExpressionParser
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathLexer
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.LeafRefPathParser
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementLexer
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.parser.antlr.YangStatementParser
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierLexer
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.instanceIdentifierParser
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathLexer
- _sharedContextCache - Static variable in class org.opendaylight.yangtools.yang.xpath.antlr.xpathParser
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form