GME  13
Public Member Functions | Protected Member Functions
OclSignature::Method Class Reference

#include <OCLSignature.h>

Inheritance diagram for OclSignature::Method:
Inheritance graph
[legend]
Collaboration diagram for OclSignature::Method:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Method (const std::string &strName, const std::string &strTypeName, const StringVector &vecTypes)
virtual ~Method ()
virtual std::string Print () const
bool IsIdentical (const Method &object) const

Protected Member Functions

 Method (const std::string &strName, const OclCommon::FormalParameterVector &vecParameters)

Detailed Description

Definition at line 202 of file OCLSignature.h.


Constructor & Destructor Documentation

OclSignature::Method::Method ( const std::string strName,
const std::string strTypeName,
const StringVector vecTypes 
)

Definition at line 242 of file OCLSignature.cpp.

OclSignature::Method::Method ( const std::string strName,
const OclCommon::FormalParameterVector vecParameters 
) [protected]

Definition at line 250 of file OCLSignature.cpp.

Definition at line 255 of file OCLSignature.cpp.


Member Function Documentation

bool OclSignature::Method::IsIdentical ( const Method object) const

Definition at line 264 of file OCLSignature.cpp.

Reimplemented from OclSignature::Feature.

Definition at line 259 of file OCLSignature.cpp.


The documentation for this class was generated from the following files: