DE10355607A1 - Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories - Google Patents

Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories Download PDF

Info

Publication number
DE10355607A1
DE10355607A1 DE10355607A DE10355607A DE10355607A1 DE 10355607 A1 DE10355607 A1 DE 10355607A1 DE 10355607 A DE10355607 A DE 10355607A DE 10355607 A DE10355607 A DE 10355607A DE 10355607 A1 DE10355607 A1 DE 10355607A1
Authority
DE
Germany
Prior art keywords
entity
entities
input
identifiers
link
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
DE10355607A
Other languages
German (de)
Inventor
Nils Meyer
Willfried Dr. Wienholt
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Siemens AG
Original Assignee
Siemens AG
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Siemens AG filed Critical Siemens AG
Priority to DE10355607A priority Critical patent/DE10355607A1/en
Publication of DE10355607A1 publication Critical patent/DE10355607A1/en
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/28Databases characterised by their database models, e.g. relational or object models
    • G06F16/284Relational databases
    • G06F16/288Entity relationship models

Abstract

The method involves assigning two entities to respective sets of entities. A link is created between the two entities by linking their identification systems, where each entity has an entity memory. The identification systems are used as identifying units that are unambiguous and common, and are stored in common identification and link memories. Legitimate entity types (34) are stored in an entity type memory. Independent claims are also included for the following: (A) an arrangement for creating a linkage between entities (B) a product for a data processing unit that consists of a code section for performing a method of creating a linkage between entities.

Description

In automatisierten industriellen Herstellungsverfahren und auch sonst in Unternehmen fallen eine Vielzahl ganz unterschiedlicher Informationen zu technischen Systemen an, die strukturiert abgelegt werden müssen, um sie im Bedarfsfall wieder auffinden zu können. Diese Informationen werden dazu häufig in relationalen Datenbanken abgelegt. Da in einem automatisierten industriellen Herstellungsprozess und in einem Unternehmen allerdings eine Vielzahl verschiedener Informationen zueinander in Beziehung stehen, die in verschiedenen Tabellen abgelegt werden, ergibt sich ein sehr komplexes und schlecht skalierbares Datenmodell.In automated industrial manufacturing process and otherwise Companies have a lot of different information to technical systems that have to be stored in a structured manner in order to they can be found again if necessary. This information will be often stored in relational databases. Because in an automated industrial manufacturing process and in a company however a variety of different information related to each other stand, which are stored in different tables, results a very complex and poorly scalable data model.

In relationalen Datenbanken wird eine N:M Beziehung zwischen zwei Tabellen mit Hilfe einer Zusatztabelle dargestellt. In 1 ist ein solches Herstellen von Verknüpfungen zwischen physikalischen Entitäten für ein Herstellungsverfahren von Fahrzeugen dargestellt. Es handelt sich dabei um die ersten Entitäten Limousine, Cabrio und Kombi, die dem Entitätstyp Fahrzeug angehören. Zweite Entitäten Schiebedach, Klimaanlage und Winterreifen gehören dem Entitätstyp Ausstattung an. Die Entitäten und ihre Identifikatoren sind entitätstypweise in Entitätsspeichern 11 in Form von Tabellen gespeichert. Dabei enthält beispielsweise die Tabelle für den Entitätstyp "Fahrzeug" die drei Entitäten Limousine, Cabrio und Kombi und ihre zugehörigen Identifikatoren 1, 2 und 3.In relational databases, an N: M relationship between two tables is represented by means of an additional table. In 1 such production of links between physical entities is illustrated for a vehicle manufacturing process. These are the first entities sedan, convertible and station wagon that belong to the vehicle entity type. Second entities sunroof, air conditioning and winter tires belong to the entity type Equipment. The entities and their identifiers are entity types in entity stores 11 saved in the form of tables. For example, the table for the entity type "Vehicle" contains the three entities sedan, convertible and station wagon and their associated identifiers 1, 2 and 3.

Eine der ersten Entitäten ist mehreren zweiten Entitäten zugeordnet und zwei der zweiten Entitäten sind mehreren ersten Entitäten zugeordnet. Dazu ist den Entitäten jeweils ein Identifikator ID zugeordnet und die Verknüpfung zwischen je zwei Entitäten werden durch Verknüpfungen ihrer Identifikatoren hergestellt, die in einem Verknüpfungsspeicher 12 in Form einer Verknüpfungstabelle gespeichert sind, die die Fahrzeuge mit den Ausstattungen verknüpft.One of the first entities is associated with a plurality of second entities and two of the second entities are associated with a plurality of first entities. For this purpose, the entities are each assigned an identifier ID and the links between each two entities are made by links of their identifiers, which are in a link memory 12 stored in the form of a link table linking the vehicles to the equipment.

Steigt die Anzahl der über N:M in Beziehung miteinander stehenden Tabellen, entstehen schnell komplexe Datenstrukturen, die schwer handhabbar sind. Bisher wurden in relationalen Datenbanksystemen für jede Art von Information einzelne Tabellen angelegt. Diese wurden dann über Fremdschlüsselverweise bei 1:N Beziehungen bzw. über zusätzliche Tabellen bei N:M Beziehungen miteinander verknüpft. Dadurch entstehen sehr komplexe Datenmodelle, wie beispielsweise in 2 ersichtlich. Dort sind physikalische Entitäten, die den sechs Entitätstypen Themen, Schlagworte, Besprechung, Information, Personen und Projekt angehören, mit ihren zugehörigen Identifikatoren in sechs Entitätsspeichern 21 in Form von Tabellen gespeichert. Zusätzlich ergeben sich bei beliebigen Verknüpfungsmöglichkeiten fünfzehn, im vorliegenden Beispiel zwölf Verknüpfungsspeicher 22 in Form von Verknüpfungstabellen.As the number of tables related through N: M increases, complex data structures that are difficult to handle quickly arise. Previously, individual tables were created in relational database systems for each type of information. These were then linked together using foreign key references in 1: N relationships or via additional tables in N: M relationships. This results in very complex data models, such as in 2 seen. There are physical entities that belong to the six entity types topics, keywords, meeting, information, people, and project, with their associated identifiers in six entity stores 21 saved in the form of tables. In addition, fifteen, in the present example twelve, link memories result from any desired linkage possibilities 22 in the form of link tables.

