Uses of Class
com.ticxo.modelengine.api.generator.model.ModelBlueprint
Package
Description
-
Uses of ModelBlueprint in com.ticxo.modelengine.api
Modifier and TypeMethodDescriptionstatic ModelBlueprint
ModelEngineAPI.getBlueprint
(@NotNull String modelId) Obtain a blueprint of this model ID.
Do not modify the blueprint unless you know what you are doing!Modifier and TypeMethodDescriptionstatic ActiveModel
ModelEngineAPI.createActiveModel
(@NotNull ModelBlueprint blueprint) Create an instance ofActiveModel
from aModelBlueprint
.abstract ActiveModel
ModelEngineAPI.createActiveModelImpl
(ModelBlueprint blueprint) -
Uses of ModelBlueprint in com.ticxo.modelengine.api.generator.parser
-
Uses of ModelBlueprint in com.ticxo.modelengine.api.model
Modifier and TypeMethodDescriptionActiveModel.getBlueprint()
Get the blueprint used to generate this model. -
Uses of ModelBlueprint in com.ticxo.modelengine.api.model.mananger
Modifier and TypeMethodDescription@Nullable ModelBlueprint
ModelRegistry.getBlueprint
(String modelId)