
% exemplar_of_wtype(File, Type)
% File exemplifies Type.
% File - atom, relative file name of an Examples folder file.
% Type - atom, name that appears in menu of 'New window' dialog.
%
% This predicate determines what file may be opened when Conception's
% File/New dialog's Demo button is clicked. 
%
% Include at most one File per Type. If more than one File is specified
% then only the first named will be used. If no File is specified
% or the specified file does not exist 
% then the Demo button will be disabled for that type.

exemplar_of_wtype('About_Conception.cpn', 'Concept map').
exemplar_of_wtype('Captain_Corelli.cpn', 'Character map').
exemplar_of_wtype('Public_transport_debate.cpn', 'Argument map').
exemplar_of_wtype('Department_SWOT_analysis.cpn', 'SWOT map').
exemplar_of_wtype('School_uniform_project_plan.cpn', 'Project plan').
exemplar_of_wtype('Politics_writing_plan.cpn', 'Writing plan').
exemplar_of_wtype('Water_small.cpn', 'Concept map - small').
exemplar_of_wtype('Decision_travel_to_school.cpn', 'Decision map').
exemplar_of_wtype('Sports_and_games_mindmap.cpn', 'Mind map').
exemplar_of_wtype('Crossing_the_road.cpn', 'Numbered steps').
exemplar_of_wtype('Gandhi_marked_text.cpn', 'Text markup window').
exemplar_of_wtype('Water_phrase_box.cpn', 'Phrase box').
exemplar_of_wtype('My_Kawasaki.cpn', 'Thematic map').