CoreLinux++
|
Goals
|
Developer's Corner
|
Contacts
|
|
Adapter Class Report
Adapter Class Report
Generated at: Sun, Jan 09, 2000
10:52:46
TABLE OF CONTENTS
- REPORT BODY
- Class report
- Data package
- Developer class
- Adapter class
- Component View package
- Model dictionary
- SUMMARY
REPORT BODY
Class report
- package Data
- class Developer
- Stereotype:
<<actor>>
- Documentation:
Developer extends the abstract Adapter pattern for a particular implementation.
- class Adapter
- Documentation:
The Adapter adapts the interface of a object instance to the desired target interface.
- Operations:
- public Adapter ( )
- Stereotype:
<<constructor>>
- Documentation:
Default Constructor
- public Adapter ( anAdapter : Adapter )
- Stereotype:
<<constructor>>
- Documentation:
Copy constructor.
- public ~Adapter ( )
- Stereotype:
<<destructor>>
- Documentation:
Virtual Destructor
- public bool operator== ( anAdapter : Adapter )
- Stereotype:
<<operator>>
- Constraints: {query}
- Documentation:
Equality operator returns true if this instance is the same as the argument.
- public bool operator!= ( anAdapter : Adapter )
- Stereotype:
<<operator>>
- Constraints: {query}
- Documentation:
Non-equality operator returns true of the argument is NOT equal to this instance.
- public Adapter operator= ( anAdapter : Adapter )
- Stereotype:
<<operator>>
- Documentation:
Assignment operator returns a reference to this instance and takes another Adapter as an agument.
- package Data::Component View
Model dictionary
A C D O ~
A
- Adapter class
The Adapter adapts the interface of a object instance to the desired target interface.
- Adapter operation from class Adapter
Default Constructor
- Adapter operation from class Adapter
Copy constructor.
C
- Component View package
D
- Data package
- Developer class
Developer extends the abstract Adapter pattern for a particular implementation.
O
- operator!= operation from class Adapter
Non-equality operator returns true of the argument is NOT equal to this instance.
- operator= operation from class Adapter
Assignment operator returns a reference to this instance and takes another Adapter as an agument.
- operator== operation from class Adapter
Equality operator returns true if this instance is the same as the argument.
~
- ~Adapter operation from class Adapter
Virtual Destructor
SUMMARY
- Total packages reported: 2
- Total classes reported: 2
- Total operations reported: 6
Copyright © 1999, 2000 by CoreLinux Consortium
This material may be distributed only subject to the terms and conditions set forth in the
Open Publication License
|
|
|