Hierarchical Edge Bundle 1.0
Public Member Functions | Protected Attributes
RelationType Class Reference

#include <RelationType.h>

List of all members.

Public Member Functions

 RelationType (void)
 ~RelationType (void)
void SetID (unsigned int id)
unsigned int GetID ()
void SetName (std::string name)
std::string GetName ()

Protected Attributes

unsigned int m_id
std::string m_name
std::vector< std::string > m_integer
std::vector< std::string > m_signature
std::vector< std::string > m_method

Constructor & Destructor Documentation

RelationType::RelationType ( void  )
RelationType::~RelationType ( void  )

Member Function Documentation

unsigned int RelationType::GetID ( )
std::string RelationType::GetName ( )
void RelationType::SetID ( unsigned int  id)
void RelationType::SetName ( std::string  name)

Member Data Documentation

unsigned int RelationType::m_id [protected]
std::vector<std::string> RelationType::m_integer [protected]
std::vector<std::string> RelationType::m_method [protected]
std::string RelationType::m_name [protected]
std::vector<std::string> RelationType::m_signature [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Defines