Package jline.unified
Class ModelRegistry
java.lang.Object
jline.unified.ModelRegistry
Registry that maps model names to builder functions for unified cross-language testing.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet list of all registered model namesstatic ModelRegistryGet the singleton instance (for Java interop)static NetworkGet a model by name.static booleanCheck if a model is registered
-
Field Details
-
INSTANCE
-
-
Method Details
-
getInstance
Get the singleton instance (for Java interop) -
getModel
Get a model by name. -
getAvailableModels
Get list of all registered model names -
hasModel
Check if a model is registered
-