-
public final class LibraryModel extends Model<LibraryModel.Data>
Represents the library model that collects and exposes data about the CHEQ SST SDK library.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLibraryModel.DataData class representing the library model data.
This class holds information about the library, including its name, version, and custom models.
-
Method Summary
Modifier and Type Method Description LibraryModel.Dataget(ModelContext modelContext)Retrieves the data for the library model. -
-
Method Detail
-
get
LibraryModel.Data get(ModelContext modelContext)
Retrieves the data for the library model.
- Parameters:
modelContext- The context for managing models.
-
-
-
-