Uses of Class
org.tentackle.model.ModelDefaults
-
Packages that use ModelDefaults Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation.org.tentackle.model.print Model pretty printing. -
-
Uses of ModelDefaults in org.tentackle.model
Methods in org.tentackle.model with parameters of type ModelDefaults Modifier and Type Method Description EntityEntityFactory. createEntity(java.lang.String model, ModelDefaults modelDefaults)Creates an entity from a model source.EntityModel. loadByFileName(java.lang.String fileName, ModelDefaults defaults, EntityAliases aliases)Loads an entity for a given mapfile name.
Entities are cached so they are loaded and parsed only once.voidModel. loadModel(java.lang.String modelDir, ModelDefaults defaults, EntityAliases aliases)Loads the whole model from the model directory if not yet done. -
Uses of ModelDefaults in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return ModelDefaults Modifier and Type Method Description ModelDefaultsModelDirectory. getModelDefaults()Gets the model defaults.ModelDefaultsModelDirectoryImpl. getModelDefaults()Gets the model defaults.Methods in org.tentackle.model.impl with parameters of type ModelDefaults Modifier and Type Method Description EntityEntityFactoryImpl. createEntity(java.lang.String model, ModelDefaults modelDefaults)protected ModelDirectoryModelImpl. createModelDirectory(java.lang.String modelDir, ModelDefaults defaults, EntityAliases aliases)Creates a model directory object.EntityModelImpl. loadByFileName(java.lang.String fileName, ModelDefaults defaults, EntityAliases aliases)protected EntityModelImpl. loadByFileName(java.lang.String fileName, ModelDefaults defaults, EntityAliases aliases, boolean updateRelations)Loads an entity for a given mapfile name.
Entities are cached so they are loaded and parsed only once.voidModelImpl. loadModel(java.lang.String modelDir, ModelDefaults defaults, EntityAliases aliases)protected EntityModelImpl. parseEntity(ModelDefaults defaults, java.lang.String fileName)Parses the given file and returns the created entity.protected voidModelImpl. updateRelations(ModelDefaults defaults, EntityAliases aliases)Updates the inheritance links and relations of all entities in the model.protected voidModelImpl. updateRelations(ModelDefaults defaults, EntityAliases aliases, ModelEntity loadedModelEntity)Updates all relations.Constructors in org.tentackle.model.impl with parameters of type ModelDefaults Constructor Description ModelDirectoryImpl(java.lang.String modelDir, ModelDefaults defaults, EntityAliases aliases)Creates a model directory object. -
Uses of ModelDefaults in org.tentackle.model.print
Methods in org.tentackle.model.print that return ModelDefaults Modifier and Type Method Description ModelDefaultsPrintConfiguration. getModelDefaults()Gets the model defaults.Constructors in org.tentackle.model.print with parameters of type ModelDefaults Constructor Description PrintConfiguration(boolean printingAsComment, boolean usingVariables, ModelDefaults modelDefaults, java.util.List<java.lang.String> optionAnnotations, int columnGap)Creates a printing configuration.
-