Beispiel #1
0
 public override void OnBeforeSave()
 {
     if (WLTableOfIndustryClass.Count > 0)
     {
         WLTableOfIndustryClass.Save();
     }
     if (WLChunkTableOfIndustryClass.Count > 0)
     {
         WLChunkTableOfIndustryClass.Save();
     }
     if (semanticCloud.CountNodes() > 0)
     {
         semanticCloud.Save(folder.pathFor(name + "Cloud.xml", getWritableFileMode.overwrite, "Initial version of the semantic cloud, extracted from the Chunk Table"));
     }
     if (semanticCloudFiltered.CountNodes() > 0)
     {
         semanticCloudFiltered.Save(folder.pathFor(name + "CloudFiltered.xml", getWritableFileMode.overwrite, "Transformed version of the semantic cloud, after the Cloud Matrix was applied"));
     }
 }
Beispiel #2
0
 public override void OnBeforeSave()
 {
     WLTableOfIndustryClass.Save();
 }