Interface ICommandInterfaceAccessor

All Known Implementing Classes:
CommandInterfaceAccessor

public interface ICommandInterfaceAccessor
Component that provides access to the command interface.
  • Method Details

    • getRoot

      Gets the command interface root.
      Parameters:
      engine - the BM engine.
      Returns:
      the command interface root.
    • getRoot

      CommandInterfaceRoot getRoot(IBmTransaction transaction)
      Gets the command interface root.
      Parameters:
      transaction - the BM transaction.
      Returns:
      the command interface root.