INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: ""
project: "Visual Eiffel"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: ve_settings
class CES_CLUSTER
inherit

CES_ENTITY
redefine
make
end
creation

make
feature {NONE}-- Creation

make (section: CES_INI_SECTION; default_name: STRING)
feature -- Access

path: STRING
-- Cluster path
ensure
non_void_result: Result /= void

sources: ARRAY [CES_SOURCE]
-- All sources of the cluster

source_files: ARRAY [STRING]
-- All source files of the cluster
invariant

non_void_path_key: path_key /= void
end -- class CES_CLUSTER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES