File

src/app/dto/config.ts

Index

Properties

Properties

directoryToExportModels
Type : string
directoryToInteraction
Type : string
directoryToSaveModels
Type : string
feature
Type : boolean
Default value : false
pathLastOptimizationInput
Type : string
pathPapyrus
Type : string
pathToProfile
Type : string
pathToProfileConcern
Type : string
pathToProfilePatterns
Type : string
pathToProfileRelationships
Type : string
pathToTemplateModelsDirectory
Type : string
patterns
Type : boolean
Default value : false
relationships
Type : boolean
Default value : false
smarty
Type : boolean
Default value : false
export class Config {
  pathToTemplateModelsDirectory: string;
  directoryToSaveModels: string;
  directoryToInteraction: string;
  pathPapyrus: string;
  directoryToExportModels: string;
  pathToProfile: string;
  pathToProfileConcern: string;
  pathToProfileRelationships: string;
  pathToProfilePatterns: string;
  pathLastOptimizationInput: string;
  smarty:boolean = false;
  feature:boolean = false;
  patterns:boolean = false;
  relationships:boolean = false;
}

result-matching ""

    No results matching ""