Interface EffectiveStatementMixins.ActionNodeContainerMixin<A,D extends DeclaredStatement<A>>
- Type Parameters:
A
- Argument type (Empty
if statement does not have argument.)D
- Class representing declared version of this statement.
- All Superinterfaces:
ActionNodeContainer
,EffectiveStatement<A,
,D> ModelStatement<A>
- All Known Implementing Classes:
AbstractContainerEffectiveStatement
,AbstractGroupingEffectiveStatement
,AugmentEffectiveStatementImpl
,EmptyContainerEffectiveStatement
,EmptyGroupingEffectiveStatement
,EmptyListEffectiveStatement
,RegularContainerEffectiveStatement
,RegularGroupingEffectiveStatement
,RegularListEffectiveStatement
- Enclosing class:
EffectiveStatementMixins
public static interface EffectiveStatementMixins.ActionNodeContainerMixin<A,D extends DeclaredStatement<A>>
extends ActionNodeContainer
Bridge between
EffectiveStatementMixins.EffectiveStatementWithFlags
and ActionNodeContainer
.-
Method Summary
Modifier and TypeMethodDescriptiondefault <T> @NonNull Collection
<? extends @NonNull T> filterEffectiveStatements
(Class<T> type) default Collection
<? extends ActionDefinition> Return the set of actions.Methods inherited from interface org.opendaylight.yangtools.yang.model.api.ActionNodeContainer
findAction
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement
collectEffectiveSubstatements, effectiveSubstatements, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, getDeclared, statementOrigin, streamEffectiveSubstatements
Methods inherited from interface org.opendaylight.yangtools.yang.model.api.meta.ModelStatement
argument, statementDefinition
-
Method Details
-
getActions
Description copied from interface:ActionNodeContainer
Return the set of actions.- Specified by:
getActions
in interfaceActionNodeContainer
- Returns:
- set of action nodes
-
filterEffectiveStatements
-