Die Entitätstabellen 21 enthalten zu jeder Entität einen Identifikator und Eigenschaften der Entität. Die Verknüpfungstabellen 22 enthalten die Paare von Identifikatoren der Entitäten, die jeweils verknüpft werden.The entity tables 21 contain an identifier and properties of the entity for each entity. The link tables 22 contain the pairs of identifiers of the entities that are linked respectively.

Alternativ kommen zur Ablage von Informationen dieser oder ähnlicher Strukturen auch objektorientierte Datenbanken zum Einsatz.alternative come to store information of these or similar structures and object-oriented Databases are used.

Davon ausgehend liegt der Erfindung die technische Aufgabe zugrunde, das industrielle automatisierte Herstellen von Verknüpfungen zwischen Entitäten rationeller und kostengünstiger zu ermöglichen.From that Based on the invention, the technical object is based, the industrial automated making links between entities more rational and cheaper to enable.

Diese Aufgabe wird durch die in den unabhängigen Ansprüchen angegebenen Erfindungen gelöst. Vorteilhafte Ausgestaltungen ergeben sich aus den abhängigen Ansprüchen.These The object is achieved by those specified in the independent claims Inventions solved. Advantageous embodiments emerge from the dependent claims.

Dementsprechend gehören in einem Verfahren zum, insbesondere automatisierten industriellen, Herstellen von Verknüpfungen zwischen Entitäten erste Entitäten einem ersten Entitätstyp und zweite Entitäten einem zweiten Entitätstyp an. Solche Entitätstypen können beispielsweise Personen, Themen, Schlagworte, Besprechungen, Informationen und Aktivitäten sein, denen als physikalische Entitäten konkrete Personen, Informationen etc. zugeordnet sind. Zumindest eine erste Entität ist mehreren zweiten Entitäten zugeordnet und zumindest eine zweite Entität ist mehreren ersten Entitäten zugeordnet. Dadurch ergeben sich mehrfache N:M Beziehungen zwischen den Entitätstypen bzw. Entitäten, da jeweils eine Mehrzahl N > 1 von Entitäten auf der einen Seite einer Mehrzahl M > 1 von Entitäten auf der anderen Seite zugeordnet ist. Jeder Entität ist jeweils ein Identifikator zugeordnet und Verknüpfungen zwischen zwei Entitäten werden durch Verknüpfen ihrer Identifikatoren hergestellt. Der Identifikator ist ein entitätstypübergreifend-eindeutiger Identifikator, das heißt, dass er über die Entitäten in sämtlichen verwendeten Entitätstypen eindeutig ist und nicht nur für den jeweiligen Entitätstyp. Die Verknüpfung zwischen je zwei Entitäten wird durch Verknüpfen ihrer entitätstypübergreifend-eindeutigen Identifikatoren hergestellt. Dadurch wird ein Verknüpfen der Entitäten über nur eine einzige Tabelle ermöglicht.Accordingly belong in a process for, in particular, automated industrial manufacturing of shortcuts between entities first entities a first entity type and second entities a second entity type at. Such entity types can for example, people, topics, keywords, meetings, information and activities whose physical entities are concrete persons, information etc. are assigned. At least one first entity is associated with multiple second entities and at least a second entity is several first entities assigned. This results in multiple N: M relationships between the entity types or entities, since in each case a plurality N> 1 of entities assigned on the one hand to a plurality M> 1 of entities on the other side is. Every entity In each case an identifier is assigned and links between two entities be linked by linking of their identifiers. The identifier is an entity type-unique identifier, it means that he over the entities in all used entity types is unique and not just for the respective entity type. The link between every two entities is linked by linking their entity type-unique Identifiers made. This will link the Entities over only one only table allows.

Dem liegt der abstrahierende Gedanke zugrunde, dass alle Informationen mit beliebigen anderen Informationen verknüpft werden können, wenn man sie unabhängig von ihrem Typ behandelt.This is based on the abstracting idea that all information with arbitrary ande information can be linked to it, regardless of its type.

Um die zu ihren jeweils entitätsübergreifend-eindeutigen Identifikatoren gehörenden Entitäten nicht aufwändig in allen Entitätsspeichern der einzelnen Entitätstypen zu suchen, werden die entitätsübgreifend-eindeutigen Identifikatoren zweckmäßig in einem gemeinsamen Identifikatorenspeicher (Maintable) gespeichert, der sämtliche verwendeten Identifikatoren enthält. Außerdem enthält er zu jedem der Identifikator den Entitätstyp der Entität, die der Identifikator identifiziert. Dadurch ist eine einfache 1:1 Beziehung zu den Entitätsspeichern gegeben. Optional kann der Identifikatorspeicher auch noch eine Beschreibung der jeweiligen durch den einzelnen Identifikator identifizierten Entität enthalten, wie beispielsweise den Namen und Vornamen einer Person, wenn der Entitätstyp der Entität "Person" ist, oder den Namen der Besprechung, wenn der Entitätstyp der Entität "Besprechung" ist.Around to their respective entity-unique Identifiers belonging entities not expensive in all entity stores the individual entity types search will be the entity-unique Identifiers expedient in one shared identifier memory (Maintable) stored, the all contains used identifiers. Furthermore contains It assigns to each of the identifiers the entity type of the entity that is the identifier identified. This is a simple 1: 1 relationship to the entity stores given. Optionally, the identifier memory also a Description of the respective identified by the individual identifier entity contain, such as the name and first name of a person, if the entity type the entity is "person" or the name the meeting, if the entity type is the entity "meeting".

