Andrew Broad's Website
Computer Science
PhD Project
Experimental Results
Semantic Strength


First Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : INTEGER;
  WHERE
    age >= 0;
  END_ENTITY;
END_SCHEMA;

Second Model

SCHEMA test;
  ENTITY person;
    name : STRING;
    age : INTEGER;
  WHERE
    age >= 18;
  END_ENTITY;
END_SCHEMA;

Experimental Results

ModeE-T-U-S-H-RMX
HLCs extracted from first model00010000
HLCs extracted from second model00010000
Comparisons3434343434343434
HLC-comparisons00020000
Correspondences77757777
HLC-correspondences00000000
Differences22252222
Number of FC-thesaurus lookups00000000
Number of name-thesaurus lookups00000000

Output (Mode E)

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

No HLCs.


Email me