Ifd:IfdConflict

From dev.ifd-library.org

Jump to: navigation, search

The IfdConflict class.

The structure represents conflicts raised in a merge of a source IFD data to a target IFD population.

Class attributes: kind - STRING – conflict type:

  • 'CONCURRENT EDIT' – it was found then a merging concept is edited in target IFD population after the last synchronization;
  • 'UNRESOLVED REF.(S)' – it was not possible to resolve all external references of a relationship (they were removed in target or not collected from the source of the merge);
  • 'AN ERROR' – other type of conflict
  • IfdConcept local_concept - data for concurrent concept in target IFD population;
  • IfdConcept delta_concept - data for concurrent concept in source IFD population;
  • IfdValue local_value - data for concurrent value concept in target IFD population;
  • IfdValue delta_value -data for concurrent value concept in source IFD population;
  • IfdMeasure local_measure - data for concurrent measure concept in target IFD population;
  • IfdMeasure delta_measure - data for concurrent measure concept in source IFD population;
  • IfdRelationship local_relationship - data for concurrent relationship in target IFD population;
  • IfdRelationship delta_relationship - data for concurrent relationship in source IFD population;
  • INTEGER err_no - error number;
  • string comment - error description


Back to the API