Copyright VirtualSim 2004-2020 - All rights reserved
Data Model
A Data-Model is a C++ Class that can be used by any other objects of vsTASKER (Scenario, Entity, Logic, Knowledge, Component...).
Typically, a DataModel is used to store data. It can inherit from another DataModel.
Data-Models are attached to entities on the Model Behavior panel. Several are built-in, like PtfModel that contains a list of variables and methods to characterize the entity.
A DataModel is shown dashed when external (defined in a library) and in plain line when local.
Popup Menu
When selected:
Give it to: attach the Data Model to the entity being selected in the popup list.