Andrew Broad's Website
Computer Science
PhD Project
Experimental Results
Mandatory One-or-More/Optional Zero-Or-More


First Model

SCHEMA test;
  ENTITY person;
    middle_names : LIST [0 : ?] OF STRING;
  END_ENTITY;
END_SCHEMA;

Second Model

SCHEMA test;
  ENTITY person;
    middle_names : OPTIONAL LIST [1 : ?] OF STRING;
  END_ENTITY;
END_SCHEMA;

Experimental Results

ModeE-T-U-S-H-RMX
HLCs extracted from first model33330333
HLCs extracted from second model22220222
Comparisons2929292324292929
HLC-comparisons22230222
Correspondences88856888
HLC-correspondences22210222
Differences33353333
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:

HLCs:


Email me