Refactored sequence diagram model classes
This commit is contained in:
@@ -51,14 +51,15 @@ enum class message_t {
|
||||
kDo,
|
||||
kDoEnd,
|
||||
kFor,
|
||||
kForEnd
|
||||
kForEnd,
|
||||
kNone
|
||||
};
|
||||
|
||||
std::string to_string(relationship_t r);
|
||||
|
||||
std::string to_string(access_t r);
|
||||
|
||||
std::string to_string(message_t r);
|
||||
std::string to_string(message_t m);
|
||||
|
||||
std::string to_string(diagram_t r);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user