getModel

public static FileModelConverter getModel(String id)

O(1) single-model lookup against the live registry. Prefer this over getConvertedFileModels when only one model is needed — the snapshot getter copies the whole registry per call.

Return

the registered model, or null if the ID is null or unknown

Parameters

id

the normalized model ID, may be null