Zur Verknüpfung zwischen je zwei Entitäten ist die Verknüpfung ihrer entitätstypübergreifend-eindeutigen Identifikatoren in einem gemeinsamen Verknüpfungsspeicher gespeichert. Durch die Verwendung von entitätstypübergreifend-eindeutigen Identifikatoren für alle Entitäten unabhängig vom Entitätstyp kann hier auf einen einzigen gemeinsamen Verknüpfungsspeicher zurückgegriffen werden, der beispielsweise in Form einer Tabelle ausgeführt ist. Die Identifikatoren im gemeinsamen Identifikatorspeicher sind 1:∞ mit dem gemeinsamen Verknüpfungsspeicher verknüpft, das heißt ein entitätsübergreifend-eindeutiger Identifikator kann beliebig oft im gemeinsamen Verknüpfungsspeicher vorkommen und damit beliebig häufig mit Identifikatoren anderer Entitäten verknüpft sein.to shortcut between every two entities The link their entity type-unique Identifiers stored in a shared memory link. By using entity type unique-unique Identifiers for all entities independently of the entity type can fall back here on a single common link memory be executed in the form of a table, for example. The identifiers in the shared identifier memory are 1: ∞ with the common link memory connected, this means a cross-entity-unique Identifier can be any number of times in the common link memory occur and as often as you like linked to identifiers of other entities.

Die Vorteile des Verfahrens ergeben sich insbesondere, wenn neben dem ersten und zweiten Entitätstyp noch weitere Entitätstypen verwendet werden, denen jeweils weitere Entitäten angehören. Auch den Entitäten der weiteren Entitätstypen ist dann jeweils ein entitätstypübergreifend-eindeutiger Identifikator zugeordnet, der über die Entitäten und die Entitätstypen eindeutig ist, und die Verknüpfung zwischen je zwei Entitäten des ersten, des zweiten und der weiteren Entitätstypen wird durch Verknüpfen ihrer entitätstypübergreifend-eindeutigen Identifikatoren hergestellt. Der große Vorteil bei dem Verfahren ist, dass für die weiteren Entitätstypen bzw. die Verknüpfung von deren Entitäten untereinander und mit Entitäten anderer Entitätstypen keine neuen Verknüpfungsspeicher in Form von Verknüpfungstabellen angelegt werden müssen, sondern dass die notwendigen Einträge dafür im gemeinsamen Identifikatorenspeicher und im gemeinsamen Verknüpfungsspeicher vorgenommen werden können. Dadurch ergeben sich bei einer Vielzahl von Entitätstypen, etwa bei sechs oder mehr, sehr viel einfachere Datenstrukturen, da auf eine enorme Anzahl von Verknüpfungsspeichern verzichtet werden kann.The Advantages of the method arise in particular when in addition to the first and second entity type even more entity types be used, each of which further entities belong. Also the entities of other entity types is then an entity type-unique identifier assigned over the entities and the entity types is unique, and the link between two entities each The first, second, and other types of entities are linked by linking their entitätstypübergreifend-clear Identifiers made. The big advantage with the procedure is that for the other entity types or the link of their entities with each other and with entities other entity types no new link storage in the form of link tables have to be created but that the necessary entries for it in the common identifier memory and in the common link memory can be made. This results in a variety of entity types, about six or more, much simpler data structures, since dispensed with an enormous number of link memories can be.

Wie üblich, ist es auch hier zweckmäßig, zusätzlich für jeden Entitätstyp einen Entitätsspeicher zu verwenden, in dem jeweils die entitätstypübergreifend-eindeutigen Identifikatoren der Entitäten gespeichert werden, die zum jeweiligen Entitätstyp gehören. Zusätzlich zum Identifikator einer jeden Entität werden im zu ihrem Entitätstyp gehörenden Entitätsspeicher auch noch sämtliche weiteren zu speichernden Eigenschaften und/oder Attribute der Entität gespeichert. So können beispielsweise zur physikalischen Entität Person zu der jeweiligen Person ihr entitätstypübergreifend-eindeutiger Identifikator, ein Adressformular, der Titel, der Nachname, der Vorname, die Abteilung, die Telefonnummer und die e-Mail gespeichert werden.As usual, is It is also useful here, in addition to each entity an entity store too using, in each case, the entity type-unique identifiers of the entities stored belonging to the respective entity type. In addition to the identifier of a every entity im to their entity type belonging Entitätsspeicher also all stored further properties and / or attributes of the entity. So can for example, to the physical entity person to the respective one Person's entity type-unique Identifier, an address form, the title, the last name, the First name, department, phone number and e-mail saved become.

Zu einer Entität des Entitätstyps "Termin" kann beispielsweise das Datum, die Uhrzeit, der Ort und die Art des Treffens gespeichert werden.To an entity For example, the entity type "Appointment" can the date, time, location and nature of the meeting become.

