blob: 2eaaa04b00d44791702af02aacdef29855bdeb87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-- File: StepRepr_PromissoryUsageOccurrence.cdl
-- Created: Tue Jun 30 17:14:09 1998
-- Author: Administrateur Atelier XSTEP
-- <cky@heliox.paris1.matra-dtv.fr>
---Copyright: Matra Datavision 1998
class PromissoryUsageOccurrence from StepRepr inherits AssemblyComponentUsage
uses
HAsciiString from TCollection
is
Create returns mutable PromissoryUsageOccurrence;
end PromissoryUsageOccurrence;
|