blob: e696f0899156d5757cebc8605bc6e3cc89e0955b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
-- File: StepSelect_StepDerived.cdl
-- Created: Thu Feb 18 12:29:17 1999
-- Author: Pavel DURANDIN
-- <pdn@friendox.nnov.matra-dtv.fr>
---Copyright: Matra Datavision 1999
class SelectDerived from STEPSelections inherits StepType from StepSelect
---Purpose:
uses
CString,
AsciiString from TCollection,
Protocol from Interface,
InterfaceModel,
Protocol from StepData
is
Create returns mutable SelectDerived;
Matches (me; ent : Transient; model : InterfaceModel;
text : AsciiString; exact : Boolean)
returns Boolean is redefined;
end SelectDerived;
|