Zu einer Information werden zusätzlich zum entitätstypübergreifend-eindeutigen Identifikator ein Verweis auf die Information und die Quelle gespeichert.To Information will be additional to entity type unique Identifier stored a reference to the information and the source.

Zu einer physikalischen Entität des Typs "Aktivität" werden beispielsweise neben dem entitätstypübergreifend-eindeutigen Identifikator das Anfangsdatum und das Enddatum gespeichert.To a physical entity for example, the type of activity next to the entity type-unique Identifier stored the start date and end date.

Die Identifikatoren im gemeinsamen Identifikatorenspeicher sind 1:1 mit den Identifikatoren in den Entitätsspeichern verknüpft, entsprechen diesen also 1:1, das heißt, jeder Identifikator ist unabhängig von Entitätstyp seiner Entität im Gesamtsystem eindeutig.The Identifiers in the shared identifier memory are 1: 1 linked to the identifiers in the entity stores So this one-to-one, that is, each identifier is independent of entity his entity in the overall system clearly.

Vorzugsweise wird noch ein Entitätstypspeicher verwendet, in dem die zulässigen Entitätstypen gespeichert sind und der 1:∞ mit dem gemeinsamen Identifikatorspeicher verknüpft ist. So lässt sich abfragen, ob eine von einem Benutzer neu im System angelegte Entität einen zulässigen Entitätstyp aufweist.Preferably will still be an entity type store used in which the allowed Entity types stored are and the 1: ∞ with linked to the common identifier memory. That's how it works query whether an entity newly created by a user in the system has a permissible entity having.

Zumindest einige der Speicher, also der gemeinsame Identifikatorenspeicher, der gemeinsame Verknüpfungsspeicher, die Entitätsspeicher und der Entitätstypspeicher sind vorzugsweise als Tabellen ausgeführt, insbesondere als Tabellen einer relationalen Datenbank.At least some of the memory, that is, the shared identifier memory, the shared link memory, the entity stores and the entity type store are preferably implemented as tables, in particular as tables a relational database.

Vorteilhafte Ausgestaltungen der Anordnung ergeben sich analog zu den vorteilhaften Ausgestaltungen des Verfahrens und umgekehrt.advantageous Embodiments of the arrangement are analogous to the advantageous Embodiments of the method and vice versa.

Ein Erzeugnis, insbesondere ein Programmprodukt, für eine Datenverarbeitungsanlage, das Codeabschnitte enthält, mit denen eines der geschilderten Verfahren auf der Datenverarbeitungsanlage ausgeführt werden kann, lässt sich durch geeignete Implementierung des Verfahrens in einer Programmiersprache und Übersetzung in von der Datenverarbeitungsanlage ausführbaren Code ausführen. Die Codeabschnitte werden dazu gespeichert. Dabei wird unter einem Programmprodukt das Programm als handelbares Produkt verstanden. Es kann in beliebiger Form vorliegen, so zum Beispiel auf Papier, einem computerlesbaren Datenträger oder über ein Netz verteilt.One Product, in particular a program product, for a data processing system, contains the code sections, with which one of the described methods are carried out on the data processing system can, lets through appropriate implementation of the method in a programming language and translation execute in executable from the data processing system code. The code sections are saved to it. It is under a program product understood the program as a tradable product. It can be in any Form, for example, on paper, a computer-readable disk or over distributed a network.

Weitere Vorteile und Merkmale der Erfindung ergeben sich aus der Beschreibung eines Ausführungsbeispiels anhand der Zeichnung. Dabei zeigt:Further Advantages and features of the invention will become apparent from the description an embodiment based on the drawing. Showing:

1 eine Anordnung zum Herstellen von Verknüpfungen zwischen physikalischen Entitäten nach dem Stand der Technik; 1 an arrangement for establishing links between physical entities of the prior art;

2 eine alternative Anordnung zum Herstellen von Verknüpfungen zwischen physikalischen Entitäten nach dem Stand der Technik; 2 an alternative arrangement for establishing links between physical entities of the prior art;

3 eine Anordnung zum Herstellen von Verknüpfungen zwischen physikalischen Entitäten, bei der entitätsübergreifend-eindeutige Identifikatoren verwendet werden, 3 an arrangement for establishing links between physical entities using entity-unique identifiers,

4 einen Screenshot einer Benutzerschnittstelle für eine solche Anordnung. 4 a screenshot of a user interface for such an arrangement.

Verwendet wird ein flexibler und einfach zu handhabender rekursiver Identifikatorenspeicher in Form einer Tabelle. Wenn man davon ausgeht, dass alle physikalischen Entitäten mit beliebigen anderen physikalischen Entitäten verknüpft werden können, kann man genau dieses Merkmal in einen gemeinsamen Speicher in Form einer Tabelle ziehen, in dem zusätzlich noch der Typ der Entität abgelegt wird. Die speziellen Attribute und Eigenschaften der verschiedenen Entitäten werden dann in jeweils einem zusätzlichen Entitätsspeicher in Form einer Tabelle pro Entitätstyp gespeichert, der mit dem Speicherinhalt in dem Identifikatorenspeicher (Haupttabelle, Maintable) über den Primärschlüssel verknüpft ist. Zur Darstellung beliebiger Beziehungen ist jetzt nur noch ein gemeinsamer Verknüpfungsspeicher in Form einer Tabelle notwendig, der ein Element, also einen Identifikator aus dem gemeinsamen Identifikatorenspeicher, mit einem anderen Element, also Identifikator aus dem gemeinsamen Identifikatorenspeicher, rekursiv verknüpft.used becomes a flexible and easy-to-use recursive identifier store in the form of a table. If one assumes that all physical entities can be linked to any other physical entities you just put this feature into a shared memory in the form of a Pull table in addition still the type of the entity is filed. The special attributes and characteristics of the different ones entities are then each in an additional Entitätsspeicher in the form of a table per entity type stored with the memory contents in the identifier memory (Main table, maintable) the primary key is linked. To represent any relationship is now only a common link memory necessary in the form of a table, which is an element, ie an identifier from the shared identifier store, with another item, ie identifier from the shared identifier memory, recursively linked.

