![]() |
VR-Forces 4.0.4 Class Documentation
|
DtAggregateEmbarkationDescriptor; descriptor for a DtAggregateEmbarkation component. More...

Public Member Functions | |
| DtAggregateEmbarkationDescriptor (const DtString &name, DtReaderWriterRegistry *parentRegistry=0) | |
| constructor | |
| DtAggregateEmbarkationDescriptor (const DtAggregateEmbarkationDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0) | |
| copy constructor | |
| DtAggregateEmbarkationDescriptor & | operator= (const DtAggregateEmbarkationDescriptor &orig) |
| assignment | |
| virtual | ~DtAggregateEmbarkationDescriptor () |
| destructor | |
| virtual DtString | type () const |
| Returns the type of descriptor. | |
| virtual DtComponentDescriptor * | clone (DtReaderWriterRegistry *parentRegistry=0) const |
| virtual bool | embarkAggregate () const |
| Accessor/mutator for myEmbarkAggregate. | |
| virtual void | setEmbarkAggregate (bool) |
| Accessor/mutator for myEmbarkAggregate. | |
Static Public Member Functions | |
| static DtComponentDescriptor * | creator () |
| | |
Protected Attributes | |
parameters | |
These parameters are available for setting in the OPD files. | |
| DtRwBoolean | myEmbarkAggregate |
| Parameter Name: embark-aggregate Parameter Description: Sets whether or not to embark the aggregate at the location of the lead subordinate when all eligible subordinates are embarked. | |
Private Member Functions | |
| DtAggregateEmbarkationDescriptor () | |
| default constructor; not implemented | |
DtAggregateEmbarkationDescriptor; descriptor for a DtAggregateEmbarkation component.
Class DtAggregateEmbarkationDescriptor holds all of the readable/writeable parameters used to configure a DtAggregateEmbarkation model component.
End User Description: The DtAggregateEmbarkationDescriptor should only be configured as a part of aggregate entity types (entities configured with a vrf-aggregate-state-repository).
| DtAggregateEmbarkationDescriptor::DtAggregateEmbarkationDescriptor | ( | const DtString & | name, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
constructor
| DtAggregateEmbarkationDescriptor::DtAggregateEmbarkationDescriptor | ( | const DtAggregateEmbarkationDescriptor & | orig, |
| DtReaderWriterRegistry * | parentRegistry = 0 |
||
| ) |
copy constructor
| virtual DtAggregateEmbarkationDescriptor::~DtAggregateEmbarkationDescriptor | ( | ) | [virtual] |
destructor
default constructor; not implemented
| DtAggregateEmbarkationDescriptor& DtAggregateEmbarkationDescriptor::operator= | ( | const DtAggregateEmbarkationDescriptor & | orig | ) |
assignment
| virtual DtString DtAggregateEmbarkationDescriptor::type | ( | ) | const [virtual] |
Returns the type of descriptor.
Used to create the descriptor when read in from an mtl file. Descriptor types are defined in compDescTypes.h
Reimplemented from DtEmbarkationDescriptor.
| virtual DtComponentDescriptor* DtAggregateEmbarkationDescriptor::clone | ( | DtReaderWriterRegistry * | parentRegistry = 0 | ) | const [virtual] |
Reimplemented from DtEmbarkationDescriptor.
| static DtComponentDescriptor* DtAggregateEmbarkationDescriptor::creator | ( | ) | [static] |
Reimplemented from DtEmbarkationDescriptor.
| virtual bool DtAggregateEmbarkationDescriptor::embarkAggregate | ( | ) | const [virtual] |
Accessor/mutator for myEmbarkAggregate.
| virtual void DtAggregateEmbarkationDescriptor::setEmbarkAggregate | ( | bool | ) | [virtual] |
Accessor/mutator for myEmbarkAggregate.
Parameter Name: embark-aggregate
Parameter Description: Sets whether or not to embark the aggregate at the location of the lead subordinate when all eligible subordinates are embarked.
Parameter Default Value: True