Uses of Class
com.ticxo.modelengine.api.generator.model.ModelBlueprint
Packages that use ModelBlueprint
Package
Description
-
Uses of ModelBlueprint in com.ticxo.modelengine.api
Methods in com.ticxo.modelengine.api that return ModelBlueprintModifier and TypeMethodDescriptionstatic ModelBlueprintModelEngineAPI.getBlueprint(@NotNull String modelId) Obtain a blueprint of this model ID.
Do not modify the blueprint unless you know what you are doing!Methods in com.ticxo.modelengine.api with parameters of type ModelBlueprintModifier and TypeMethodDescriptionstatic ActiveModelModelEngineAPI.createActiveModel(@NotNull ModelBlueprint blueprint) Create an instance ofActiveModelfrom aModelBlueprint.abstract ActiveModelModelEngineAPI.createActiveModelImpl(ModelBlueprint blueprint) -
Uses of ModelBlueprint in com.ticxo.modelengine.api.generator.parser
Methods in com.ticxo.modelengine.api.generator.parser that return ModelBlueprint -
Uses of ModelBlueprint in com.ticxo.modelengine.api.model
Methods in com.ticxo.modelengine.api.model that return ModelBlueprintModifier and TypeMethodDescriptionActiveModel.getBlueprint()Get the blueprint used to generate this model. -
Uses of ModelBlueprint in com.ticxo.modelengine.api.model.mananger
Methods in com.ticxo.modelengine.api.model.mananger that return ModelBlueprintModifier and TypeMethodDescription@Nullable ModelBlueprintModelRegistry.getBlueprint(String modelId) Methods in com.ticxo.modelengine.api.model.mananger with parameters of type ModelBlueprint