
This software includes following files.

Notice: All src files include 'Japanease/Kanji' code for comments.
The 'O' marked files also include Kanji as program code,
while 'X' marked files do not include Kanji.

./install/

    login.com		Sample of login.com

    net_config.dat	Sample of net_config.dat

    grape_16.font	Font including GRAPE Mark

    grape_28.font	Font including GRAPE Mark

    grape.icon		GRAPE Icon

./src/

    ctl.grape		X Main routine of GRAPE

    cliant.grape	O Receiver of synchronize
			  message
			
    datamng.grape	X Data manager

    dispmsg.grape	O Message Window

    envget.ctl		X input problem and participants

    font.grape		X GRAPE font handler

    get_obj.grape	O Input the names of objects

    help.grape		X Grape Mark Menu
			
    msgport.grape	X Message port

    part.grape		X decide participants
			
    portslot.grape	X Message port
			
    rcver.grape		X relay message from
			  Controller to Synchronizer

    sender.grape	X send Ack to Controller
			
    syncer.grape	X Synchronizer

    init.ctl		X search connected machine and 
			  decide participants

    read_mato.ctl	X event handler of participants
			  decision
			
    decide_pro.ctl	O Input name of problem
			
    g_menu_pro.ctl	O Menus of input problem

    decide_par.ctl	O Input paricipants' sites
			
    g_menu_par.ctl	O Menus of input sites

    cluster.clu		X Fuzzy clustering
			
    matrix.clu		O Make similarity into matrix
			
    input_mat.clu	X Input similarity values
			
    sh_tree.clu		X show fuzzy clustering tree
			
    get_rui.att		O input names of clusters
			
    get_zoku.att	O input the names of attributes
			
    struct.eism		O input the dependencies between attributes
			
    cyclic.eism		X structurize attributes using Extended ISM
			
    froms.eism		X sub module of Ex-ISM
			
    trans.eism		X sub module of Ex-ISM
			
    uniq_list.eism	X sub module of Ex-ISM
			
    uti.eism		X misc utility for Ex-ISM
			
    mat_ave.tree	X make average matrix
			
    matrix.tree		X compute max eigen value and
			  its vector
			
    node.tree		X make node of tree
			
    priority.tree	X misc routine for matrix
			
    subtree.tree	X make subtree

    tree.tree		X show fuzzy tree of other participants
			
    ahp_menu.comp	O Menu of pairwize comparison of
			  AHP
			
    ave_mat.comp	X make geometric average of matrix
			
    comp.comp		O pairwise comparison toplevel
			
    compare.comp	O pairwise comparison bar
			
    harker.comp		O Harker's method of AHP
			
    hikaku.comp		O compute weight vector (eigen vector) of matrix
			
    ideal_mat.comp	X show ideal matrix computed from weight vector
			
    mat_table.comp	O pairwise comparison window
			
    matrix.comp		X misc routine for matrix
			
    set_comp.comp	X pairwise comparison for an attribute
			
    tool.comp		O show tree for AHP
			
    window.comp		X window for pairwise comparison
			
    ahp_tool.graph	O display tree structure in AHP
			
    tool.graph		O display tree structure after 
			  Fuzzy clustering
			
    draw.graph		X draw tree
			
    menu.graph		O menu of display window for graph
			
    temp.graph		X temporary window for tree
			
    a_line.graph	X draw oblique line
			
    sketch.graph	X arrange tree structure
			
    graph_io.graph	X graphical IO to window
			
    window.net		O windows for chatting (NYI)
			
    sh_window.net	O windows for chatting (NYI)
			
    input.talk		X input process for chatting
			
    output.talk		X show process for chatting
			
    start.talk		O start to chat
			
    window.talk		O sub window for chat
			
    send.mes		O send broadcast to other participants(NYI)
			

The extension of each src file indicates the usage of file.
The followings are the table of used extensions.

Extension	Description in English
grape:		Top level of GRAPE

ctl:		Network Controller and
		preprocess

clu:		Fuzzy clustering

att:		Input cluster names

eism:		Input Attributes and 
		Clustering by Extended ISM 

tree:		Input evaluation using AHP

comp:		Pairwise comparison

graph:		Tree Desplay

net:		Chatting window (NYI)

talk:		Chatting window (NYI)

mes:		Broadcast window (NYI)
