WO1984002020A1 - Hyperedge entity-relationship data base systems - Google Patents

Hyperedge entity-relationship data base systems Download PDF

Info

Publication number
WO1984002020A1
WO1984002020A1 PCT/US1983/001694 US8301694W WO8402020A1 WO 1984002020 A1 WO1984002020 A1 WO 1984002020A1 US 8301694 W US8301694 W US 8301694W WO 8402020 A1 WO8402020 A1 WO 8402020A1
Authority
WO
WIPO (PCT)
Prior art keywords
data base
node
records
facilities
data
Prior art date
Application number
PCT/US1983/001694
Other languages
French (fr)
Inventor
Richard Sheldon Ferrer
Alan Jay Goldstein
Zaher Amin Nazif
Original Assignee
Western Electric Co
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 Western Electric Co filed Critical Western Electric Co
Priority to JP50377583A priority Critical patent/JPS59502042A/en
Publication of WO1984002020A1 publication Critical patent/WO1984002020A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04QSELECTING
    • H04Q3/00Selecting arrangements
    • H04Q3/42Circuit arrangements for indirect selecting controlled by common circuits, e.g. register controller, marker
    • H04Q3/47Circuit arrangements for indirect selecting controlled by common circuits, e.g. register controller, marker using translators
    • 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

