{| class="wikitable" | width = "100%"
|-
! Name !! Type !! Description
|-
| SystemDefinitionsProvider || ISystemDefinitionProvider || The instance of the SystemDefinitions for the respective module is provided.
|-
| Initialize|| void || Initializes the UBIKEnvironment for the module.
|-
| Initialized|| bool || Returns true or false, depending on whether when the UBIKEnvironment plugin is initialized or not.
|-
| Terminate || void|| Terminates the UBIKEnvironment if it has been initialized.
|-
| DependencyModules || List<ModuleInfo> || Returns the module information for which it has a dependency.
|-
|}