WO2001090827A2 - Informationsverarbeitungssystem und verfahren zu dessen betrieb - Google Patents
Informationsverarbeitungssystem und verfahren zu dessen betrieb Download PDFInfo
- Publication number
- WO2001090827A2 WO2001090827A2 PCT/DE2001/001932 DE0101932W WO0190827A2 WO 2001090827 A2 WO2001090827 A2 WO 2001090827A2 DE 0101932 W DE0101932 W DE 0101932W WO 0190827 A2 WO0190827 A2 WO 0190827A2
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- zds
- information processing
- processing system
- client
- master
- Prior art date
Links
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B15/00—Systems controlled by a computer
- G05B15/02—Systems controlled by a computer electric
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
Definitions
- the invention relates to an information processing system and a method for its operation according to the preamble of the independent claims.
- the invention originates from the field of modeling complex systems.
- the starting point is an information processing system with which a data exchange between several technical applications is to be carried out.
- the main problem when modeling complex systems is to match the dynamic and the static model view.
- the dynamic model view is usually represented by process models and the static model view by data models.
- This method has the disadvantage that it is very inflexible compared to e.g. Changes or additions in the process and data structure is.
- the object of the invention is to propose an information processing system and a method for its operation, with which a specification and development of the interfaces between the technical applications is simplified.
- the information processing system comprises a central communication entity (ZDS) for managing and forwarding information from a database, at least one master information processing system which communicates with the ZDS via an interface and provides information to the ZDS on request, at least one client information processing system, which communicates with the ZDS via an interface and receives information from the ZDS on request, whereby the information managed by the ZDS is described by an object model that includes a conceptual object model (KOM) that contains the entire database provided by the master and client systems describes, and the associated systems and the respective specific services with regard to the COM descriptive views (views) that determine the elements of the database managed by the ZDS that the systems in question know.
- ZDS central communication entity
- the invention is based on an object-oriented procedure when modeling the processes.
- the object-oriented procedure looks like this:
- the object-oriented approach has the advantage that it can be used relatively uniformly across all phases of the software development process (specialist concept / analysis - IT concept / design - implementation / implementation - operation / maintenance), which is not the case with traditional methods ,
- Each master system preferably provides the ZDS with the elements of its data stock which are defined in an associated master view, the elements of the data stock for which the system has data sovereignty being contained in the master view of a connected master system.
- each client system has access to the data defined in an associated client view via a data access service, the client view of a connected system containing the elements of the database for which the system can call up information from the ZDS.
- the views for the connected systems from the COM are formed by the operations projection and selection.
- the projection is used to select which elements are contained in a view in the form of classes, attributes, methods, relationships of the COM.
- a selection is used to select individual objects in a class.
- a selection is only possible in a client view.
- a filter rule is preferably defined as a selection criterion for a class, which determines which objects are contained in the client view.
- the respective view of the ZDS determines the elements of the COM that the connected system knows, a view being described by: - classes with their
- the ZDS provides the connected master and client systems with at least two communication mechanisms in the form of a data access service and a message service, with all the services provided by the ZDS being defined as methods in the object model. Selection criteria can be used for the services, which additionally restrict the criteria defined for the classes.
- the data access services are defined for both client and master systems.
- the client systems define the data access services that are technically necessary for them, with which they want to access the data defined in the client view.
- Data access services for the master systems can then be defined from the requirements of the client data access services.
- the message services within the ZDS object model are defined in both master and client views. Changes in the database of a master system are reported to the ZDS via the message services, the ZDS making these changes available to the affected client systems.
- class category In general, a separate class category is set up for each system connected to the ZDS. Each class category can itself contain two class categories for master and client views.
- the special class category KOM is subdivided into several subcategories based on certain criteria.
- the class categories include:
- Figure 1 Overview of a ZDS-based information processing system
- Figure 2 Representation of the hierarchy of the class categories in the ZDS
- Figure 3 Definition of the interface of a view
- Figure 4 Tree structure for Figure 3;
- Figure 6 Representation of an update message with old and new values.
- a central data server ZDS 1 serves as a central communication entity between technical applications that can occur as master systems 3 and / or client systems 2.
- Using the ZDS 1 makes it possible to carry out communication between these applications using standardized procedures based on a unified view of the data.
- Each application system 2; 3 only needs an interface to the ZDS 1. It is no longer necessary to communicate between two communicating Systems to develop their own interface. This significantly reduces the development and maintenance work for the interfaces.
- the ZDS 1 itself is not an application system as such. It does not perform any functional functions, does not offer a direct user interface and does not contain any technical data itself. Technical functions, user interfaces and technical data management can be found in the individual application systems 2; 3 instead.
- the ZDS 1 has read access to the databases of the application systems and offers services through which the application systems can access all the databases of the connected application systems known to the ZDS. Since many of the technical data are only processed in the specific application system, only part of the data is generally made public via ZDS 1, namely the part that is also required by other application systems for their tasks. The sum of all data stocks accessible via the ZDS 1 is described in a common model, the Conceptual Object Model (KOM) 4 of the ZDS 1.
- KOM Conceptual Object Model
- ZDS 1 The services of ZDS 1 and access to them are for all connected systems 2; 3 equal. For each system, however, the specific services are described in a special view of the conceptual object model 4 of the ZDS 1. This specific view must be known to the system and the ZDS 1 and is defined individually for each system.
- Each connected system can act in two different roles compared to the ZDS 1: as a master system 3 and / or as a client system 2.
- a master system 3 provides the ZDS 1 with the part of its data stock defined in a respective master view 6. In addition, the master systems 3 notify the ZDS 1 of changes in their own database.
- a client system 2 uses the options provided by the ZDS 1 to access the data defined in a client view 5. Messages about data changes in the data stock contained in the client view 5 can be picked up by the client system 2 from the ZDS 1. By decoupling Master 6 and Client View 5, it is possible that certain changes to Master Views 6 do not affect the Client Views
- Data is transferred from one master system 3 to another.
- the ZDS 1 provides the connected master 3 and client systems 2 with two communication mechanisms:
- the data access service of the ZDS 1 enables the client systems 2 to access the data stocks defined in the ZDS 1.
- the resulting access to the master systems 3 responsible for the desired data is not visible to the client systems 2, i.e. the client systems 2 have no knowledge of which master systems 3 the requested data belong to.
- An association is the most general form of a relationship between classes. It describes the semantics and structure of a number of object relationships.
- the cardinality of the association determines how many objects the related
- An attribute is a data element that is contained in every object of a class and can have an individual value in each object.
- An attribute is described by its name and its type.
- Identifying attributes are characterized by the fact that they uniquely determine an object, i.e. there is no other object with the same identifying
- the has relationship or aggregation is a special form of the more general association relationship.
- the classes involved describe a whole sub-hierarchy, i.e. an aggregation describes how something whole is composed of its parts.
- a class is a set of objects that have a common structure and behavior.
- the structure of a class is described by the attributes and relationships to other classes, the behavior by the operations of a class. class category
- Class categories are used to split the logical model.
- Class category can include classes and other class categories. In contrast to a class, however, it does not directly contain any operations or states of the
- An object relationship is a concrete relationship between objects. It is an instance of an association.
- An object is a concrete existing unit, it has a status, a behavior and an identity.
- Each object is an instance of a class.
- the information of an object is represented by attributes, the structure of which is defined in the class.
- the behavior is determined by the operations defined in the class and is the same for all objects in a class.
- Inheritance is a relationship between classes, with one class (subclass or subclass) sharing the structure and behavior of the other class (superclass or superclass).
- the subclass is a specialized type of the superclass.
- FIG. 2 shows the structure of the ZDS object model 10 and the rules according to which the views 5, 6 of the connected systems 2; 3 are formed.
- the ZDS object model 10 consists of the conceptual object model (KOM) 4 and the views 5, 6 (views) of the connected systems.
- the overall model was therefore divided into several categories, with a category 11, 14, 17 being provided for each system connected to the ZDS 1.
- There is a category ZDS-KOM 11 which contains the KOM 4.
- the COM 4 itself is in turn divided into several subcategories 12, 13, which are based on technical criteria.
- the connected systems for example system A and system B, each form a category 14, 17, the name of the category which contains the view of the connected system on the ZDS 1 being assigned, for example, the postfix “view” (for example system A -view).
- Each connected system can act as a master 3 and / or client system 2 compared to the ZDS 1. Therefore, in categories 14, 17, depending on the role of the system, the subcategories Master View 15 or 18 and Client View
- the view 5, 6 (view) on the ZDS 1 determines the elements of the COM 4 that the connected system knows. It is described by those contained therein
- the master view 6 of a connected system contains the elements for which the system is the "master", ie for which the system has data sovereignty.
- a primary master system is defined for each class. This is responsible for the identifying attributes of the class, in many cases also for all other attributes. However, if other systems are responsible for other attributes, then these systems are referred to as the secondary master system.
- master views of the secondary master systems also contain the identifying attributes of the class.
- the client view 5 of a connected system contains the elements for which the system wants to receive information from the ZDS.
- Views 5, 6 for the connected systems cannot be formed arbitrarily from COM 4.
- the operations projection and selection are allowed. Operations other than selection and projection are not possible! There are e.g. no join operation, by means of which several classes of the KOM 4 are mapped to a class of a ZDS client view 5.
- a projection is used to select which elements (classes, attributes, methods, relationships) of the KOM 4 are contained in a view 5, 6. All other elements of the KOM 4 are hidden by the projection.
- a selection is only possible in a client view 5. Individual objects of a class can be selected by a selection. This can be done for a class as
- Objects are contained in the client view 5.
- the filter rules are defined for the classes of client view 5. You will e.g. in a syntax based on the SQL language.
- the ZDS 1 assumes that the data within a master system 3 are consistent at all times.
- Consistency conditions can be defined in Client Views 5.
- Consistency rules are defined on the basis of a client view 5, i.e. this corresponds to the logical definition that a client view 5 must be inherently consistent.
- Consistency attributes are the attributes that are necessary for the evaluation of consistency rules.
- the syntax of the consistency rules corresponds to the syntax of the filter rules
- the projection for classes and relationships takes place in that the class categories of views 5, 6 only contain the classes and relationships that belong to the view.
- view-specific descriptions can be specified in the "Documentation" field of the respective specification dialog.
- the selection i.e. additional filtering cannot be expressed in Booch notation.
- the selection criteria are therefore specified in the 'Selection criteria' property of the class belonging to the view.
- Consistency rules are defined on the basis of a client view 5.
- the consistency rules in the Rose model are therefore shown in the 'Consistency rule' property of the client view category.
- ZDS 1 Different types of services are provided by ZDS 1:
- Selection criteria can also be specified for services. They also restrict the criteria defined for the classes. They are defined in the 'Selection criterion' property of the relevant method. In order to comply with the applicable rules for creating client and master views 5, 6, the methods must also be modeled in the corresponding classes in KOM 4.
- References to sub-objects can be formed from has relationships and associations, the name of the reference corresponding to the name of the has relationship or the role name of the association.
- Attributed associations existing in the view are resolved, as is shown in FIG. 3 using the Booch notation.
- the associated tree structure is shown in FIG. 4. From class A 19, the class name of link class 21 can be used to navigate to it, with the cardinality The relationship on the part of class B determines whether there are one or more objects from the link class. The link class can then be used to navigate to class B 20 via the role name (identifying attribute B) (FIG. 3)
- Data access services are defined for client 2 and master systems 3.
- Client systems 2 define the retrieve services that are technically necessary for them, with which they want to access the data defined in the client view 5.
- retrieve services for the master systems 3 are defined from the requirements of the client retrieve services.
- the data access service uses this to determine the data requested by the client systems 2.
- retrieve services are modeled as class methods of the respective class.
- Message services are defined within the ZDS object model 10 both in master views 6 and in client views 5.
- the messages that the master system 3 sends to the ZDS 1 are defined in a master view 6.
- the messages that are sent from the ZDS 1 to the client system 2 are defined in a client view 5.
- a message is defined as the method of the respective class.
- Client systems only receive messages that are of interest to them, i.e. that affect the database of the respective client. For this, the selection criteria must be observed during processing.
- the following information belongs to a message:
- Figure 5 shows the basic structure of the message data.
- the data structure (function parameter 'message_data') contains a maximum of two entries:
- the value 'filter' is present in every update message that is sent to a client system 2 and contains the value that was determined when the filter rule was evaluated. If no filter rule has been defined for client 2, the value TRUE is entered. The result of the filter rule is required for handling update messages on the client side.
- the 'data' substructure is contained in every message, both in the messages for the client systems 2 and in the messages which are sent from the master systems 3 to the ZDS 1.
- the structure of the substructure depends on the respective specification of the message.
- the structure of 'data' corresponds exactly to the elements that the client system 2 would like to receive.
- the content of the 'data' substructure depends on the message type:
- 'data' contains the data of the object to be deleted.
- This information is specified in the client view 5 in the ZDS property 'Messagenaten Client' of the respective method.
- old values are displayed in update messages as follows: Instead of the actual attribute value, there is an object of the class 'changed' in the data structure. This object has the attributes 'new' and 'old', which contain the new or old attribute value.
- the 'changed' class is specifically defined for this purpose. Although it is not used when defining the message data structure, it is included in the data structure if the old values are supplied.
- the example according to FIG. 6 shows the data structure in the event that attribute A of class C was changed:
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Automation & Control Theory (AREA)
- Stored Programmes (AREA)
- Computer And Data Communications (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Control By Computers (AREA)
Abstract
Description
Claims
Priority Applications (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
AU2001265806A AU2001265806A1 (en) | 2000-05-23 | 2001-05-23 | Information processing system and method for operation thereof |
EP01943124A EP1285315B1 (de) | 2000-05-23 | 2001-05-23 | Informationsverarbeitungssystem und verfahren zu dessen betrieb |
US10/276,987 US20040093606A1 (en) | 2000-05-23 | 2001-05-23 | Information processing system and method for operation thereof |
PL01365905A PL365905A1 (en) | 2000-05-23 | 2001-05-23 | Information processing system and method for operation thereof |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE10025050.5 | 2000-05-23 | ||
DE10025050A DE10025050A1 (de) | 2000-05-23 | 2000-05-23 | Informationsverarbeitungssystem und Verfahren zu dessen Betrieb |
Publications (2)
Publication Number | Publication Date |
---|---|
WO2001090827A2 true WO2001090827A2 (de) | 2001-11-29 |
WO2001090827A3 WO2001090827A3 (de) | 2002-11-21 |
Family
ID=7642954
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/DE2001/001932 WO2001090827A2 (de) | 2000-05-23 | 2001-05-23 | Informationsverarbeitungssystem und verfahren zu dessen betrieb |
Country Status (8)
Country | Link |
---|---|
US (1) | US20040093606A1 (de) |
EP (1) | EP1285315B1 (de) |
AU (1) | AU2001265806A1 (de) |
CZ (1) | CZ306010B6 (de) |
DE (1) | DE10025050A1 (de) |
PL (1) | PL365905A1 (de) |
RU (1) | RU2276403C2 (de) |
WO (1) | WO2001090827A2 (de) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
DE10219913A1 (de) * | 2002-05-03 | 2003-11-20 | Siemens Ag | Automatisierungswerkzeug |
DE10219911A1 (de) * | 2002-05-03 | 2003-11-20 | Siemens Ag | Automatisierungswerkzeug |
US8010375B2 (en) * | 2004-05-11 | 2011-08-30 | Sap Ag | Object model for global trade applications |
CN102331930B (zh) * | 2011-07-13 | 2014-12-10 | 北京邮电大学 | 一种信息系统灾难恢复时间目标的计算方法 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2319863A (en) | 1996-11-30 | 1998-06-03 | Int Computers Ltd | Groupware adapted for inter/intranet |
Family Cites Families (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5329619A (en) * | 1992-10-30 | 1994-07-12 | Software Ag | Cooperative processing interface and communication broker for heterogeneous computing environments |
US5797136A (en) * | 1995-10-05 | 1998-08-18 | International Business Machines Corporation | Optional quantifiers in relational and object-oriented views of database systems |
US6246410B1 (en) * | 1996-01-19 | 2001-06-12 | International Business Machines Corp. | Method and system for database access |
GB2310574B (en) * | 1996-02-22 | 2000-05-31 | Dsc Telecom Lp | Handling of commands passed between server and client stations of a telecommunications system |
US5760770A (en) * | 1996-05-15 | 1998-06-02 | Microsoft Corporation | System and method for defining a view to display data |
US5958012A (en) * | 1996-07-18 | 1999-09-28 | Computer Associates International, Inc. | Network management system using virtual reality techniques to display and simulate navigation to network components |
US5917498A (en) * | 1996-11-12 | 1999-06-29 | International Business Machines Corporation | Multi-object views in an object modeling tool |
US5983267A (en) * | 1997-09-23 | 1999-11-09 | Information Architects Corporation | System for indexing and displaying requested data having heterogeneous content and representation |
US6700590B1 (en) * | 1999-11-01 | 2004-03-02 | Indx Software Corporation | System and method for retrieving and presenting data using class-based component and view model |
-
2000
- 2000-05-23 DE DE10025050A patent/DE10025050A1/de not_active Ceased
-
2001
- 2001-05-23 PL PL01365905A patent/PL365905A1/xx not_active Application Discontinuation
- 2001-05-23 WO PCT/DE2001/001932 patent/WO2001090827A2/de active Application Filing
- 2001-05-23 AU AU2001265806A patent/AU2001265806A1/en not_active Abandoned
- 2001-05-23 US US10/276,987 patent/US20040093606A1/en not_active Abandoned
- 2001-05-23 EP EP01943124A patent/EP1285315B1/de not_active Expired - Lifetime
- 2001-05-23 RU RU2002134486/09A patent/RU2276403C2/ru not_active IP Right Cessation
- 2001-05-23 CZ CZ2002-4204A patent/CZ306010B6/cs not_active IP Right Cessation
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
GB2319863A (en) | 1996-11-30 | 1998-06-03 | Int Computers Ltd | Groupware adapted for inter/intranet |
Non-Patent Citations (1)
Title |
---|
SOON-YOUNG HUH: "An object-oriented database model for a change management framework in workgroup computing systems", INFORMATION AND SOFTWARE TECHNOLOGY, vol. 40, no. 2, 25 May 1998 (1998-05-25), pages 79 - 92 |
Also Published As
Publication number | Publication date |
---|---|
DE10025050A1 (de) | 2001-12-06 |
PL365905A1 (en) | 2005-01-10 |
EP1285315A2 (de) | 2003-02-26 |
US20040093606A1 (en) | 2004-05-13 |
RU2276403C2 (ru) | 2006-05-10 |
CZ20024204A3 (cs) | 2003-05-14 |
CZ306010B6 (cs) | 2016-06-22 |
WO2001090827A3 (de) | 2002-11-21 |
EP1285315B1 (de) | 2012-05-23 |
AU2001265806A1 (en) | 2001-12-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
DE69315378T2 (de) | Einen dynamischen Nachrichtenservice verwendendes objektorientiertes Softwaresystem, besonders für eine Kontroll-/Steuer-Vorrichtung für eine redundante Architektur | |
DE69934894T2 (de) | Verfahren und vorrichtung zur wahlweisen einstellung des zugangs zu anwendungsmerkmalen | |
EP1258812B1 (de) | Virtuelle Datenbank heterogener Datenstrukturen | |
DE69408337T2 (de) | Steuersystem einer relationellen datenbank gemäss einer objekt-orientierten logik, die die zugriffe auf die datenbank verringert, und entsprechendes verfahren | |
DE10031716B4 (de) | Abonnement und Benachrichtigung bei Datenbanktechnik | |
DE68926345T2 (de) | Datenverarbeitungsnetzwerk | |
DE69800428T2 (de) | Informationsverarbeitungssystemarchitektur | |
DE10003015A1 (de) | Die Erzeugung von Ereignis-Bedingungs-Aktions-Regeln aus Prozessmodellen | |
EP1151399A1 (de) | Integration heterogener Datenbank-Systeme | |
DE19705955A1 (de) | Verfahren zum Generieren einer Implementierung eines Workflow-Prozessmodells in einer Objektumgebung | |
DE68924977T2 (de) | Steuermodul für eine Arbeitsstation. | |
DE102012001406A1 (de) | Automatische Konfiguration eines Produktdatenmanagementsystems | |
DE69803468T2 (de) | Vorrichtung und verfahren zur erzeugung eingekapselter und leistungseffizienter datenreferenzen in einer objektorientierten steuerung und verteiltes steuersystem | |
EP1821165B1 (de) | Nutzung von Variablen in mehreren Automatisierungssystemen | |
WO2001090827A2 (de) | Informationsverarbeitungssystem und verfahren zu dessen betrieb | |
EP3441919A1 (de) | Verfahren zum austausch von daten zwischen engineering-tools eines engineering-systems sowie engineering-system zur durchführung des verfahrens | |
EP1516234A2 (de) | Informationserzeugungssystem für die produktentstehung | |
DE69522855T2 (de) | Informationssystem zur Abfrage von aus betrieblichen Applikationen stammenden zentralisierten Informationen | |
EP1099172B1 (de) | Verfahren, anordnung und satz mehrerer anordnungen zur behebung mindestens einer inkonsistenz in einer datenbankmenge, die eine datenbank sowie mindestens eine kopiedatenbank der datenbank aufweist | |
DE112007000461T5 (de) | Kontrolle eines Objekts der realen Welt in verbundenen Systemen | |
EP1054528B1 (de) | Verfahren zum Ausführen einer Anforderung einer Netzwerkverwaltungseinrichtung | |
DE102006037968B4 (de) | Universelle und erweiterbare Datenverwaltung mit Beobachtungs- und Interprozesskommunikations-Mechanismen | |
EP1332446A2 (de) | System, verfahren und computerprogramm zur konfiguration von objekten | |
DE69620303T2 (de) | Verfahren und Gerät zum Teilen von Verwaltungsinformationen über einen gemeinsamen Speicher | |
DE60000301T2 (de) | Verfahren, gerät, und hergestellter gegenstand für beinamen |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AK | Designated states |
Kind code of ref document: A2 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A2 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application | ||
DFPE | Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101) | ||
WWE | Wipo information: entry into national phase |
Ref document number: 2001943124 Country of ref document: EP |
|
AK | Designated states |
Kind code of ref document: A3 Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DK DM DZ EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ PL PT RO RU SD SE SG SI SK SL TJ TM TR TT TZ UA UG US UZ VN YU ZA ZW |
|
AL | Designated countries for regional patents |
Kind code of ref document: A3 Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZW AM AZ BY KG KZ MD RU TJ TM AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR BF BJ CF CG CI CM GA GN GW ML MR NE SN TD TG |
|
WWE | Wipo information: entry into national phase |
Ref document number: PV2002-4204 Country of ref document: CZ |
|
WWP | Wipo information: published in national office |
Ref document number: 2001943124 Country of ref document: EP |
|
WWE | Wipo information: entry into national phase |
Ref document number: 10276987 Country of ref document: US |
|
WWP | Wipo information: published in national office |
Ref document number: PV2002-4204 Country of ref document: CZ |
|
NENP | Non-entry into the national phase |
Ref country code: JP |