Uses of Class
org.tentackle.model.ModelDefaults
Packages that use ModelDefaults
Package
Description
Entity model.
Default model implementation.
Model parsing.
Model pretty printing.
-
Uses of ModelDefaults in org.tentackle.model
Methods in org.tentackle.model that return ModelDefaultsModifier and TypeMethodDescriptionEntityInfo.getModelDefaults()Gets the model defaults used when the entity was created from the model source.Model.getModelDefaults()Gets the model defaults.ModelDirectory.getModelDefaults()Gets the model defaults.Methods in org.tentackle.model with parameters of type ModelDefaultsModifier and TypeMethodDescriptionEntityFactory.createEntity(Document document, ModelDefaults modelDefaults) Creates an entity from a model source.voidModel.setModelDefaults(ModelDefaults modelDefaults) Sets the model defaults to apply when loading the model sources. -
Uses of ModelDefaults in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return ModelDefaultsModifier and TypeMethodDescriptionEntityInfoImpl.getModelDefaults()ModelDirectoryImpl.getModelDefaults()ModelImpl.getModelDefaults()Methods in org.tentackle.model.impl with parameters of type ModelDefaultsModifier and TypeMethodDescriptionEntityFactoryImpl.createEntity(Document document, ModelDefaults modelDefaults) protected EntityInfoModelImpl.createEntityInfo(ModelDefaults defaults, URL url) Creates a model entity wrapper.voidModelImpl.setModelDefaults(ModelDefaults modelDefaults) Constructors in org.tentackle.model.impl with parameters of type ModelDefaultsModifierConstructorDescriptionEntityInfoImpl(Entity entity, URL url, String modelSource, ModelDefaults defaults) Creates a model entity.ModelDirectoryImpl(String modelDir, ModelDefaults defaults, EntityAliases aliases) Creates a model directory object. -
Uses of ModelDefaults in org.tentackle.model.parse
Methods in org.tentackle.model.parse that return ModelDefaults -
Uses of ModelDefaults in org.tentackle.model.print
Methods in org.tentackle.model.print that return ModelDefaultsConstructors in org.tentackle.model.print with parameters of type ModelDefaultsModifierConstructorDescriptionPrintConfiguration(boolean printingAsComment, boolean usingVariables, ModelDefaults modelDefaults, List<String> optionAnnotations, int columnGap) Creates a printing configuration.