public interface IModelSettings
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isSimplifyConditions()
Checks if conditions should be simplified or not. 
 | 
boolean | 
isUsePrettyPrinting()
Checks if pretty printing is used or not. 
 | 
boolean | 
isUseUnicode()
Checks if unicode characters are used. 
 | 
boolean isUseUnicode()
true use unicode characters, false do not use unicode characters.boolean isUsePrettyPrinting()
true use pretty printing, false do not use pretty printing.boolean isSimplifyConditions()
true simplify conditions, false do not simplify conditions.