Package-level declarations
Provides the root contracts for accessing BetterModel services.
This package defines the stable entry points used by API consumers to reach the active platform, model managers, evaluator, logger, configuration, and event bus. It intentionally contains service contracts and facade methods only; platform implementations and runtime wiring belong to core or platform-specific modules.
Example:
var renderer = BetterModel.model("example_model");
var platform = BetterModel.platform();
Content copied to clipboard
Since
3.2.0
Types
Link copied to clipboard
class BetterModel
The main entry point for the BetterModel API.
Link copied to clipboard
interface BetterModelConfig
Represents the main configuration interface for BetterModel.
Link copied to clipboard
interface BetterModelEvaluator
Evaluator
Link copied to clipboard
interface BetterModelEventBus
A central event bus for handling model-related events.
Link copied to clipboard
interface BetterModelLogger
BetterModel's logger
Link copied to clipboard
Represents the main platform interface for BetterModel.