Class ModelRegistry

java.lang.Object
com.ticxo.modelengine.api.model.mananger.ModelRegistry

public class ModelRegistry extends Object
  • Constructor Details

    • ModelRegistry

      public ModelRegistry()
  • Method Details

    • registerBlueprint

      public void registerBlueprint(ModelBlueprint blueprint)
    • clearRegistry

      public void clearRegistry()
    • getBlueprint

      @Nullable public @Nullable ModelBlueprint getBlueprint(String modelId)
    • getAllBlueprintId

      public Set<String> getAllBlueprintId()