getActions
default Set<ActionDefinition> getActions()
All implementations should override this method.
The default definition of this method is used in YANG 1.0 (RFC6020) implementations of
AugmentationSchema, GroupingDefinition, ListSchemaNode and ContainerSchemaNode
which do not allow action statements.
These YANG statements have been changed in YANG 1.1 (RFC7950) and can now contain action statements.
The default definition is also used by implementations of ContainerSchemaNode which do not support
action statements such as InputEffectiveStatementImpl, OutputEffectiveStatementImpl and SchemaContext.
- Returns:
- set of action nodes