POSC Specifications: Epicentre Version 3.0
Logical Data Model
ENTITY
FLUID_FLOW_STREAM_ALLOCATION
SUBTYPE OF
(
transient_association
);
flow_stream_source :
fluid_flow_stream
;
flow_stream_target :
fluid_flow_stream
;
INVERSE
pty_fl_flow_stream_shrnk_fact :
SET [0:?] OF
pty_fl_flow_stream_shrnk_fact
FOR
fluid_flow_stream_allocation;
pty_fl_flow_stream_split_fact :
SET [0:?] OF
pty_fl_flow_stream_split_fact
FOR
fluid_flow_stream_allocation;
UNIQUE
si:
transient_association
.end_time, flow_stream_source, flow_stream_target,
transient_association
.start_time;
END_ENTITY
; (* fluid_flow_stream_allocation *)
Generated on Tue Jul 10 19:37:51 2001
© Copyright 2001 POSC. All rights reserved.