Dies wird anhand des in 3 abgebildeten Ausführungsbeispiels erläutert. In diesem Beispiel sollen zwischen den Entitätstypen Person (Person), Termin (Appointment), Information (Information) und Aktivität (Activity) N:M Beziehungen hergestellt werden. Im Gegensatz zu den zum Stand der Technik erläuterten Beispielen werden diese Beziehungen alle über einen gemeinsamen Verknüpfungsspeicher (32, Relationships) in Form einer Tabelle hergestellt. Ein gemeinsamer Identifikatorenspeicher (33, Maintable) in Form einer Tabelle stellt eine abstrakte Information dar, die erst durch die Attribute der verknüpften Entitäten in den Entitätsspeichern (31, Person, Appointment, Information, Activity) in Form von Tabellen näher bestimmt wird. Nur das Attribut Beschreibung (Description), das alle Informationsarten gemeinsam haben, wird ebenfalls mit in den gemeinsamen Identifikatorenspeicher (Maintable) gezogen.This is based on the in 3 illustrated embodiment explained. In this example, we want to establish N: M relationships between the entity types Person (Person), Appointment, Information (Information), and Activity (Activity). In contrast to the examples explained in the prior art, these relationships are all connected via a common link memory ( 32 , Relationships) in the form of a table. A common identifier store ( 33 , Maintable) in the form of a table represents an abstract information, which is created only by the attributes of the linked entities in the entity stores ( 31 , Person, Appointment, Information, Activity) in the form of tables. Only the Description attribute, which all information types have in common, is also dragged into the common identifier store (maintable).

Im Entitätstypspeicher (34, Entitytype) in Form einer Tabelle sind die möglichen Entitätstypen abgelegt. Durch diesen zusätzlichen Speicher kann sichergestellt werden, dass im gemeinsamen Identifikatorenspeicher (33, Maintable) nur Entitätstypen verwendet werden, zu denen auch ein zusätzlicher Entitätsspeicher (31, Person, Appointment, Information, Activity) in Form einer Tabelle existiert, der die einzelnen Entitäten näher spezifiziert. Speziell für die Anwendung, die in 3 dargestellt ist, existiert im Entitätstypspeicher (34, Entitytype) noch ein Schreibberechtigungsfeld (Read Only), das angibt, welche Felder ein Benutzer im Nachhinein noch verändern darf und welche nicht.In entity type store ( 34 , Entity type) in the form of a table, the possible entity types are stored. This additional memory can ensure that in the common identifier memory ( 33 , Maintable) only entity types can be used, including an additional entity store ( 31 , Person, Appointment, Information, Activity) in the form of a table that specifies the individual entities in more detail. Especially for the application in 3 is represented exists in the entity type memory ( 34 , Entitytype) nor a write permission field (Read Only), which indicates which fields a user may change after the fact and which not.

Die entitätsübergreifend-eindeutigen Identifikatoren setzen sich im Ausführungsbeispiel aus dem Namen (Input_user) des Benutzers, der die Entität angelegt bzw. eingegeben hat, und dem Datum bzw. der Zeit (Input_date_and_time) des Anlegens bzw. der Eingabe zusammen. So wird, auch wenn das Verfahren von mehreren Benutzern gleichzeitig benutzt wird, sichergestellt, dass jeder Identifikator im gesamten System und damit auch entitätsübergreifend eindeutig bleibt. Bei einem einzelnen Benutzer würde hier auch ein Laufindex ausreichen, der einfach hochgezählt wird.The entitätsübergreifend-clear Identifiers are in the embodiment of the name (Input_user) of the user who created or entered the entity has and the date or time (input_date_and_time) of the creation or the input together. So, even if the procedure of multiple users simultaneously, ensures that every identifier in the entire system and thus across all entities remains unique. For a single user, here too would be a running index enough, just counted up becomes.

Im Entitätsspeicher (31, Person) zum Entitätstyp Person werden zu jeder Entität außer dem Identifikator (Input_user, Input_date_and_time) noch folgende Attribute gespeichert: eine Anrede und/oder ein Adressformular (Form_of_address), ein Titel (Title), ein Vorname (Given_name), ein Nachname (Surname), eine Abteilung (Department), eine Telefonnummer (Phone) und eine e-Mail-Adresse (eMail).In the entity store ( 31 , Person) for the entity type Person, the following attributes are stored for each entity apart from the identifier (input_user, input_date_and_time): a salutation and / or an address form (form_of_address), a title, a first name (Given_name), a last name (Surname ), a department, a telephone number and an e-mail address.

Im Entitätsspeicher (31, Appointment) zum Entitätstyp Termin werden für jede Entität zusätzlich zu ihrem Identifikator (Input_user, Input_date_and_time) noch folgende Attribute gespeichert: Datum (Date), Ort (Place) und Art des Termins (Meetingtype).In the entity store ( 31 , Appointment) for entity type Appointment, the following attributes are stored for each entity in addition to its identifier (Input_user, Input_date_and_time): Date, Place and Ter mins (meeting type).

