Design
protege.txt
Associated article: Building Internet Distributed Computing Applications
Tags: Database Web Development Design
Published source code accompanying the article by David Houlding in which he examines Protege, a tool that lets you efficiently map out an Enterprise Architecture to enable knowledge mining for analysis and planning. Also see PROTEGE.ZIP.
Enterprise Architecture with Protégé by David Houlding Example 1: (a) class Service ( Component ) : def __init__( self, _service ) : self._service = _service Component.__init__( self, _service ) def getInterfaces( self ) : return getCollection( self._service, "Interfaces_of_Service", "Interface" ) def ...