Definitions

  • This invention relates to computerized data bases and, more particularly, to entity-relationship data bases modeled in hypergraph form.
  • Data bases fall into four general types or classes.
  • a first type which can be called a hierarchical data base, is modeled on a tree format. Objects, i.e., items of information, in the data base are related to more fundamental items much as leaves are related to branches and branches are related to the tree trunk. This form of data base emphasizes the superior-inferior relationships between data items and is very suitable for data in which such relationships are inherent, e.g., organization charts.
  • Another type of data base takes on a network form which can be modeled as a directed graph. The data items (graph nodes or vertices) in the network are all of equal weight or value and are interconnected by relational properties symbolized by the directed edges of the graph.
  • This form of data base organization is suitable for data items which have multiple hierarchical relationships, e.g., inventory items linked together by common supplier and common warehouse.
  • a third form of data base is modeled on the relational properties of data items.
  • each relationship is a table with each row listing one of the objects sharing the specific relationship.
  • Virtually all of the information in such a relational data base constitutes the relationships between objects, rather than the objects themselves.
  • a fourth kind of data base model has been called the entity-relationship model.
  • the data entities constitute the vertices of the graph while the directed edges of the graph represent relationships between the entities' nodes.
  • a data record is a node including both the data item itself and pointers to other data records.
  • the pointers are used to represent the edges of the graph, i.e., the relationships between vertices (data items).
  • Such pointers include an identification of the entity or node pointed to as well as some indication of the nature of the relationship to that other node.
  • the entity-relationship model is suitable for some forms of data in which data entities and relationships between those data entities are inherent in the real world situation being modeled.
  • entity-relationship data bases i.e., entity-relationship data bases.
  • entity-relationship data bases One such data base is described in "An Entity-based Database User Interface" by R. G. G. Cattell, 1980 Proc. ACM-SIGMOD 144, International Conference on Management of Data, Santa Monica, California, May 14-16, 1980.
  • parents of relationship is not fully defined without two (both) parents. Although the relationship between the parent may be simple (e.g., married), such a relationship is not essential to the "parents of" relationship, which involve three persons, father, mother and child.
  • the parenthood edge is called a hyperedge, since it points simultaneously to more than one vertex.
  • Hypergraphs and hyperedges are discussed in greater detail in a text by C. Berge entitled “Graphs and Hypergraphs", North Holland Company, New York 1973, particularly at pages 389-413. Since many real world situations involve multiple relationships between data objects, the hypergraph model is eminently suitable for representing data concerning many real world situations. Unfortunately, it has heretofore been difficult or impossible to represent such data bases in a form which is readily processed and efficiently utilized by digital computers. Summary of the Invention
  • each data record (called a node) includes a body portion which defines the entity forming the vertex of the directed hypergraph.
  • the data record also includes multiple edge designations by means of which a single relationship (edge) can be used to refer to one, two or more other data entities represented as nodes in the data base system.
  • This simple approach to data base representations permits automatic searching, identification and utilization of the hyperedges of the directed graph. It also permits processing software to obtain rapid, immediate and direct access to the hyperedge information, and to the multiple nodes pointed to by those hyperedges.
  • FIG. 1 is an illustrative directed graph showing a hyperedge
  • FIG. 2 is a canonical representation of a data base record for one of the nodes of the graph of FIG. 1, showing the canonical hyperedge representation;
  • FIG. 3 is a block diagram of one application of a hyperedge data base for the assignment of facilities to users of those facilities;
  • FIG. 4 is a generalized block diagram of the telephone outside plant facilities used in providing telephone service
  • FIG. 5 is a graphical representation of typical outside plant facilities used to provide service to a particular telephone subscriber;
  • FIG. 6 is the directed graph representation of an inventory of the facilities shown in FIG. 5;
  • FIG. 7 is a hypergraph representation of the connectivity of the facilities shown in FIG. 5;
  • FIG. 8 is a complete graphical representation of one node of the hypergraph of FIG. 7;
  • FIG. 9 is a typical data base record for the node of FIG. 8, illustrating the hyperedge representation
  • FIG. 10 is a schematic block diagram of the data base manager shown in FIG. 3. Detailed Description
  • a hypergraph is one way of representing certain kinds of entity-relationship data structures. Such entity-relationship data bases are discussed in "The Entity-Relationship Model - Towards a Unified View of Data," by Peter Chen, ACM Trans. on Data Base Systems, Vol. 1, No. 1 (1976).
  • the circles in FIG. 1 are called “vertices” of the graph and represent the information entities in the data structure.
  • the arrows are called “edges” and represent the relationships between the vertice-entities.
  • the node 10, for example, is connected to node 12 by edge 16. That is, the entity 10 is related to the entity 12 by the relationship 16.
  • entity 10 may be a piece part in an inventory
  • entity 12 may be a piece part supplier
  • relationship 16 may be a "purchased-by" relationship
  • Entity 10 is also related to entity 13 by the relationship 17.
  • Entity 13 may be the warehouse where piece part 10 is being stored.
  • entities 10, 12 and 13, and relationships 16 and 17 are well-known in both graph theory and in entity-relationship data bases.
  • the relationship between node 10 and nodes 14 and 15, while well-known in graph theory, have not heretofore been exploited efficiently in entityrelationship data bases.
  • Entity 10 is related to entities 14 and 15 by the relationship 18.
  • hyperedge 1 is called a "hyperedge" because the edge 18 establishes a relationship from one vertice to between more than two other vertices.
  • the graph including a hyperedge is called a hypergraph.
  • the mathematical properties of such hypergraphs are well-known and are discussed in a text by Claude Berge, Graphs and Hypergraphs, North Holland, New York, 1973, particularly pages 389-413.
  • Entity 15 may, in accordance with the previous example, constitute the subassembly of which piece part 10 is a part. Entity 14, on the other hand, may constitute the tool by which part 10 is secured to subassembly 15.
  • edge 18 would be represented by two edges, one to vertice 14 and one to vertice 15. The relationship between vertices 10, 14, and 15 would be inferred from these two relationships and relationship 22.
  • the similar relationship of nodes 10, 13 and 14, however, should not infer the "tool used to assemble" relationship since vertice 13 is merely a storage warehouse.
  • hypergraph representations of data are particularly useful in entity-relationship data bases where relationships in the data base necessarily include more than two entities.
  • the parts-assembly-tool is such a situation.
  • the wires connected to electrical terminals on an electric connector is another such relationship.
  • the seats on a particular airline flight is another and the storage blocks on a particular magnetic storage disc is yet another.
  • FIG. 2 there is shown a generalized data base record which might be used to represent a portion of the hypergraph of FIG. 1 and, in particular, node 10.
  • the record for node 10 has one "body” (i.e., the entity 10 itself) and a plurality of "edges," indeed, all of the edges beginning at node 10.
  • Lines (al) through (a4) identify the body of node 10 both as to "type” (the common name of the piece part, for example) and the specific identification of the particular part (possibly a serial number).
  • the simple edges 16 and 17 are represented at lines bl-b3 and c1-c3, respectively, again including the entity type and the entity identification for each of the nodes connected to node 10 by edges 16 and 17.
  • the hyperedge 18 is represented in FIG. 2 at lines d1 through d5.
  • the format of the representation is identical to that used for simple edges 16 and 17. The only difference is that more than one connected node is associated with the hyperedge. These nodes are also represented by type and identification information.
  • hyperedges and simple edges look much the same to the accessing programs, making it unnecessary for the data base manager program to know whether or not hyperedges are involved. Only a single set of accessing programs are required which programs are totally indifferent to the edge type. That is, the data base primitives are transparent to the number of nodes pointed to in the data base structure. This means that only the user-supplied application programs need take cognizance of the hyperedges. Since the specific records are also user-specified, it is of considerable value to have the data base manager general enough to handle any and all kinds of edges in the same way. These programs can then be used for many different data base applications.
  • FIGS. 1 and 2 shows a hyperedge involving only three nodes. It is readily apparent, however, that a hyperedge can involve any number of nodes, so long as that number exceeds two.
  • a simple example of such a hyperedge would be an address, that consists of a house number, a street, a city, a county, a state and a country, each of which might well be a separate node in the hypergraph.
  • FIG. 3 there is shown a general block diagram of a data base application in which the hypergraph representation might find use.
  • the information processing system of FIG. 3 comprises a data base 30, illustrated as being contained on a magnetic disc-pack, a data base manager 31, a group of application programs 32, an input device 33 and an output device 34.
  • the data base manager 31 and the application programs 32 are both computer programs, written in source code by programmers, compiled into object code by a compiler program (not shown) and loaded into the internal memory of a general purpose data processor 35.
  • the input device 33 provides a request to the application programs 32 for service requiring information in the data base 30.
  • Application programs 32 decide what information is required to fill the service request and format a request for specific records or record portions and forward that request to the data base manager 31.
  • the application programs 32 will have been able to ascertain, from the user request, whether or not hyperedge information will be retrieved.
  • the data base manager 31 merely retrieves or stores records and record portions without regard to the overall data base architecture.
  • the access to the data base can be summed up as requesting nodes and using the edges of the nodes to navigate through the hypergraph in order to provide the information or service required.
  • the node access routines of data base manager 31 retrieve the desired information from data base 30 and pass the information as values back to application program 32.
  • these values will be the entity types, identifications and application data for the body and edges requested from the record (or a portion thereof). These values will then be reformatted by application programs 32 to provide the particular service requested by input device 33. The result will be forwarded to output device 34.
  • hyperedge values have been retrieved by data base manager 31, application programs 32, already expecting hyperedge information, will appropriately combine and format the multinode hyperedge information in a form necessary to provide the service requested.
  • device 33 may be a keyboard and device 34 a display screen in an integral terminal operated by a human user
  • device 33 may just as well by an automatic electronic or mechanical device (e.g., a parts counter in an assembly line) and device 34 may likewise be an automatic device (e.g., a purchase order generator to reorder inventory parts when levels fall too low).
  • an automatic electronic or mechanical device e.g., a parts counter in an assembly line
  • device 34 may likewise be an automatic device (e.g., a purchase order generator to reorder inventory parts when levels fall too low).
  • FIG. 3 is a service-providing system rather than simply an information-providing system.
  • the service inventory control, facilities assignments, ticket preparation, etc. depends on the availability of the information in data base 30, but goes beyond that information to provide service of some type in the outside world.
  • the data base 30 is created and maintained in an up-to-date condition by data base maintenance facility 36.
  • Facility 36 also uses the data base manager 31 to access data base 30, but in this case to create and update the records in data base 30. This activity is entirely separate and apart from the utilization of data base 30 by devices 33 and 34 even though the same personnel and possibly the same facilities are used, albeit at different times.
  • FIG. 4 there is shown a schematic diagram of typical facilities used to connect a telephone subscriber to the local central office. Since these facilities are all outside of the central office 40, they have been termed "outside plant" facilities. Such outside plant facilities consist of multiconductor cables such as cables 41 through 45, each of which includes a large number of pairs of copper wires twisted together. In general, one such pair is used to provide telephone service to one customer. Cables are identified as to their proximity to the central office, e.g., to f1 cables 41 and 42 and f2 cables 43, 44 and 45, separated by cross connect terminals 46 and 47. Some areas require three or more levels of cable (f3, f4, etc.) in the outside plant interconnection system.
  • multiconductor cables such as cables 41 through 45, each of which includes a large number of pairs of copper wires twisted together. In general, one such pair is used to provide telephone service to one customer. Cables are identified as to their proximity to the central office, e.g., to f1 cables 41 and 42 and
  • Cross connect terminals 44 and 47 are devices for connecting electrical wire pairs to each other. They have one set of binding posts for connecting wire pairs from the central office (the IN side set) and another set for connecting wire pairs from the other (field) direction (the OUT side set). In addition, cross connect terminals have jumper wires selectively interconnecting selected IN pairs with selected OUT pairs, thereby effectuating the physical interconnection between distribution cables pairs and feeder cable pairs. Cables and pairs have central office ends and field ends.
  • Distribution terminals 48 At selected points along cables 41 through 45 are distribution terminals 48. These distribution terminals also have binding posts for connecting cable pairs to customer service wires such as drop wires 49 and 50 connected to customer living units 51 and 52, respectively. Distribution terminals are typically located at concentrations of subscriber living units and can be located on telephone poles, in pedestals or on customers' premises.
  • the assignment problem in providing telephone service to the living unit of a telephone subscriber is to assign, in the data base, the necessary wires, terminals, binding posts and customer service wires to create a complete and continuous electrical circuit (a local loop) between the customer's telephone set and the central office.
  • the data base must reflect both pending service orders and completed service orders. All facilities are either working or idle and assignments for new customers must be selected from idle facilities. Since rearranging the physical facilities is a very expensive activity, most of the assignment algorithms attempt to minimize the physical rearrangement of plant facilities. For example, facilities assigned to a living unit continue to be so assigned even after a customer has moved. The assumption is that a new customer will soon move in and request service. On the other hand, after some empirically determined time (a few months), the likelihood of the living unit being reoccupied becomes very small and releasing the facilities for use elsewhere is the best tactic.
  • FIG. 5 there is shown the specific facilities assigned to provide telephone service to living unit 52 in FIG. 4.
  • cable 41 connecting central office 40 with cross connect terminal 46 is identified as cable "01".
  • the specific pair in cable 01 assigned to living unit 52 is pair "21", best represented by the cable-pair dyad "01:21.”
  • the field end of pair 01:21 is connected to binding posts 52 on the IN side of terminal 46.
  • the IN binding posts 52 are cross connected by wire jumpers to OUT binding posts 302.
  • the central office end of the pair 121 of cable 44 (pair 0101:121) is connected to binding posts 302 in terminal 46.
  • the pair 0101:121 is connected through distribution terminal 48 to drop wire 50 and thence to living unit 52.
  • each facility used for this loop has both a type (pair, cable, terminal, etc.), an internal identification, and, optionally, an external identification.
  • some identifications are external e.g., (pair 01:21, terminal 46, binding posts 302, etc.) and some are internal (simple pointers to the node for that facility).
  • the internal identification is used in the sample record of FIG. 2.
  • the generalized problem is to create a data base which serves as an inventory of the facilities and simultaneously facilitates the assignment and reassignment of those facilities into service-providing loops between customers and the central office.
  • FIG. 6 there is shown a standard prior art directed graph representing the inventory of facilities making up the outside plant facilities illustrated graphically in FIG. 5.
  • Each box in FIG. 6 is a vertex of the graph and one vertex is provided for each physical entity in the inventory.
  • box 6 is a graph vertex representing cable 41
  • vertex 61 represents cross connect terminal 46
  • vertex 62 represents pair 01:21
  • vertex 63 represents cable 44
  • vertex 64 represents pair 0101:121
  • vertex 65 represents distribution terminal 48
  • node 66 represents living unit 52.
  • FIG. 6 The inventory information contained in FIG. 6 is necessary to keep track of the physical facilities used in the loop plant. It is not particularly convenient, however, in assigning an electrical circuit (a loop) to a customer.
  • FIG. 7 there is shown another set of edges between these same nodes that better serve the loop assignment needs.
  • FIG. 7 the same vertices shown in FIG. 6 are repeated (except for the cable vertices) and a circuit vertex 80 has been added.
  • the graph of FIG. 7 can be said to represent the connectivity of the communication circuit as distinguished from the inventory of the parts (FIG. 6).
  • the circuit (named with a telephone number in node 80) is composed of three parts: pair 01:21, pair 0101:121 and living unit 52 (along with drop wire 50). These three parts are connected to each other through terminals. For efficiency of assignment processing, it is desirable to know directly that pair 01:21 is connected to pair 0101:121. At the same time, it is necessary to know that these interconnections take place in terminals and at specific binding posts.
  • hyperedges 81 and 82 are used to simultaneously point to the connected pair and the terminal through which this connection is effected.
  • the representation of FIG. 6 in which the pair-to-pair connection could be discovered by further searching in the data base is very inefficient for assigning facilities.
  • the interconnections of pair 0101:121 (box 64) and living unit 52 (box 66) is likewise represented by two hyperedges 83 and 84, serving the same function for this part of the circuit. It should be noted that a rearrangement of the jumper wires could reassign the physical facilities to other circuits without changing the inventory. That is, the connectivity of FIG. 7 could change without changing the inventory of FIG. 6.
  • the hypergraph of FIG. 7 serves to maintain an inventory of assigned electrical circuits while that of FIG.
  • FIG. 8 there is shown a graphical representation of one node of the hypergraph data base used to represent both the physical facilities and the circuit assignment illustrated in FIG. 4.
  • the node represented in FIG. 8 is that representing pair 101:121.
  • the node includes a body entity portion (box 62) and a plurality of edges 82,83,86,87,88 and 89, some of which
  • the node illustrated in FIG. 8 contains all of the information about pair 0101:121 that is in the data base. It will be noted that the "name" of this pair by which it is known in the outside world
  • FIG. 9 there is shown a representation of the record in the data base for pair 0101:121, using the conventions established in FIG. 2.
  • the body portion of the record appears first, but the edges are ordered haphazardly. A specific edge must be searched for in this arrangement.
  • the contents of the data record of FIG. 9 will now be taken up.
  • each physical facility is identified with an internal identification number different from the name by which it is known in the external world. These internal identification numbers are pointers to the identified node and simplify the computer record-keeping, permitting arbitrary and changeable names in the outside world.
  • a special edge 90 points to the external identification 91 ("pair 0101:121,") as shown in FIG. 8, and at lines g1-g3 in FIG. 9. Edges at lines c1-c5 and f1-f5 are hyperedges, each including two node identifications.
  • Each body or edge has one or more lines of so-called "application data,” i.e., information useful in applying the data base information to a problem in the outside world.
  • the edge specifies that the pair is connected to binding posts on the central office side of the terminal (as distinguished from the "field” side of the terminal).
  • the pair is specified as being connected to the "blue-green” stub wires on the "IN” side of the distribution terminal (as distinguished from "OUT" side).
  • the edge n specifies the loop circuit of which this pair is a part.
  • FIG. 10 there is shown a general block diagram of the data base manager 31 of FIG. 3.
  • This data base manager is, of course, implemented by computer programs and hence the block diagram merely illustrates the interaction of the various software modules.
  • requests for additions, deletions or modifications to the data base 30 are received by a request decoder 100.
  • Decoder 100 decomposes the requests (parses the request command) to enable any one of seven specific procedures 101 through 107.
  • Procedure 101 is used to obtain the internal identification number (e.g., ID 388 for node 62 in FIG. 8), given the external identification (e.g., pair 0101:121 for node 62 in FIG. 8).
  • the external identification e.g., pair 0101:121 for node 62 in FIG. 8.
  • a look-up table 108 called the external/internal ID list
  • the internal ID is then stored in buffer 109 for future use.
  • fetch node procedure 107 can then direct storage manager 110 to obtain the proper node data from data base 30. If, for example, data base 30 resides on magnetic discs, storage manager 110 contains the necessary circuitry to locate and access the necessary tracks in the proper sector on the appropriate one of the discs.
  • Data base 30 may reside in other forms of storage, however, such as magnetic cores, magnetic tapes, magnetic bubbles, video or laser storage elements and so forth.
  • storage manager 110 includes all of the necessary circuitry to recover a data record, given the unique internal ID for that record. Since such data retrieval operations are well-known in the art, they will not be further described here.
  • node buffer 111 The data record obtained by storage manager 110 is stored in node buffer 111, where it is available for further processing.
  • buffers 109 and 111, as well as the other buffers in FIG. 10 are merely storage locations in the computer memory reserved for the storage of the data items described.
  • list 108 is also merely a plurality of contiguous reserved storage locations containing the information described above.
  • Nodes can be created or deleted using procedure 102.
  • Procedure 102 in response to decoder 100 obtains the addresses of unused storage space from free storage list 112, assigns an internal ID number to the storage block and puts this ID number in buffer 109. The contents of the new node can then be generated using the facilities to be described below.
  • nodes which are no longer needed can be deleted from the data base by removing the appropriate entry from list 108 and adding the corresponding storage space to free storage list 112.
  • the actual data in data base 30 need not be immediately deleted, but may be overwritten when this storage space is reassigned to a new node being created.
  • the body or a particular edge of the node may be fetched by procedures 103 and 105, respectively.
  • the body data is then stored in buffer 113 where it may be modified by procedure 104.
  • a newly created node may have the body data inserted in body buffer 113 by the same procedure 104.
  • the edge data is stored in edge buffer 114 in response to a fetch edge request by procedure 105 and is there available for addition, modification or deletion by procedure 106.
  • New nodes are created by systematically securing an ID number and reserving storage space (procedure 102), creating the body (procedure 104) and creating the edges, one at a time (procedure 106).
  • a node Once a node has been created or modified, it can be replaced in data base 30 by procedure 107, which causes storage manager 110 to move the data from node buffer 111 to data base 30. Meanwhile, the data stored in buffers 109, 111, 113 and 114 is available for processing by other procedures in the application programs 32 of FIG. 3.
  • the data base manager of FIG. 10 is completely transparent to the hyperedges of the present invention.
  • Such hyperedges are, of course, stored in edge buffer 114 when retrieved and are hence available for processing. So far as the data base manager of FIG. 10 is concerned, however, these hyperedges are simply edge data handled exactly the same way as simple (non-hyper) edges. It is the application programs 32 which know about and expect the hyperedge data and which provide the facilities for using the hyperedge data.
  • Table I shows the pseudocode necessary to add a new edge to a node, assuming that the new edge information has been placed in edge buffer 114.
  • the routine "addedge” first checks to see if the edge already exists in the node. If it is, a message is returned indicating that the edge already exists. If the edge does not already exist, it is added to the node and a message to that effect is returned.
  • Table I Program to Add an Edge to a Node addedge (node,edgebfr)
  • Table III is an application program which uses the "relate_node_node” to indicate in the data base records the connection of two pairs to each other, useful in assigning facilities in the data base.

Abstract

A data base management system in which data entities are records representing nodes (10, 12-15) in an antity-relationship directed graph. The body of each node represents one of the physical entities to be utilized while the edges (16-18, 21, 22) of each node represent relationships between that physical entity and other physical entities. Some of the edges are hyperedges (18) to permit the identification of simultaneous relationships with more than one other node. An application of this system to the assignment of telephone outside plant equipment to telephone subscribers is also described.

Description

HYPEREDGE ENTITY-RELATIONSHIP DATA BASE SYSTEMS
Technical Field
This invention relates to computerized data bases and, more particularly, to entity-relationship data bases modeled in hypergraph form. Background of the Invention
Data bases fall into four general types or classes. A first type, which can be called a hierarchical data base, is modeled on a tree format. Objects, i.e., items of information, in the data base are related to more fundamental items much as leaves are related to branches and branches are related to the tree trunk. This form of data base emphasizes the superior-inferior relationships between data items and is very suitable for data in which such relationships are inherent, e.g., organization charts. Another type of data base takes on a network form which can be modeled as a directed graph. The data items (graph nodes or vertices) in the network are all of equal weight or value and are interconnected by relational properties symbolized by the directed edges of the graph. This form of data base organization is suitable for data items which have multiple hierarchical relationships, e.g., inventory items linked together by common supplier and common warehouse.
A third form of data base is modeled on the relational properties of data items. In such a data base, each relationship is a table with each row listing one of the objects sharing the specific relationship. Virtually all of the information in such a relational data base constitutes the relationships between objects, rather than the objects themselves.
A fourth kind of data base model has been called the entity-relationship model. In this model, which can also be represented by a directed graph, the data entities constitute the vertices of the graph while the directed edges of the graph represent relationships between the entities' nodes. Typically, a data record is a node including both the data item itself and pointers to other data records. The pointers are used to represent the edges of the graph, i.e., the relationships between vertices (data items). Such pointers include an identification of the entity or node pointed to as well as some indication of the nature of the relationship to that other node. Again, the entity-relationship model is suitable for some forms of data in which data entities and relationships between those data entities are inherent in the real world situation being modeled. Some authorities maintain that the entityrelationship model is generic and that the other three models are special cases of the identity-relationship model. The present invention is concerned with the latter type of data base, i.e., entity-relationship data bases. One such data base is described in "An Entity-based Database User Interface" by R. G. G. Cattell, 1980 Proc. ACM-SIGMOD 144, International Conference on Management of Data, Santa Monica, California, May 14-16, 1980.
Although single relationships between two objects are common and can be well represented by a directed graph model, some types of relationships inherently involve more than two entities. For example, a relationship such as "parents of" involves a child and two parents. The
"parents of" relationship is not fully defined without two (both) parents. Although the relationship between the parent may be simple (e.g., married), such a relationship is not essential to the "parents of" relationship, which involve three persons, father, mother and child. In graph theory, the parenthood edge is called a hyperedge, since it points simultaneously to more than one vertex. Hypergraphs and hyperedges are discussed in greater detail in a text by C. Berge entitled "Graphs and Hypergraphs", North Holland Company, New York 1973, particularly at pages 389-413. Since many real world situations involve multiple relationships between data objects, the hypergraph model is eminently suitable for representing data concerning many real world situations. Unfortunately, it has heretofore been difficult or impossible to represent such data bases in a form which is readily processed and efficiently utilized by digital computers. Summary of the Invention
In accordance with the illustrative embodiment of the present invention, an entity-relationship data base structure is provided which is easily adapted to the hyperedge model and which provides ease of manipulation, access and utilization of the various data items in the data base. In particular, each data record (called a node) includes a body portion which defines the entity forming the vertex of the directed hypergraph. The data record also includes multiple edge designations by means of which a single relationship (edge) can be used to refer to one, two or more other data entities represented as nodes in the data base system.
This simple approach to data base representations permits automatic searching, identification and utilization of the hyperedges of the directed graph. It also permits processing software to obtain rapid, immediate and direct access to the hyperedge information, and to the multiple nodes pointed to by those hyperedges.
By making such hyperedge information explicit in the data base, the indirection otherwise required for alternative data base representations is avoided, thus making access to this information direct and efficient. Brief Deseription of the Drawings
FIG. 1 is an illustrative directed graph showing a hyperedge;
FIG. 2 is a canonical representation of a data base record for one of the nodes of the graph of FIG. 1, showing the canonical hyperedge representation; FIG. 3 is a block diagram of one application of a hyperedge data base for the assignment of facilities to users of those facilities;
FIG. 4 is a generalized block diagram of the telephone outside plant facilities used in providing telephone service;
FIG. 5 is a graphical representation of typical outside plant facilities used to provide service to a particular telephone subscriber; FIG. 6 is the directed graph representation of an inventory of the facilities shown in FIG. 5;
FIG. 7 is a hypergraph representation of the connectivity of the facilities shown in FIG. 5;
FIG. 8 is a complete graphical representation of one node of the hypergraph of FIG. 7;
FIG. 9 is a typical data base record for the node of FIG. 8, illustrating the hyperedge representation; and
FIG. 10 is a schematic block diagram of the data base manager shown in FIG. 3. Detailed Description
Referring more particularly to FIG. 1, there is shown a pictorial representation of a directed hypergraph. A hypergraph is one way of representing certain kinds of entity-relationship data structures. Such entity-relationship data bases are discussed in "The Entity-Relationship Model - Towards a Unified View of Data," by Peter Chen, ACM Trans. on Data Base Systems, Vol. 1, No. 1 (1976). The circles in FIG. 1 are called "vertices" of the graph and represent the information entities in the data structure. The arrows are called "edges" and represent the relationships between the vertice-entities. The node 10, for example, is connected to node 12 by edge 16. That is, the entity 10 is related to the entity 12 by the relationship 16. The entity 10, for example, may be a piece part in an inventory, entity 12 may be a piece part supplier, and relationship 16 may be a "purchased-by" relationship. Entity 10 is also related to entity 13 by the relationship 17. Entity 13 may be the warehouse where piece part 10 is being stored. Up to this point entities 10, 12 and 13, and relationships 16 and 17 are well-known in both graph theory and in entity-relationship data bases. The relationship between node 10 and nodes 14 and 15, while well-known in graph theory, have not heretofore been exploited efficiently in entityrelationship data bases. Entity 10 is related to entities 14 and 15 by the relationship 18. The "edge" 18 of the graph of FIG. 1 is called a "hyperedge" because the edge 18 establishes a relationship from one vertice to between more than two other vertices. The graph including a hyperedge is called a hypergraph. The mathematical properties of such hypergraphs are well-known and are discussed in a text by Claude Berge, Graphs and Hypergraphs, North Holland, New York, 1973, particularly pages 389-413.
Entity 15 may, in accordance with the previous example, constitute the subassembly of which piece part 10 is a part. Entity 14, on the other hand, may constitute the tool by which part 10 is secured to subassembly 15. In data base structures of the prior art, edge 18 would be represented by two edges, one to vertice 14 and one to vertice 15. The relationship between vertices 10, 14, and 15 would be inferred from these two relationships and relationship 22. The similar relationship of nodes 10, 13 and 14, however, should not infer the "tool used to assemble" relationship since vertice 13 is merely a storage warehouse. Thus the indirection of such a relationship in the prior art systems not only reduces the efficiency and increases the time required to resolve certain kinds of problems in the prior art systems, but also introduces the possibility of erroneous inferences. For example, if a shortage develops in piece part 10, it is desirable to know not only the affected assemblies (15, for instance), but the affected tool that is freed (14, for instance). While this information can be obtained from the prior art data structure with only simple edges, it requires that false relationships be eliminated by adding data to the model.
In addition, changes in relationships are easier to implement with a hypergraph representation. For example, if piece part 10 is no longer a part of assembly 15, the single hyperedge 18 can be erased and no further processing is required.
Such hypergraph representations of data are particularly useful in entity-relationship data bases where relationships in the data base necessarily include more than two entities. As seen above, the parts-assembly-tool is such a situation. The wires connected to electrical terminals on an electric connector is another such relationship. The seats on a particular airline flight is another and the storage blocks on a particular magnetic storage disc is yet another. Each of these situations, and myriads of like situations, would benefit significantly from the hyperedge data representation and processing in accordance with the present invention.
In FIG. 2 there is shown a generalized data base record which might be used to represent a portion of the hypergraph of FIG. 1 and, in particular, node 10. It will be noted that the record for node 10 has one "body" (i.e., the entity 10 itself) and a plurality of "edges," indeed, all of the edges beginning at node 10. Lines (al) through (a4) identify the body of node 10 both as to "type" (the common name of the piece part, for example) and the specific identification of the particular part (possibly a serial number). The simple edges 16 and 17 are represented at lines bl-b3 and c1-c3, respectively, again including the entity type and the entity identification for each of the nodes connected to node 10 by edges 16 and 17.
The hyperedge 18 is represented in FIG. 2 at lines d1 through d5. The format of the representation is identical to that used for simple edges 16 and 17. The only difference is that more than one connected node is associated with the hyperedge. These nodes are also represented by type and identification information.
The computational simplicity, elegance and power of this hyperedge representation is not immediately apparent and will be elaborated here. In the first place, hyperedges and simple edges look much the same to the accessing programs, making it unnecessary for the data base manager program to know whether or not hyperedges are involved. Only a single set of accessing programs are required which programs are totally indifferent to the edge type. That is, the data base primitives are transparent to the number of nodes pointed to in the data base structure. This means that only the user-supplied application programs need take cognizance of the hyperedges. Since the specific records are also user-specified, it is of considerable value to have the data base manager general enough to handle any and all kinds of edges in the same way. These programs can then be used for many different data base applications. It should be noted that the example of FIGS. 1 and 2 shows a hyperedge involving only three nodes. It is readily apparent, however, that a hyperedge can involve any number of nodes, so long as that number exceeds two. A simple example of such a hyperedge would be an address, that consists of a house number, a street, a city, a county, a state and a country, each of which might well be a separate node in the hypergraph.
Referring more particularly to FIG. 3, there is shown a general block diagram of a data base application in which the hypergraph representation might find use. The information processing system of FIG. 3 comprises a data base 30, illustrated as being contained on a magnetic disc-pack, a data base manager 31, a group of application programs 32, an input device 33 and an output device 34. The data base manager 31 and the application programs 32 are both computer programs, written in source code by programmers, compiled into object code by a compiler program (not shown) and loaded into the internal memory of a general purpose data processor 35.
The input device 33 provides a request to the application programs 32 for service requiring information in the data base 30. Application programs 32 decide what information is required to fill the service request and format a request for specific records or record portions and forward that request to the data base manager 31. The application programs 32 will have been able to ascertain, from the user request, whether or not hyperedge information will be retrieved. The data base manager 31, however, merely retrieves or stores records and record portions without regard to the overall data base architecture. The access to the data base can be summed up as requesting nodes and using the edges of the nodes to navigate through the hypergraph in order to provide the information or service required.
The node access routines of data base manager 31 retrieve the desired information from data base 30 and pass the information as values back to application program 32. In terms of the record structure of FIG. 2, these values will be the entity types, identifications and application data for the body and edges requested from the record (or a portion thereof). These values will then be reformatted by application programs 32 to provide the particular service requested by input device 33. The result will be forwarded to output device 34. If hyperedge values have been retrieved by data base manager 31, application programs 32, already expecting hyperedge information, will appropriately combine and format the multinode hyperedge information in a form necessary to provide the service requested.
While device 33 may be a keyboard and device 34 a display screen in an integral terminal operated by a human user, device 33 may just as well by an automatic electronic or mechanical device (e.g., a parts counter in an assembly line) and device 34 may likewise be an automatic device (e.g., a purchase order generator to reorder inventory parts when levels fall too low). Thus the system of FIG. 3 is a service-providing system rather than simply an information-providing system. The service (inventory control, facilities assignments, ticket preparation, etc.) depends on the availability of the information in data base 30, but goes beyond that information to provide service of some type in the outside world.
The data base 30 is created and maintained in an up-to-date condition by data base maintenance facility 36. Facility 36 also uses the data base manager 31 to access data base 30, but in this case to create and update the records in data base 30. This activity is entirely separate and apart from the utilization of data base 30 by devices 33 and 34 even though the same personnel and possibly the same facilities are used, albeit at different times.
Having explained the present invention in a generalized way in connection with FIGS. 1 through 3, the balance of the figures will be used to explain in detail a particular application of the hypergraph data base representation. This application is the assignment of physical facilities (wires, cables, terminal boxes, etc.) to a telephone subscriber in order to connect that subscriber's telephone to the local telephone central office. While such assignments are maintained for a relatively long period of time, customers do move and facilities must be reassigned. In central offices serving hundreds of thousands of customers, such reassignments of facilities constitute a major, labor-intensive activity. Maximizing the efficiency and minimizing the cost of such reassignments has therefore become an important telephone company activity.
Referring then to FIG. 4, there is shown a schematic diagram of typical facilities used to connect a telephone subscriber to the local central office. Since these facilities are all outside of the central office 40, they have been termed "outside plant" facilities. Such outside plant facilities consist of multiconductor cables such as cables 41 through 45, each of which includes a large number of pairs of copper wires twisted together. In general, one such pair is used to provide telephone service to one customer. Cables are identified as to their proximity to the central office, e.g., to f1 cables 41 and 42 and f2 cables 43, 44 and 45, separated by cross connect terminals 46 and 47. Some areas require three or more levels of cable (f3, f4, etc.) in the outside plant interconnection system.
Cross connect terminals 44 and 47 are devices for connecting electrical wire pairs to each other. They have one set of binding posts for connecting wire pairs from the central office (the IN side set) and another set for connecting wire pairs from the other (field) direction (the OUT side set). In addition, cross connect terminals have jumper wires selectively interconnecting selected IN pairs with selected OUT pairs, thereby effectuating the physical interconnection between distribution cables pairs and feeder cable pairs. Cables and pairs have central office ends and field ends.
At selected points along cables 41 through 45 are distribution terminals 48. These distribution terminals also have binding posts for connecting cable pairs to customer service wires such as drop wires 49 and 50 connected to customer living units 51 and 52, respectively. Distribution terminals are typically located at concentrations of subscriber living units and can be located on telephone poles, in pedestals or on customers' premises.
The assignment problem in providing telephone service to the living unit of a telephone subscriber is to assign, in the data base, the necessary wires, terminals, binding posts and customer service wires to create a complete and continuous electrical circuit (a local loop) between the customer's telephone set and the central office. Once the assignment is made in the data base, the corresponding physical connections have to be made out in the field at the time service is to be initiated. The data base must reflect both pending service orders and completed service orders. All facilities are either working or idle and assignments for new customers must be selected from idle facilities. Since rearranging the physical facilities is a very expensive activity, most of the assignment algorithms attempt to minimize the physical rearrangement of plant facilities. For example, facilities assigned to a living unit continue to be so assigned even after a customer has moved. The assumption is that a new customer will soon move in and request service. On the other hand, after some empirically determined time (a few months), the likelihood of the living unit being reoccupied becomes very small and releasing the facilities for use elsewhere is the best tactic.
In FIG. 5 there is shown the specific facilities assigned to provide telephone service to living unit 52 in FIG. 4. Thus, cable 41 connecting central office 40 with cross connect terminal 46 is identified as cable "01". The specific pair in cable 01 assigned to living unit 52 is pair "21", best represented by the cable-pair dyad "01:21." The field end of pair 01:21 is connected to binding posts 52 on the IN side of terminal 46. The IN binding posts 52 are cross connected by wire jumpers to OUT binding posts 302. The central office end of the pair 121 of cable 44 (pair 0101:121) is connected to binding posts 302 in terminal 46. At the other (field) end, the pair 0101:121 is connected through distribution terminal 48 to drop wire 50 and thence to living unit 52.
It will be noted that each facility used for this loop has both a type (pair, cable, terminal, etc.), an internal identification, and, optionally, an external identification. For example, some identifications are external e.g., (pair 01:21, terminal 46, binding posts 302, etc.) and some are internal (simple pointers to the node for that facility). The internal identification is used in the sample record of FIG. 2. The generalized problem is to create a data base which serves as an inventory of the facilities and simultaneously facilitates the assignment and reassignment of those facilities into service-providing loops between customers and the central office.
In FIG. 6 there is shown a standard prior art directed graph representing the inventory of facilities making up the outside plant facilities illustrated graphically in FIG. 5. Each box in FIG. 6 is a vertex of the graph and one vertex is provided for each physical entity in the inventory. Thus box 6 is a graph vertex representing cable 41, vertex 61 represents cross connect terminal 46, vertex 62 represents pair 01:21, vertex 63 represents cable 44, vertex 64 represents pair 0101:121, vertex 65 represents distribution terminal 48 and node 66 represents living unit 52. These vertices are the entities in the entity-relationship data base.
The relationships between these entities (the edges of the graph) is represented in FIG. 6 by the directed arrows between the vertices. Thus, arrow 67 represents the relationship "connected to" since cable 41 is connected to terminal 46. Arrow 68 represents the relationship "included in" since pair 01:21 is included in cable 41. Finally, the arrow 69 represents the relationship "connected to" and carries the further information of the side and binding post identification "CO BP 52", i.e., binding posts 52 on the central office (IN) side of terminal 46. The other directed arrows in FIG. 6 have analogous meanings and will not be further discussed here, except to note that the distribution terminal 48 and the living unit 52 have "served by" and "serves", interrelationships and the customer service wire has been left out for simplicity.
The inventory information contained in FIG. 6 is necessary to keep track of the physical facilities used in the loop plant. It is not particularly convenient, however, in assigning an electrical circuit (a loop) to a customer. In FIG. 7 there is shown another set of edges between these same nodes that better serve the loop assignment needs.
In FIG. 7, the same vertices shown in FIG. 6 are repeated (except for the cable vertices) and a circuit vertex 80 has been added. The graph of FIG. 7 can be said to represent the connectivity of the communication circuit as distinguished from the inventory of the parts (FIG. 6). The circuit (named with a telephone number in node 80) is composed of three parts: pair 01:21, pair 0101:121 and living unit 52 (along with drop wire 50). These three parts are connected to each other through terminals. For efficiency of assignment processing, it is desirable to know directly that pair 01:21 is connected to pair 0101:121. At the same time, it is necessary to know that these interconnections take place in terminals and at specific binding posts. Thus, hyperedges 81 and 82 are used to simultaneously point to the connected pair and the terminal through which this connection is effected. The representation of FIG. 6 in which the pair-to-pair connection could be discovered by further searching in the data base is very inefficient for assigning facilities. The interconnections of pair 0101:121 (box 64) and living unit 52 (box 66) is likewise represented by two hyperedges 83 and 84, serving the same function for this part of the circuit. It should be noted that a rearrangement of the jumper wires could reassign the physical facilities to other circuits without changing the inventory. That is, the connectivity of FIG. 7 could change without changing the inventory of FIG. 6. The hypergraph of FIG. 7 serves to maintain an inventory of assigned electrical circuits while that of FIG. 6 maintains an inventory of physical parts. Both are necessary to adequately service the telephone subscribers. In FIG. 8 there is shown a graphical representation of one node of the hypergraph data base used to represent both the physical facilities and the circuit assignment illustrated in FIG. 4. The node represented in FIG. 8 is that representing pair 101:121. As previously noted, the node includes a body entity portion (box 62) and a plurality of edges 82,83,86,87,88 and 89, some of which
(82 and 83) are hyperedges. The node illustrated in FIG. 8 contains all of the information about pair 0101:121 that is in the data base. It will be noted that the "name" of this pair by which it is known in the outside world
(pair 101:121) is a separate entity 91 pointed to by edge 90. The internal identification of each node is by way of an invariant internal pointer which permits direct access to the associated record. Moreover, the external name of an entity can change without changing a single one of the internal references thereto.
In FIG. 9 there is shown a representation of the record in the data base for pair 0101:121, using the conventions established in FIG. 2. The body portion of the record appears first, but the edges are ordered haphazardly. A specific edge must be searched for in this arrangement. The contents of the data record of FIG. 9 will now be taken up.
It will be first noted that each physical facility is identified with an internal identification number different from the name by which it is known in the external world. These internal identification numbers are pointers to the identified node and simplify the computer record-keeping, permitting arbitrary and changeable names in the outside world. A special edge 90 points to the external identification 91 ("pair 0101:121,") as shown in FIG. 8, and at lines g1-g3 in FIG. 9. Edges at lines c1-c5 and f1-f5 are hyperedges, each including two node identifications. Each body or edge has one or more lines of so-called "application data," i.e., information useful in applying the data base information to a problem in the outside world. For example, at line c-5, the edge specifies that the pair is connected to binding posts on the central office side of the terminal (as distinguished from the "field" side of the terminal). At line e-3 and e-4g the pair is specified as being connected to the "blue-green" stub wires on the "IN" side of the distribution terminal (as distinguished from "OUT" side). The edge n specifies the loop circuit of which this pair is a part.
In FIG. 10, there is shown a general block diagram of the data base manager 31 of FIG. 3. This data base manager is, of course, implemented by computer programs and hence the block diagram merely illustrates the interaction of the various software modules. In FIG. 10, requests for additions, deletions or modifications to the data base 30 are received by a request decoder 100.
Decoder 100 decomposes the requests (parses the request command) to enable any one of seven specific procedures 101 through 107.
Procedure 101 is used to obtain the internal identification number (e.g., ID 388 for node 62 in FIG. 8), given the external identification (e.g., pair 0101:121 for node 62 in FIG. 8). In order to accomplish this translation, a look-up table 108, called the external/internal ID list, is maintained. The internal ID is then stored in buffer 109 for future use. Using this internal ID number, fetch node procedure 107 can then direct storage manager 110 to obtain the proper node data from data base 30. If, for example, data base 30 resides on magnetic discs, storage manager 110 contains the necessary circuitry to locate and access the necessary tracks in the proper sector on the appropriate one of the discs. Data base 30 may reside in other forms of storage, however, such as magnetic cores, magnetic tapes, magnetic bubbles, video or laser storage elements and so forth. In any event, storage manager 110 includes all of the necessary circuitry to recover a data record, given the unique internal ID for that record. Since such data retrieval operations are well-known in the art, they will not be further described here.
The data record obtained by storage manager 110 is stored in node buffer 111, where it is available for further processing. It should be noted that buffers 109 and 111, as well as the other buffers in FIG. 10 are merely storage locations in the computer memory reserved for the storage of the data items described. Similarly, list 108 is also merely a plurality of contiguous reserved storage locations containing the information described above. Nodes can be created or deleted using procedure 102. Procedure 102, in response to decoder 100 obtains the addresses of unused storage space from free storage list 112, assigns an internal ID number to the storage block and puts this ID number in buffer 109. The contents of the new node can then be generated using the facilities to be described below.
Conversely, nodes which are no longer needed (e.g., where facilities have been destroyed or withdrawn from use) can be deleted from the data base by removing the appropriate entry from list 108 and adding the corresponding storage space to free storage list 112. The actual data in data base 30 need not be immediately deleted, but may be overwritten when this storage space is reassigned to a new node being created.
Once the node information is in node buffer 111, the body or a particular edge of the node may be fetched by procedures 103 and 105, respectively. The body data is then stored in buffer 113 where it may be modified by procedure 104. A newly created node may have the body data inserted in body buffer 113 by the same procedure 104. Similarly, the edge data is stored in edge buffer 114 in response to a fetch edge request by procedure 105 and is there available for addition, modification or deletion by procedure 106. New nodes are created by systematically securing an ID number and reserving storage space (procedure 102), creating the body (procedure 104) and creating the edges, one at a time (procedure 106). Once a node has been created or modified, it can be replaced in data base 30 by procedure 107, which causes storage manager 110 to move the data from node buffer 111 to data base 30. Meanwhile, the data stored in buffers 109, 111, 113 and 114 is available for processing by other procedures in the application programs 32 of FIG. 3.
It can be seen that the data base manager of FIG. 10 is completely transparent to the hyperedges of the present invention. Such hyperedges are, of course, stored in edge buffer 114 when retrieved and are hence available for processing. So far as the data base manager of FIG. 10 is concerned, however, these hyperedges are simply edge data handled exactly the same way as simple (non-hyper) edges. It is the application programs 32 which know about and expect the hyperedge data and which provide the facilities for using the hyperedge data.
An example of the operation of the system of FIG. 10, the following Table I shows the pseudocode necessary to add a new edge to a node, assuming that the new edge information has been placed in edge buffer 114. The routine "addedge" first checks to see if the edge already exists in the node. If it is, a message is returned indicating that the edge already exists. If the edge does not already exist, it is added to the node and a message to that effect is returned. Table I Program to Add an Edge to a Node addedge (node,edgebfr)
/* Add the edge in buffer edgebfr to the node */ If node has edge = edgebfr; then return "exists"; Else add edgebfr to node; Then return "added"; end
In Table II there is shown the pseudocode for a program "relate_node_node" to create hyperedges from two nodes to the other node and a third node, using the "addedge" routine of Table I.
Table II Program to Create Hyperedges relate_node_node (node_A, edgebfr_A, node_B, edgebfr_B, node_C)
/* Create one hyperedge from node A to */ /* nodes B and C, and */ /* Create a second hyperedge from node B */ /* to nodes A and C, */ /* using the edges in the edge buffers. */ Set rid (A) and rid(C) in edgebfr_B; Set rtype(A) and rtype(C) in edgebfr_B; Set rid(B) and rid(C) in edgebfr_A; Set rtype(B) and rtype(C) in edgebfr A;
/* Try to add edges to nodes A and B */ if addedge (node_A, edgebfr_A) and addedge (node_B, edgebfr_b) return same message; then return that message;
/* Otherwise the messages are different */ /* and there is an error */ else return "error" ; Finally, Table III is an application program which uses the "relate_node_node" to indicate in the data base records the connection of two pairs to each other, useful in assigning facilities in the data base.
Table III Cross-Connect Pairs /* This is an application program to */ /* connect "pair_A" */ /* to "pair_B" in Terminal "ter" */ node_A = read (pair_A); node_B = read(pair_B); node_C = read (ter);
/* Add application data_A and data_B */ /* (pair color, binding post, etc.) */ /* to buffers. */ add data_A to edgebfr_A; add data_B to edgebfr_B; message = relate_node_node (node_A, edgebfr_A, node_B, edgebfr_B, node_C); if message = "error", print("cannot cross-connect", pair_A, "and", pair_B, "in terminal", ter); end;

Claims

1. A data base system comprising a data base comprising a plurality of records each including a body portion and a plurality of edge portions for storing signals, at least one of said edge portions including pointer signals to a plurality of other records, and means for accessing and utilizing the signals sorted in said records.
2. The data base system according to claim 1 wherein each of said portions includes stored signals representing an entity type and an entity identification and entity application.
3. The data base system according to claim 1 further comprising data base manager programs for accessing, creating, deleting and modifying said records.
4. The data base system according to claim 1 further comprising a plurality of user programs for utilizing the signals stored in said records.
5. The data base system according to claim 4 wherein said user programs include means for selectively assigning resources identified in said nodes to resource utilization means.
6. In a data base having a plurality of records of similar format, means for storing signals in said records representing information identifying each of a plurality of assignable facilities, means for storing signals in said records representing each of a plurality of relationships between any two of said facilities, means for storing signals in said records representing at least one relationship between three or more of said facilities, and means for accessing, modifying and utilizing said records.
7. The combination according to claim 6 wherein said facilities comprise telephone outside plant equipment, and said utilization means comprises means for assigning said equipment to telephone subscribers.
8. The combination according to claim 6 wherein said record format represents each entry in an entityrelationship data base.
9. In data base system wherein each record comprises a node including a body portion and a plurality of edge portions, means for storing signals representing the identification and attributes of a physical facility in each said head portions of said nodes, means for storing edge signals representing simple edges to one other node in some of said edge portions of said record, means for storing hyperedge signals representing hyperedges to more than one other of said nodes in other of said edge portions of said record, and means for accessing and utilizing said records to assign said physcial facilities to utilizers of said facilities.
10. The combination according to claim 9 wherein said physical facilities comprises telephone outside plant equipment.
PCT/US1983/001694 1982-11-15 1983-11-02 Hyperedge entity-relationship data base systems WO1984002020A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP50377583A JPS59502042A (en) 1982-11-15 1983-11-02 Hyperage Entity Relationship Database System

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US06/441,730 US4479196A (en) 1982-11-15 1982-11-15 Hyperedge entity-relationship data base systems

Publications (1)

Publication Number Publication Date
WO1984002020A1 true WO1984002020A1 (en) 1984-05-24

Family

ID=23754063

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US1983/001694 WO1984002020A1 (en) 1982-11-15 1983-11-02 Hyperedge entity-relationship data base systems

Country Status (4)

Country Link
US (1) US4479196A (en)
EP (1) EP0126121A1 (en)
CA (1) CA1204881A (en)
WO (1) WO1984002020A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU620994B2 (en) * 1989-07-12 1992-02-27 Digital Equipment Corporation Compressed prefix matching database searching

Families Citing this family (84)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4646229A (en) * 1982-11-15 1987-02-24 At&T Bell Laboratories Time-ordered data base
US4631664A (en) * 1983-07-19 1986-12-23 Bachman Information Systems, Inc. Partnership data base management system and method
US4754326A (en) * 1983-10-25 1988-06-28 Keycom Electronic Publishing Method and apparatus for assisting user of information retrieval systems
US5097408A (en) * 1985-01-11 1992-03-17 Wang Laboratories, Inc. Apparatus for specifying a result relation in a relational database system by selection of rows
US4888690A (en) * 1985-01-11 1989-12-19 Wang Laboratories, Inc. Interactive error handling means in database management
US4769772A (en) * 1985-02-28 1988-09-06 Honeywell Bull, Inc. Automated query optimization method using both global and parallel local optimizations for materialization access planning for distributed databases
US4710872A (en) * 1985-08-07 1987-12-01 International Business Machines Corporation Method for vectorizing and executing on an SIMD machine outer loops in the presence of recurrent inner loops
US4805134A (en) * 1986-01-09 1989-02-14 International Business Machines Corporation Electronic system for accessing graphical and textual information
US5010478A (en) * 1986-04-11 1991-04-23 Deran Roger L Entity-attribute value database system with inverse attribute for selectively relating two different entities
US4805099A (en) * 1987-04-17 1989-02-14 Wang Laboratories, Inc. Retrieval of related records from a relational database
US4791561A (en) * 1987-04-17 1988-12-13 Wang Laboratories, Inc. Interactive construction of means for database maintenance
US4930072A (en) * 1987-08-31 1990-05-29 At&T Bell Laboratories Method for computing transitive closure
US5008819A (en) * 1987-10-07 1991-04-16 Gorbatenko George G Memory spaced array
US4914586A (en) * 1987-11-06 1990-04-03 Xerox Corporation Garbage collector for hypermedia systems
US4835709A (en) * 1987-11-25 1989-05-30 Bell Communications Research, Inc. Assembly modeling process
US5123104A (en) * 1988-04-08 1992-06-16 International Business Machines Corporation Method and apparatus for concurrent modification of an index tree in a transaction processing system utilizing selective indication of structural modification operations
US5123088A (en) * 1988-06-27 1992-06-16 Nippon Telegraph And Telephone Corp. Method and apparatus for creating and displaying navigators for guiding to related image information
US5345587A (en) * 1988-09-14 1994-09-06 Digital Equipment Corporation Extensible entity management system including a dispatching kernel and modules which independently interpret and execute commands
US5089952A (en) * 1988-10-07 1992-02-18 International Business Machines Corporation Method for allowing weak searchers to access pointer-connected data structures without locking
US5115495A (en) * 1988-10-18 1992-05-19 The Mitre Corporation Communications network system using full-juncture and partial-juncture station status information for alternate-path distance-vector routing
US5115504A (en) * 1988-11-01 1992-05-19 Lotus Development Corporation Information management system
US5003470A (en) * 1988-12-09 1991-03-26 International Business Machines Corporation Method for tying and untying path access in a CPU-based, layered communications system
US5193185A (en) * 1989-05-15 1993-03-09 David Lanter Method and means for lineage tracing of a spatial information processing and database system
US4953106A (en) * 1989-05-23 1990-08-28 At&T Bell Laboratories Technique for drawing directed graphs
US5185887A (en) * 1989-07-06 1993-02-09 Hitachi, Ltd. Database generation management method and system
US5418942A (en) * 1989-07-06 1995-05-23 Krawchuk; Kenneth V. System and method for storing and managing information
WO1991001530A2 (en) * 1989-07-11 1991-02-07 Bell Communications Research, Inc. Methods and apparatus for checking the integrity of data base data entries
US5495610A (en) * 1989-11-30 1996-02-27 Seer Technologies, Inc. Software distribution system to build and distribute a software release
JP2532148B2 (en) * 1990-01-19 1996-09-11 富士通株式会社 Database management method for intelligent network
AU8517991A (en) * 1990-08-31 1992-03-30 Seer Technologies, Inc. Transaction processor
US5274802A (en) * 1991-02-22 1993-12-28 Gte Mobilnet Incorporated Method for restoring lost databases by comparing existing database and generic database, and generating cellular switch commands to update the generic database
US5581672A (en) * 1991-12-19 1996-12-03 Aerohydro, Inc. System of relational entities for object-oriented computer-aided geometric design
CA2079351A1 (en) * 1992-02-19 1993-08-20 Bruce A. Tate Scaled depiction of information from a database
US5355405A (en) * 1992-06-26 1994-10-11 At&T Bell Laboratories Arrangement for dynamically identifying the assignment of a subscriber telephone loop connection at a serving terminal
US5978811A (en) * 1992-07-29 1999-11-02 Texas Instruments Incorporated Information repository system and method for modeling data
US5511116A (en) * 1992-08-25 1996-04-23 Bell Communications Research Inc. Method of creating and accessing value tables in a telecommunication service creation and execution environment
US5442690A (en) * 1992-08-25 1995-08-15 Bell Communications Research, Inc. Telecommunication service record structure and method of execution
US5455853A (en) * 1992-08-25 1995-10-03 Bell Communications Research, Inc. Method of creating a telecommunication service template
WO1994005112A1 (en) * 1992-08-25 1994-03-03 Bell Communications Research, Inc. System and method for creating, transferring, and monitoring services in a telecommunication system
US5463682A (en) * 1992-08-25 1995-10-31 Bell Communications Research, Inc. Method of creating user-defined call processing procedures
CA2143652C (en) * 1992-09-01 2000-10-17 David J. H. Nuttall Information model based on a physical system
EP0589070A1 (en) * 1992-09-19 1994-03-30 International Business Machines Corporation Computer system and method for storing and displaying of a semantically structured entity relationship diagram
US5455775A (en) * 1993-01-25 1995-10-03 International Business Machines Corporation Computer design system for mapping a logical hierarchy into a physical hierarchy
US5586125A (en) * 1993-02-26 1996-12-17 Warner; William T. Method for generating test vectors for characterizing and verifying the operation of integrated circuits
US5381405A (en) * 1993-03-18 1995-01-10 At&T Corp. Communications access network routing
US5386417A (en) * 1993-03-18 1995-01-31 At&T Corp. Method and apparatus for establishing connections in a communications access network
US5450468A (en) * 1993-04-29 1995-09-12 At&T Corp. Method of rapidly assessing damage to outside loop plant
US5594897A (en) * 1993-09-01 1997-01-14 Gwg Associates Method for retrieving high relevance, high quality objects from an overall source
JP3526595B2 (en) * 1993-10-29 2004-05-17 富士通株式会社 Information management mechanism
US5657451A (en) * 1994-01-24 1997-08-12 Telefonaktiebolaget Lm Ericsson System for determining whether to accept new supplementary services based upon identified types of supplementary service interactions and identified supplementary service interaction criteria
US5499360A (en) * 1994-02-28 1996-03-12 Panasonic Technolgies, Inc. Method for proximity searching with range testing and range adjustment
GB2293667B (en) * 1994-09-30 1998-05-27 Intermation Limited Database management system
US5566328A (en) * 1995-01-23 1996-10-15 Tandem Computers Incorporated Reconstructing directory pathnames from file handles in a computer system
US5675784A (en) * 1995-05-31 1997-10-07 International Business Machnes Corporation Data structure for a relational database system for collecting component and specification level data related to products
US5819275A (en) * 1995-06-07 1998-10-06 Trusted Information Systems, Inc. System and method for superimposing attributes on hierarchically organized file systems
US5864822A (en) * 1996-06-25 1999-01-26 Baker, Iii; Bernard R. Benefits tracking and correlation system for use with third-party enabling organization
US5696864A (en) * 1996-09-18 1997-12-09 Communications Technology Corporation Aerial enclosure for coupling data signals to a customer site
US5933831A (en) * 1998-01-09 1999-08-03 Lsi Logic Corporation Viewing entity relationship diagrams using hyperlinks
US7076507B1 (en) 1998-07-08 2006-07-11 Required Technologies, Inc. Value-instance-connectivity computer-implemented database
US6513041B2 (en) 1998-07-08 2003-01-28 Required Technologies, Inc. Value-instance-connectivity computer-implemented database
US6009432A (en) 1998-07-08 1999-12-28 Required Technologies, Inc. Value-instance-connectivity computer-implemented database
FR2785411B1 (en) * 1998-10-30 2001-08-24 Bull Sa METHOD AND SYSTEM FOR PROCESSING ORDERED VALUE ENTITIES
US6532476B1 (en) 1999-11-13 2003-03-11 Precision Solutions, Inc. Software based methodology for the storage and retrieval of diverse information
EP1273167B1 (en) * 2000-04-10 2005-12-07 United Video Properties, Inc. Interactive media guide with media guidance interface
US7243108B1 (en) * 2001-10-14 2007-07-10 Frank Jas Database component packet manager
US20030187826A1 (en) * 2002-03-28 2003-10-02 Ontario Corporation Collection system database architecture
US20030231168A1 (en) * 2002-06-18 2003-12-18 Jory Bell Component for use as a portable computing device and pointing device in a modular computing system
US7133883B2 (en) * 2002-12-23 2006-11-07 Sun Microsystems, Inc. General techniques for diagnosing data corruptions
EP1482418A1 (en) * 2003-05-28 2004-12-01 Sap Ag A data processing method and system
US7353432B1 (en) 2003-11-25 2008-04-01 Sun Microsystems, Inc. Maintaining high data integrity
US7454429B2 (en) * 2004-02-14 2008-11-18 Alan S Rojer Declarative Dispatch
US7991598B1 (en) * 2005-08-01 2011-08-02 The Mathworks, Inc. Method and system for modeling a mechanical system
US7792864B1 (en) * 2006-06-14 2010-09-07 TransUnion Teledata, L.L.C. Entity identification and/or association using multiple data elements
US20080098008A1 (en) * 2006-10-19 2008-04-24 Mustafa Eid System and method for teaching entity-relationship modeling
US8365142B2 (en) * 2009-06-15 2013-01-29 Microsoft Corporation Hypergraph implementation
US9201986B1 (en) * 2010-07-16 2015-12-01 The Mathworks, Inc. Managing dynamic state of a physical system
CN103714098B (en) * 2012-09-29 2018-10-23 伊姆西公司 Method and system for carrying out subregion to database
US9262501B2 (en) * 2012-12-13 2016-02-16 Vinayak Borkar Method, apparatus, and computer-readable medium for optimized data subsetting
US10452739B2 (en) 2014-10-16 2019-10-22 Adp, Llc Graph loader for a flexible graph system
JP6690207B2 (en) * 2015-11-30 2020-04-28 ブラザー工業株式会社 Relay device and control program
US10552889B2 (en) 2016-03-16 2020-02-04 Adp, Llc Review management system
US10789625B2 (en) 2016-03-16 2020-09-29 Adp, Llc Marketing management system
US10728105B2 (en) * 2018-11-29 2020-07-28 Adobe Inc. Higher-order network embedding
US11093483B2 (en) 2019-03-22 2021-08-17 Microsoft Technology Licensing, Llc Multilevel data lineage view

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4128891A (en) * 1976-12-30 1978-12-05 International Business Machines Corporation Magnetic bubble domain relational data base system
US4221003A (en) * 1978-05-04 1980-09-02 International Business Machines Corporation Bubble domain relational data base system
US4283771A (en) * 1978-07-31 1981-08-11 International Business Machines Corporation On-chip bubble domain relational data base system

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
ACM Transactions on Database Systems, Vol. 7, No. 3, September 1982, (New York, US) FAGIN et al.: "A Simplified Universal Relation Assumption and its Properties", pages 343-360, see pages 347-349, paragraphs 2.2 and 2.3 *
The Bell System Technical Journal, Vol. 61, No. 9, November 1982 (New York, US) A.J. GOLDSTEIN: "A Directed Hypergraph Database: A Model for the Local Loop Telephone Plant", pages 2529-2555, see pages 2534-2537, paragraph III *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
AU620994B2 (en) * 1989-07-12 1992-02-27 Digital Equipment Corporation Compressed prefix matching database searching

Also Published As

Publication number Publication date
EP0126121A1 (en) 1984-11-28
CA1204881A (en) 1986-05-20
US4479196A (en) 1984-10-23

Similar Documents

Publication Publication Date Title
US4479196A (en) Hyperedge entity-relationship data base systems
US4646229A (en) Time-ordered data base
US5357631A (en) Method and system for creating and maintaining multiple document versions in a data processing system library
JP3064469B2 (en) CAD parts management system
US5732257A (en) Object conversion method from a flat object space to a class structured space
US5495610A (en) Software distribution system to build and distribute a software release
US5761432A (en) Method and apparatus for providing an efficient use of telecommunication network resources
US5634048A (en) Distributed database system having a center system with a link file and a method for retrieving data from same
US5893906A (en) Managing work in a computing application
US5396600A (en) Apparatus and method for interfacing between processing computers in a computer system
EP0238039B1 (en) Network event identifiers
JP4387599B2 (en) Telecommunications network resource handling apparatus and method
WO1991008542A1 (en) Software distribution system
Siddiqui The use of information technology in academic libraries in Saudi Arabia
EP0457707A2 (en) Method for hierarchical grouping of documents in a data processing system
US20070183322A1 (en) System and Method for Automated Network Element Database Population
US20080005165A1 (en) Configurable field definition document
JPH081610B2 (en) Database-based locking
JPS59502042A (en) Hyperage Entity Relationship Database System
JPH06326706A (en) Composite network management system
Hennessy et al. Modelling group communication structures: Analysing four European projects
Seki et al. FISH: Flexible information sharing and handling system
Goldstein Database systems: A directed hypergraph database: A model for the local loop telephone plant
JPH06232867A (en) User service profile information access system
JPH05136819A (en) Closed area service method for bulletin board

Legal Events

Date Code Title Description
AK Designated states

Designated state(s): JP

AL Designated countries for regional patents

Designated state(s): AT BE CH DE FR GB LU NL SE

WWE Wipo information: entry into national phase

Ref document number: 1983903744

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 1983903744

Country of ref document: EP

WWR Wipo information: refused in national office

Ref document number: 1983903744

Country of ref document: EP

WWW Wipo information: withdrawn in national office

Ref document number: 1983903744

Country of ref document: EP