Andrew Broad's Website
Computer Science
PhD Project
Experimental Results
Mandatory Attribute/EXISTS


First Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : OPTIONAL INTEGER;
  WHERE
    EXISTS(age);
  END_ENTITY;
END_SCHEMA;

Second Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : INTEGER;
  END_ENTITY;
END_SCHEMA;

Experimental Results

ModeE-T-U-S-H-RMX
HLCs extracted from first model22220225
HLCs extracted from second model22220225
Comparisons2727272721252747
HLC-comparisons222201212
Correspondences77775679
HLC-correspondences22220124
Differences22222227
Number of FC-thesaurus lookups00000000
Number of name-thesaurus lookups00000004

Output (Mode E)

The frames generated by the CCUS (and output as HTML-ised FIL files) follow - a file for each frame-class:

HLCs:


Email me