Im Entitätsspeicher (31, Information) zum Entitätstyp Information werden zu jeder Entität außer ihrem Identifikator (Input_user, Input_date_and_time) noch folgende Attribute gespeichert: Verweis (Link), Quelle (Source).In the entity store ( 31 , Information) for the entity type Information, the following attributes are stored for each entity apart from its identifier (Input_user, Input_date_and_time): Link, Source.

Im Entitätsspeicher (31, Activity) zum Entitätstyp Aktivität werden zu jeder Entität außer ihrem Identifikator (Input_user, Input_date_and_time) noch folgende Attribute gespeichert: Startzeit (Startdate) und Endzeit (Enddate).In the entity store ( 31 , Activity) for the entity type activity, the following attributes are stored for each entity apart from its identifier (input_user, input_date_and_time): start time (start date) and end time (end date).

Im gemeinsamen Identifikatorenspeicher (33, Maintable) werden zu jeder Entität außer ihrem Identifikator (Input user, Input_date_and_time) noch folgende Attribute gespeichert: Der Typ der Entität (Entitytype) und eine Beschreibung (Description). Die Identifikatoren im gemeinsamen Identifikatorenspeicher (33, Maintable) sind 1:1 mit den Identifikatoren (Input_user, Input_date_and_time) in den Entitätsspeichern (31, Person, Appointment, Information, Activity) verknüpft.In the common identifier memory ( 33 , Maintable), the following attributes are stored for each entity apart from its identifier (input user, input_date_and_time): the type of the entity (entity type) and a description (description). The identifiers in the shared identifier memory ( 33 , Maintable) are 1: 1 with the identifiers (input_user, input_date_and_time) in the entity stores ( 31 , Person, Appointment, Information, Activity).

Der gemeinsame Verknüpfungsspeicher (32, Relationships) enthält Paare von Identifikatoren ((Input_user, Input_date_and_time)_1, (Input_user, Input_date_and_time)_2). Die Identifikatoren des gemeinsamen Verknüpfungsspeichers sind ∞:1 mit den Identifikatoren des gemeinsamen Identifikatorenspeichers verknüpft.The shared link memory ( 32 , Relationships) contains pairs of identifiers ((input_user, input_date_and_time) _1, (input_user, input_date_and_time) _2). The identifiers of the shared memory are ∞: 1 linked to the identifiers of the common identifier memory.

Der Entitätstypspeicher (34, Entitytype) enthält neben den Entitätstypen (Entitytype) Identifikatoren (Input_user, Input_date_and_time) und das Schreibberechtigungsfeld (Read Only).The entity type store ( 34 , Entitytype) contains not only the entity types (entity type) but also identifiers (input_user, input_date_and_time) and the write permission field (read only).

Durch die Abstraktion mit Hilfe eines flexiblen und einfach zu handhabenden gemeinsamen Identifikatorenspeichers in Form einer rekursiven Tabelle wird die Komplexität des Verfahrens und der Anordnung bei einer größeren Anzahl von Entitätstypen extrem reduziert. Dies liegt im Wesentlichen daran, dass nur noch ein gemeinsamer Verknüpfungsspeicher für die Beziehungen notwendig ist, während er im Stand der Technik für I Entitätstypen 1+2+3+...+I-1 Verknüpfungstabellen benötigt werden, wenn es sich bei allen Beziehungen um N:M Beziehungen handelt.By the abstraction with the help of a flexible and easy to handle common identifier memory in the form of a recursive table the complexity the method and arrangement for a larger number of entity types extremely reduced. This is essentially due to the fact that only a shared link store for the Relationships is necessary while he in the art for I entity types 1 + 2 + 3 + ... + I-1 link tables needed when all relationships are N: M relationships.

Dadurch, dass nur ein einziger gemeinsamer Verknüpfungsspeicher in Form einer Beziehungstabelle vorhanden ist, sinkt nicht nur die Komplexität, sondern es steigt zusätzlich auch noch die Skalierbarkeit. Während im geschilderten Modell nach dem Stand der Technik für eine Erweiterung um die L-te Informationsart L-1 Beziehungstabellen hinzugefügt werden müssen, ist bei der Verwendung von entitätstypübergreifend-eindeutigen Identifikatoren und einem gemeinsamen Identifikatorspeicher kein einziger zusätzlicher Verknüpfungsspeicher in Form einer Beziehungstabelle notwendig. Soll das bestehende Verfahren bzw. die bestehende Anordnung um eine Informationsart erweitert werden, legt man einfach einen zusätzlichen Entitätsspeicher in Form einer Tabelle für die speziellen Attribute des Entitätstyps an und nimmt den Namen dieses neu angelegten Entitätsspeichers als Entitätstyp in den Entitätstypspeicher (Entitytype) auf.Thereby, that only a single common link memory in the form of a Relationship table is present, not only the complexity decreases, but it increases additionally also the scalability. While in the described model according to the prior art for an extension to be added to the L-th information type L-1 relationship tables have to, is unique when using entity type-unique Identifiers and a common identifier memory no only additional link memory necessary in the form of a relationship table. Should the existing procedure or the existing arrangement has been extended by one type of information you just add an extra entity store in the form of a table for the special attributes of the entity type and takes the name this newly created entity store as entity type in the entity type store (Entity type).

