#include <ConnectionRep.h>
Represents a Connection kind.
Definition at line 9 of file BONExtender/Rep/ConnectionRep.h.
Definition at line 15 of file BONExtender/Rep/ConnectionRep.cpp.
ConnectionRep::~ConnectionRep | ( | ) |
Definition at line 22 of file BONExtender/Rep/ConnectionRep.cpp.
ConnectionRep::~ConnectionRep | ( | ) |
void ConnectionRep::addJoint | ( | ConnJoint & | joint | ) |
void ConnectionRep::addJoint | ( | ConnJoint & | joint | ) |
Definition at line 28 of file BONExtender/Rep/ConnectionRep.cpp.
void ConnectionRep::addMethod | ( | Method & | m | ) | [inline] |
Definition at line 28 of file BONExtender/Rep/ConnectionRep.h.
void ConnectionRep::appendJointElements | ( | const ConnJoint & | joint | ) |
void ConnectionRep::appendJointElements | ( | const ConnJoint & | joint | ) |
Definition at line 34 of file BONExtender/Rep/ConnectionRep.cpp.
bool ConnectionRep::calcLCD | ( | ) |
Definition at line 114 of file BONExtender/Rep/ConnectionRep.cpp.
bool ConnectionRep::checkConnectionTargets | ( | ) |
bool ConnectionRep::checkConnectionTargets | ( | ) |
Definition at line 102 of file BONExtender/Rep/ConnectionRep.cpp.
void ConnectionRep::createConstraints | ( | Sheet * | s | ) |
Definition at line 405 of file MetaInterpreter/Rep/ConnectionRep.cpp.
bool ConnectionRep::createEndGetters | ( | ) |
Definition at line 123 of file BONExtender/Rep/ConnectionRep.cpp.
std::string ConnectionRep::doDump | ( | ) | [virtual] |
Implements Any.
std::string ConnectionRep::doDump | ( | ) | [virtual] |
Implements Any.
Definition at line 70 of file BONExtender/Rep/ConnectionRep.cpp.
std::string ConnectionRep::dumpConnDetails | ( | ) |
Definition at line 292 of file MetaInterpreter/Rep/ConnectionRep.cpp.
Any::KIND_TYPE ConnectionRep::getMyKind | ( | ) | const [inline, virtual] |
Implements FCO.
Definition at line 28 of file MetaInterpreter/Rep/ConnectionRep.h.
Any::KIND_TYPE ConnectionRep::getMyKind | ( | ) | const [inline, virtual] |
Implements FCO.
Definition at line 16 of file BONExtender/Rep/ConnectionRep.h.
void ConnectionRep::inherit | ( | ) |
void ConnectionRep::inherit | ( | ) |
Definition at line 46 of file BONExtender/Rep/ConnectionRep.cpp.
void ConnectionRep::initAttributes | ( | ) | [virtual] |
Reimplemented from FCO.
Definition at line 36 of file MetaInterpreter/Rep/ConnectionRep.cpp.
const std::string ConnectionRep::Color_str = "Color" [static] |
Definition at line 12 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::ConnLineEnd_str = "ConnLineEnd" [static] |
Definition at line 13 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::ConnLineStart_str = "ConnLineStart" [static] |
Definition at line 14 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::ConnLineType_str = "ConnLineType" [static] |
Definition at line 15 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::DstAttrLabel1_str = "DstAttrLabel1" [static] |
Definition at line 19 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::DstAttrLabel2_str = "DstAttrLabel2" [static] |
Definition at line 20 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::LabelFormatStr_str = "LabelFormatStr" [static] |
Definition at line 16 of file MetaInterpreter/Rep/ConnectionRep.h.
std::vector< Method> ConnectionRep::m_connMethods [protected] |
Definition at line 32 of file BONExtender/Rep/ConnectionRep.h.
std::list< ConnJoint > ConnectionRep::m_jointList [protected] |
Definition at line 31 of file BONExtender/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrColor [protected] |
Definition at line 43 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrConnLineEnd [protected] |
Definition at line 44 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrConnLineStart [protected] |
Definition at line 45 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrConnLineType [protected] |
Definition at line 46 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrDstAttrLabel1 [protected] |
Definition at line 50 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrDstAttrLabel2 [protected] |
Definition at line 51 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrLabelFormatStr [protected] |
Definition at line 47 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrSrcAttrLabel1 [protected] |
Definition at line 48 of file MetaInterpreter/Rep/ConnectionRep.h.
std::string ConnectionRep::m_sAttrSrcAttrLabel2 [protected] |
Definition at line 49 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::SrcAttrLabel1_str = "SrcAttrLabel1" [static] |
Definition at line 17 of file MetaInterpreter/Rep/ConnectionRep.h.
const std::string ConnectionRep::SrcAttrLabel2_str = "SrcAttrLabel2" [static] |
Definition at line 18 of file MetaInterpreter/Rep/ConnectionRep.h.