RoleRep Class Reference
#include <RoleRep.h>
List of all members.
Public Types |
typedef std::vector< RoleRep > | RoleRepSeries |
typedef RoleRepSeries::iterator | RoleRepSeries_Iterator |
typedef
RoleRepSeries::const_iterator | RoleRepSeries_ConstIterator |
typedef std::vector< RoleRep > | RoleRepSeries |
typedef RoleRepSeries::iterator | RoleRepSeries_Iterator |
typedef
RoleRepSeries::const_iterator | RoleRepSeries_ConstIterator |
Public Member Functions |
| RoleRep (const std::string &role_name, FCO *ptr, ModelRep *model_ptr, bool is_port, const std::string &cardinality, bool inh_role, bool long_form) |
| RoleRep (const RoleRep &peer) |
const RoleRep & | operator= (const RoleRep &peer) |
bool | operator== (const RoleRep &peer) const |
bool | operator!= (const RoleRep &peer) const |
const std::string & | getOnlyRoleName () const |
std::string | getSmartRoleName () const |
FCO * | getFCOPtr () const |
ModelRep * | getModelRepPtr () const |
bool | isPort () const |
const std::string & | getCardinality () const |
void | setInheritedRole (bool val) |
bool | isInheritedRole () const |
void | setLongForm (bool val) |
bool | isLongForm () const |
| RoleRep (const std::string &role_name, FCO *ptr, ModelRep *model_ptr, bool is_port, const std::string &cardinality, bool inh_role, bool long_form) |
| RoleRep (const RoleRep &peer) |
const RoleRep & | operator= (const RoleRep &peer) |
bool | operator== (const RoleRep &peer) const |
bool | operator!= (const RoleRep &peer) const |
const std::string & | getOnlyRoleName () const |
std::string | getSmartRoleName () const |
FCO * | getFCOPtr () const |
ModelRep * | getModelRepPtr () const |
bool | isPort () const |
const std::string & | getCardinality () const |
void | setInheritedRole (bool val) |
bool | isInheritedRole () const |
void | setLongForm (bool val) |
bool | isLongForm () const |
Friends |
bool | operator< (const RoleRep &, const RoleRep &) |
bool | operator< (const RoleRep &, const RoleRep &) |
Detailed Description
Definition at line 23 of file BONExtender/Rep/RoleRep.h.
Member Typedef Documentation
Constructor & Destructor Documentation
RoleRep::RoleRep |
( |
const RoleRep & |
peer |
) |
|
RoleRep::RoleRep |
( |
const RoleRep & |
peer |
) |
|
Member Function Documentation
FCO* RoleRep::getFCOPtr |
( |
|
) |
const |
FCO * RoleRep::getFCOPtr |
( |
|
) |
const |
ModelRep* RoleRep::getModelRepPtr |
( |
|
) |
const |
ModelRep * RoleRep::getModelRepPtr |
( |
|
) |
const |
bool RoleRep::isInheritedRole |
( |
|
) |
const |
bool RoleRep::isInheritedRole |
( |
|
) |
const |
bool RoleRep::isLongForm |
( |
|
) |
const |
bool RoleRep::isLongForm |
( |
|
) |
const |
bool RoleRep::isPort |
( |
|
) |
const |
bool RoleRep::isPort |
( |
|
) |
const |
bool RoleRep::operator!= |
( |
const RoleRep & |
peer |
) |
const |
bool RoleRep::operator!= |
( |
const RoleRep & |
peer |
) |
const |
bool RoleRep::operator== |
( |
const RoleRep & |
peer |
) |
const |
bool RoleRep::operator== |
( |
const RoleRep & |
peer |
) |
const |
void RoleRep::setInheritedRole |
( |
bool |
val |
) |
|
void RoleRep::setInheritedRole |
( |
bool |
val |
) |
|
void RoleRep::setLongForm |
( |
bool |
val |
) |
|
void RoleRep::setLongForm |
( |
bool |
val |
) |
|
Friends And Related Function Documentation
The documentation for this class was generated from the following files: