Interface ActionStatementAwareDeclaredStatement<A>

All Superinterfaces:
DeclaredStatement<A>, ModelStatement<A>
All Known Subinterfaces:
AugmentStatement, ContainerStatement, GroupingStatement, ListStatement

@Beta public interface ActionStatementAwareDeclaredStatement<A> extends DeclaredStatement<A>
Statement which can contain action statements.
  • Method Details

    • getActions

      default @NonNull Collection<? extends ActionStatement> getActions()
      Return actions in this container. Since actions were introduced in RFC7950, hence RFC6020 semantics always returns an empty collection.
      Returns:
      collection of action statements