| POSC Specifications Version 2.2 |
Epicentre Relational Implementation |
Defines a relationship between two or three objects. The operation (e.g., intersection, addition, subtraction) of a primary object on an intersecting object produces a resulting object. For example, an edge is an object resulting from the intersection between two faces.
- space_time_opr_s (PK, M: CHAR VARYING(19))
- Surrogate key of the table.
- primary_object_s (FSK, M: CHAR VARYING(19))
primary_object_t (M: CHAR VARYING(16))
- space_time_operation.primary_object
Indicates the topological object involved in a space/time operation in the role of primary agent (i.e., the thing we start with). For degeneration, this points to the object which is being degenerated. For projection, this points to the object which is being projected onto another object (the screen). For intersection and addition, this points to one of the objects participating in the relationship (i.e., both relationships must be searched to find a particular object). For proximity, this points to the container object which is near the intersecting object and of which the resulting object is a subset. For subtraction, this points to the object from which we are subtracting the intersection of the intersecting object.
primary_object_s: Implements a foreign key to a row in one of the tables projected from entity topological_object depending on the value of the next column (See below).
primary_object_t: Defines the name of the referenced table. Possible values are defined in @topological_object.
- r_space_tm_opr_nm (FNK, M: CHAR VARYING(15))
- space_time_operation.ref_space_time_operation
This describes the kind of operation. Allowable operations include: intersection, proximity, projection, degeneration, addition and subtraction.
Defines a foreign key to table r_space_tm_opr.
- resulting_object_s (FSK, M: CHAR VARYING(19))
resulting_object_t (M: CHAR VARYING(16))
- space_time_operation.resulting_object
Indicates the topological object which resulted from a space/time operation. For intersection, this points to the object which represents the intersection of the two objects. For degeneration, this points to the object which is a degenerated form of the primary object. For projection, this points to the object which represents the projection of the primary object onto the intersecting object. For subtraction, this points to the object which is the result of subtracting from the primary object, the intersection between the primary and the intersecting object. For addition, this represents the union of the primary and intersecting objects. For proximity, this points to the object which is a subset of the primary object which is near the intersecting object.
resulting_object_s: Implements a foreign key to a row in one of the tables projected from entity topological_object depending on the value of the next column (See below).
resulting_object_t: Defines the name of the referenced table. Possible values are defined in @topological_object.
- description (O: CHAR VARYING(2000))
- space_time_operation.description
Comment associated with the intersection.
- projection_vector (O: CHAR VARYING(16))
- space_time_operation.projection_vector
The angle of projection. Depending upon the dimension of the space, the angle will be defined by one, two or three components.
- intersecting_obj_s (FSK, O: CHAR VARYING(19))
intersecting_obj_t (O: CHAR VARYING(16))
- space_time_operation.intersecting_object
Indicates the topological object involved in a space/time operation in the role of intersecting agent. For projection, this points to the screen on which the primary object is being projected. For intersection and addition, this points to one of the objects participating in the relationship (i.e., both relationships must be searched to find a particular object). For subtraction, this points to the object which is subtracted from the primary object. For proximity, this points to the magnet object that the primary object is near.
intersecting_obj_s: Implements a foreign key to a row in one of the tables projected from entity topological_object depending on the value of the next column (See below).
intersecting_obj_t: Defines the name of the referenced table. Possible values are defined in @topological_object.
Table is related to: dae_frame, @graphical_element, parameter_value
Intersection Tables: coll_cntn_x
Primary Key Constraint on: SPACE_TIME_OPR_S
Fully implemented Unique Constraint on: R_SPACE_TM_OPR_NM, RESULTING_OBJECT_S, RESULTING_OBJECT_T
Generated on Mon Dec 1 10:21:04 1997
© Copyright 1997 POSC. All rights reserved.