parts
parts.ads
parts.adb
internal
parts
scores
test_suite.adb
ada
text/
util/
postscript/
internal/
images/
fonts/
Home
Snapshots
Ada Source
PHP Source
Fonts
Sourceforge
Summary
Downloads
Browse CVS
Donate
Activity
Hosted by
Parts
type Part
Type for instance variables.
function Create
Constructor for instances.
Param
Type
Description
in
Name
String
The initial name.
return
Part
The newly created part.
function Get_Name
Accessor to read the name of a part.
Param
Type
Description
in
This
Part
The part to read from.
return
String
The name of that part.
procedure Set_Name
Mutator to update the name of a part.
Param
Type
Description
in
This
Part
The part to be updated.
in
Name
String
The new name of that part.
types
Part
methods
Create
Get_Name
Set_Name