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


First Model

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

Second Model

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

Experimental Results

ModeE-T-U-S-H-RMX
HLCs extracted from first model11110111
HLCs extracted from second model22220222
Comparisons4141414137414141
HLC-comparisons11110111
Correspondences99998999
HLC-correspondences11110111
Differences11111111
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