-
Notifications
You must be signed in to change notification settings - Fork 3
ModelEntities Vector
mitchell-conrad edited this page Jan 19, 2021
·
1 revision
The Vector entity defines an array/vector of data in MEDEA.
The Vector example on the right is similar to the following C++ code:
struct Message {
string instName; // @key
int messageID;
string content;
};
struct MessageList {
std::vector<Message> messageVector;
};
Can be adopted by the below entities:
Can adopt only one of the below entities:
The below entities are dependent on this entity:
This entity does not depend on any entities.
- label - sets the label
This entity does not have any visible edges attached to it.
Generated on 11 Feb 2021 @ 17:34:14 by Jenkins - MediaWiki2GitHubWiki
- Model Entities
- Loading and Saving Projects
- Modelling Quality of Service
- Workers
- Validation and Code Generation Functionality
- Jenkins Functionality
- Logging Functionality
- Toolbars
- Data Table
- Dock
- Search
- Notification Manager
- View Manager
- Settings
- App Shortcuts
- Code Editor
- Code Browser
- Execution Monitor
- QoS Browser
- Trigger Browser