Uses of Class
net.ssehub.easy.basics.modelManagement.IndentationConfiguration
-
Packages that use IndentationConfiguration Package Description de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation net.ssehub.easy.basics.modelManagement Model management classes for reuse (realizing imports, loading, interlinking, notifying, etc.).net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model.net.ssehub.easy.varModel.model Base package for the variability model. -
-
Uses of IndentationConfiguration in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation
Methods in de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation that return IndentationConfiguration Modifier and Type Method Description private IndentationConfigurationModelTranslator. processIndentHint(de.uni_hildesheim.sse.vil.templatelang.templateLang.IndentationHint hint)Processes an indentation hint and returns the indentation configuration. -
Uses of IndentationConfiguration in net.ssehub.easy.basics.modelManagement
Methods in net.ssehub.easy.basics.modelManagement that return IndentationConfiguration Modifier and Type Method Description IndentationConfigurationIModel. getIndentationConfiguration()Returns the indentation configuration for this model. -
Uses of IndentationConfiguration in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return IndentationConfiguration Modifier and Type Method Description IndentationConfigurationScript. getIndentationConfiguration() -
Uses of IndentationConfiguration in net.ssehub.easy.instantiation.core.model.common
Fields in net.ssehub.easy.instantiation.core.model.common declared as IndentationConfiguration Modifier and Type Field Description private IndentationConfigurationRuntimeEnvironment.Context. indentationConfigurationMethods in net.ssehub.easy.instantiation.core.model.common that return IndentationConfiguration Modifier and Type Method Description IndentationConfigurationDummyModel. getIndentationConfiguration()IndentationConfigurationRuntimeEnvironment.Context. getIndentationConfiguration()Returns the indentation information for the underlying model.IndentationConfigurationRuntimeEnvironment. getIndentationConfiguration()Returns the indentation information for the underlying model. -
Uses of IndentationConfiguration in net.ssehub.easy.instantiation.core.model.templateModel
Fields in net.ssehub.easy.instantiation.core.model.templateModel declared as IndentationConfiguration Modifier and Type Field Description private IndentationConfigurationTemplate. indentationConfigurationprivate IndentationConfigurationTemplateDescriptor. indentationConfigurationMethods in net.ssehub.easy.instantiation.core.model.templateModel that return IndentationConfiguration Modifier and Type Method Description IndentationConfigurationTemplate. getIndentationConfiguration()IndentationConfigurationTemplateDescriptor. getIndentationConfiguration()Returns the indentation configuration.Methods in net.ssehub.easy.instantiation.core.model.templateModel with parameters of type IndentationConfiguration Modifier and Type Method Description private voidTemplateLangWriter. printIndenationHint(IndentationConfiguration config)Prints the indentation hint related to the givenconfig.voidTemplateDescriptor. setIndentationConfiguration(IndentationConfiguration config)Defines the indentation configuration. -
Uses of IndentationConfiguration in net.ssehub.easy.varModel.model
Methods in net.ssehub.easy.varModel.model that return IndentationConfiguration Modifier and Type Method Description IndentationConfigurationProject. getIndentationConfiguration()Returns the indentation configuration for this model.
-