Der Vorteil im Gegensatz zur Verwendung eines objektorientierten Datenbanksystems liegt in der einfacheren Handhabung relationaler Datenbanklösungen. In gängigen Programmiersprachen wie Visual Basic.NET oder auch JAVA sind bereits Schnittstellen zu relationalen Datenbanksystemen vorgesehen. Damit ist es mit normalen SQL-Kenntnissen möglich, Anwendungen mit einer komplexen Beziehungsstruktur zu entwickeln, ohne sich zeitaufwändig mit den Konzepten objektorientierten Datenbanksysteme zu befassen. Außerdem ist es in diesen Programmiersprachen relativ einfach möglich, ansprechende Benutzerschnittstellen zu entwickeln. Darüber hinaus sind häufig bereits relationale Datenbanksysteme in Unternehmen und Produktionsprozessen vorhanden und müssen nicht teuer erworben werden.Of the Advantage in contrast to the use of an object-oriented database system lies in the easier handling of relational database solutions. In common Programming languages like Visual Basic.NET or JAVA are already Interfaces to relational database systems provided. In order to is it possible with normal SQL skills to run applications with one to develop complex relationship structure without having to spend time consuming to deal with the concepts of object-oriented database systems. Besides that is it in this programming languages relatively easy possible, appealing To develop user interfaces. In addition, many are already Relational database systems in companies and production processes available and must not to be purchased expensive.

Die Vorteile können beispielsweise in einem Verfahren oder an einer Anordnung zur teaminternen, strukturierten Sammlung von physikalischen Entitäten verwendet werden. Dabei können alle Mitarbeiter Entitäten wie Besprechungen, Dateien, Personen, Vorgänge und Schlagwörter in der Anordnung in Form einer Datenbank ablegen und beliebig zueinander in Beziehung setzen. Bei der Suche nach Informationen in Form von Entitäten kann dann gezielt nach einem Typ mit einem beliebigen Wert in einem Feld gesucht werden oder auch ganz allgemein nach einem Wort in der Beschreibung. Von den angezeigten Ergebnissen ausgehend kann man dann sehr einfach zu den verknüpften Informationen weiter navigieren.The Benefits can for example, in a procedure or an arrangement for team-internal, structured collection of physical entities are used. there can all employee entities such as meetings, files, people, tasks, and keywords in the arrangement in the form of a database store and arbitrary to each other to relate. When looking for information in the form of entities can then target a type with any value in a field be searched for or generally for a word in the description. From the results displayed, one can then very easily to the linked Continue navigating information.

Einen Screenshot einer Benutzerschnittstelle für ein solches Verfahren bzw. für eine solche Anordnung zeigt 4.Shows a screenshot of a user interface for such a method or for such an arrangement 4 ,

Die Anwendung ist in Visual Basic.NET entwickelt und greift auf eine Microsoft Access Datenbank auf einem Gruppenlaufwerk zu. Allerdings sollte auch die Verwendung von größeren Datenbanksystemen wie dem Microsoft SQL-Server kein Problem darstellen.The Application is developed in Visual Basic.NET and accesses one Microsoft Access database on a group drive. Indeed should include the use of larger database systems such as pose no problem to the Microsoft SQL Server.

Claims (9)

