Class Elaborator


  • public class Elaborator
    extends Object
    Author:
    Luca Frosini (ISTI - CNR)
    • Method Detail

      • isAggregationAllowed

        public boolean isAggregationAllowed()
      • elaborate

        public void elaborate​(boolean forceEarlyAggregation,
                              boolean forceRerun,
                              boolean forceRestart,
                              boolean skipAggregation)
                       throws Exception
        Throws:
        Exception
      • getOriginalRecordsBackupFile

        public static File getOriginalRecordsBackupFile​(File elaborationDirectory,
                                                        AggregationInfo aggregationInfo)
      • getAggregatedRecordsBackupFile

        protected File getAggregatedRecordsBackupFile​(File originalRecordsbackupFile)
                                               throws Exception
        Throws:
        Exception