Verfahren zum Herstellen von Verknüpfungen zwischen Entitäten, – bei dem erste Entitäten einem ersten Entitätstyp angehören, – bei dem zweite Entitäten einem zweiten Entitätstyp angehören, – bei dem zumindest eine erste Entität mehreren zweiten Entitäten zugeordnet ist, – bei dem zumindest eine zweite Entität mehreren ersten Entitäten zugeordnet ist, – bei dem den Entitäten jeweils ein Identifikator zugeordnet ist, – bei dem Verknüpfungen zwischen je zwei Entitäten durch Verknüpfen ihrer Identifikatoren hergestellt werden, dadurch gekennzeichnet, dass als Identifikatoren entitätsübergreifend-eindeutige Identifikatoren (Input_user, Input_date_and_time) verwendet werden.Method for establishing links between entities, in the case of the first entity, to a first entity type - in which second entities belong to a second entity type, - in which at least one first entity is assigned to a plurality of second entities, - in which at least one second entity is assigned to a plurality of first entities, - in which the entities are each assigned an identifier, - in which links between each two entities are established by linking their identifiers, characterized in that identifiers that are multivariate-unique identifiers (input_user, input_date_and_time) are used as identifiers. Verfahren nach Anspruch 1, bei dem die entitätstypübergreifend-eindeutigen Identifikatoren (Input_user, Input_date_and_time) in einem gemeinsamen Identifikatorenspeicher (33, Maintable) gespeichert werden.Method according to Claim 1, in which the entity type-unique identifiers (input_user, input_date_and_time) are stored in a common identifier store ( 33 , Maintable). Verfahren nach einem der vorhergehenden Ansprüche, bei dem zur Verknüpfung von je zwei Entitäten die Verknüpfung ihrer entitätstypübergreifend-eindeutigen Identifikatoren (Input_user, Input_date_and_time) in einem gemeinsamen Verknüpfungsspeicher (32, Relationships) gespeichert ist.Method according to one of the preceding claims, in which, for the purpose of linking two entities, the combination of their entity type-unique identifiers (input_user, input_date_and_time) in a shared link memory ( 32 , Relationships) is stored. Verfahren nach einem der vorhergehenden Ansprüche, bei dem für jeden Entitätstyp ein Entitätsspeicher (31, Person, Appointment, Information, Activity) verwendet wird, in dem jeweils die entitätstypübergreifend-eindeutigen Identifikatoren (Input_user, Input_date_and_time) der Entitäten gespeichert werden, die zum jeweiligen Entitätstyp gehören.Method according to one of the preceding claims, in which, for each entity type, an entity store ( 31 , Person, Appointment, Information, Activity), in which the entity type-unique identifiers (input_user, input_date_and_time) of the entities belonging to the respective entity type are respectively stored. Verfahren nach einem der vorhergehenden Ansprüche, bei dem neben dem ersten und dem zweiten Entitätstyp noch weitere Entitätstypen verwendet werden, denen jeweils weitere Entitäten zugeordnet sind.Method according to one of the preceding claims, in In addition to the first and second entity types, there are other entity types can be used, which are each associated with other entities. Verfahren nach einem der vorhergehenden Ansprüche, bei dem ein Entitätstypspeicher (34, Entitytype) verwendet wird, in dem die zulässigen Entitätstypen gespeichert sind.Method according to one of the preceding claims, in which an entity type memory ( 34 , Entitytype), in which the allowed entity types are stored. Verfahren nach einem der Ansprüche 2, 3, 4 oder 6, bei dem der/die Speicher Tabellen einer relationalen Datenbank ist/sind.Method according to one of claims 2, 3, 4 or 6, in which the memory tables of a relational database are / are. Anordnung zum Herstellen von Verknüpfungen zwischen Entitäten mit ersten Entitäten, die einem ersten Entitätstyp angehören, und zweiten Entitäten, die einem zweiten Entitätstyp angehören, – wobei zumindest eine erste Entität mehreren zweiten Entitätstypen zugeordnet ist, – wobei zumindest eine zweite Entität mehreren ersten Entitäten zugeordnet ist, – wobei den Entitäten jeweils ein Identifikator zugeordnet ist, – wobei Verknüpfungen zwischen je zwei Entitäten durch Verknüpfen ihrer Identifikatoren herstellbare sind, dadurch gekennzeichnet, dass als Identifikatoren entitätsübergreifend-eindeutige Identifikatoren (Input_user, Input_date_and_time) verwendet werden.Arrangement for establishing links between entities with first entities, the first entity type belong, and second entities, the second entity type belong, - in which at least a first entity several second entity types assigned, - in which at least one second entity several first entities assigned, - in which the entities each one identifier is assigned, - where links between every two entities Link their identifiers are manufacturable, characterized, that as identifiers entity-unique Identifiers (input_user, input_date_and_time) are used. Erzeugnis für eine Datenverarbeitungsanlage, das Codeabschnitte enthält, mit denen ein Verfahren nach einem der Ansprüche 1 bis 7 auf der Datenverarbeitungsanlage ausführbar ist.Product for a data processing system containing code sections, with those a method according to any one of claims 1 to 7 on the data processing system executable is.
DE10355607A 2003-11-28 2003-11-28 Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories Ceased DE10355607A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
DE10355607A DE10355607A1 (en) 2003-11-28 2003-11-28 Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
DE10355607A DE10355607A1 (en) 2003-11-28 2003-11-28 Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories

Publications (1)

Publication Number Publication Date
DE10355607A1 true DE10355607A1 (en) 2005-06-30

Family

ID=34625340

Family Applications (1)

Application Number Title Priority Date Filing Date
DE10355607A Ceased DE10355607A1 (en) 2003-11-28 2003-11-28 Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories

Country Status (1)

Country Link
DE (1) DE10355607A1 (en)

Similar Documents

Publication Publication Date Title
EP0855062B1 (en) Information system and process for storing data therein
DE60118973T2 (en) METHOD FOR INQUIRING A STRUCTURE OF COMPRESSED DATA
DE19627472A1 (en) Database system
EP2021951A1 (en) Method for controlling a relational database system
WO2009033902A1 (en) Method and system for marking objects
DE10218905A1 (en) Method and device for access control in knowledge networks
DE10355607A1 (en) Entity link creating method for e.g. company, involves creating link between entities by linking their identification systems that are used as identifying units and are unambiguous and common, where systems are stored in common memories
DE10103845B4 (en) computer system
DE69913182T2 (en) TRANSACTION COMPUTER SYSTEM
EP1234231B1 (en) Method for generating graphical user interfaces for computer programs
DE10017608B4 (en) Method for performing operations in a database system
DE10001613C2 (en) Process and data processing system for managing data records
DE10310415A1 (en) Process for registration and deregistration of products and their colored settings
DE102006037968B4 (en) Universal and extensible data management with observation and inter-process communication mechanisms
WO2007022981A1 (en) Method for processing data
DE102018129138A1 (en) Method and system for determining a pair of table columns for linking
WO2004059523A2 (en) Method for storing a data object
DE102018006321A1 (en) Method for determining a license class for users of a software system
WO2002075589A2 (en) Data bank system
DE10331817A1 (en) Automatic data location within a database configured as a semantic network, whereby object instances are selected after input of search criteria and the object instances are then linked to find the shortest relationship chain
DE10147854A1 (en) System for generating a collection of text material
DE19704855A1 (en) System for establishment and operation of a data processing system
WO2000020964A1 (en) Fractal network n-ter order for handling complex structures
DE10254571A1 (en) Data model transformation method, for transformation of a entity relationship model to an object orientated model, thus allowing combination of a entity relationship model with a unified modeling language model
DE10007477A1 (en) Computer network system for experts database management in organization, sends queries stating problem repeatedly to group of receivers who recommend experts

Legal Events

Date Code Title Description
OP8 Request for examination as to paragraph 44 patent law
8131 Rejection