VR-Forces 4.0.4 Class Documentation
Public Member Functions | Static Public Member Functions | Protected Member Functions
DtAggregateModelResolutionDescriptor Class Reference

DtAggregateModelResolutionDescriptor; descriptor for the DtAggregateModelResolutionController component. More...

Inheritance diagram for DtAggregateModelResolutionDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DtAggregateModelResolutionDescriptor (const DtString &componentName, DtReaderWriterRegistry *parentRegistry=0)
 real constructor
 DtAggregateModelResolutionDescriptor (const DtAggregateModelResolutionDescriptor &orig, DtReaderWriterRegistry *parentRegistry=0)
 copy constructor
virtual ~DtAggregateModelResolutionDescriptor ()
DtAggregateModelResolutionDescriptoroperator= (const DtAggregateModelResolutionDescriptor &orig)
 assignment
virtual DtString type () const
 Returns the type of component this descriptor describes.
virtual DtComponentDescriptorclone (DtReaderWriterRegistry *parentRegistry=0) const
virtual DtRwStringListaggregatedSystemList ()
 Accessor/mutator for myAggregatedSystemList.
virtual const DtRwStringListaggregatedSystemList () const
 Accessor/mutator for myAggregatedSystemList.
virtual void setAggregatedSystemList (const DtRwStringList &list)
 Accessor/mutator for myAggregatedSystemList.
virtual DtRwStringListdisaggregatedSystemList ()
 Accessor/mutator for myDisaggregatedSystemList.
virtual const DtRwStringListdisaggregatedSystemList () const
 Accessor/mutator for myDisaggregatedSystemList.
virtual void setDisaggregatedSystemList (const DtRwStringList &list)
 Accessor/mutator for myDisaggregatedSystemList.
virtual DtRwStringListaggregatedComponentList ()
 Accessor/mutator for myAggregatedComponentList.
virtual const DtRwStringListaggregatedComponentList () const
 Accessor/mutator for myAggregatedComponentList.
virtual void setAggregatedComponentList (const DtRwStringList &list)
 Accessor/mutator for myAggregatedComponentList.
virtual DtRwStringListdisaggregatedComponentList ()
 Accessor/mutator for myDisggregatedComponentList.
virtual const DtRwStringListdisaggregatedComponentList () const
 Accessor/mutator for myDisggregatedComponentList.
virtual void setDisggregatedComponentList (const DtRwStringList &list)
 Accessor/mutator for myDisggregatedComponentList.

Static Public Member Functions

static DtComponentDescriptorcreator ()
 

Protected Member Functions

 DtAggregateModelResolutionDescriptor ()
 default constructor; not implemented

Protected Attributes

parameters

These parameters are available for setting in the OPD files.

DtRwStringList myAggregatedSystemList
 Parameter Name: aggregated-systems
Parameter Description: List of systems used to model aggregated (true aggregate) behaviors.
DtRwStringList myDisaggregatedSystemList
 Parameter Name: disaggregated-systems
Parameter Description: List of systems used to model disaggregated behaviors.
DtRwStringList myAggregatedComponentList
 Parameter Name: aggregated-components
Parameter Description: List of components not (associated with a system) used to model aggregated (true aggregate) behaviors.
DtRwStringList myDisggregatedComponentList
 Parameter Name: disaggregated-systems
Parameter Description: List of components not (associated with a system) used to model disaggregated behaviors.

Detailed Description

DtAggregateModelResolutionDescriptor; descriptor for the DtAggregateModelResolutionController component.

Instances of DtAggregateModelResolutionDescriptor are used to specify the parameters for a DtAggregateModelResolutionController component.


Constructor & Destructor Documentation

real constructor

copy constructor

default constructor; not implemented


Member Function Documentation

DtAggregateModelResolutionDescriptor& DtAggregateModelResolutionDescriptor::operator= ( const DtAggregateModelResolutionDescriptor orig)

assignment

Returns the type of component this descriptor describes.

Used to create the descriptor on read from an mtl file. Component descriptor type strings are defined in compDescTypes.h.

Returns:
DtAggregateModelResolutionDescriptorType

Reimplemented from DtComponentDescriptor.

Reimplemented from DtComponentDescriptor.

Accessor/mutator for myAggregatedSystemList.

Accessor/mutator for myAggregatedSystemList.

Accessor/mutator for myAggregatedSystemList.

Accessor/mutator for myDisaggregatedSystemList.

Accessor/mutator for myDisaggregatedSystemList.

Accessor/mutator for myDisaggregatedSystemList.

Accessor/mutator for myAggregatedComponentList.

Accessor/mutator for myAggregatedComponentList.

Accessor/mutator for myAggregatedComponentList.

Accessor/mutator for myDisggregatedComponentList.

Accessor/mutator for myDisggregatedComponentList.

Accessor/mutator for myDisggregatedComponentList.

Returns:
Newly created instance of this class, with an empty DtReaderWriter name. Creation methods are registered with a DtComponentDescriptorFactory, so they can be created on demand as they are read in from a parameter database file.

Reimplemented from DtComponentDescriptor.


Member Data Documentation

Parameter Name: aggregated-systems
Parameter Description: List of systems used to model aggregated (true aggregate) behaviors.

Parameter Name: disaggregated-systems
Parameter Description: List of systems used to model disaggregated behaviors.

Parameter Name: aggregated-components
Parameter Description: List of components not (associated with a system) used to model aggregated (true aggregate) behaviors.

Parameter Name: disaggregated-systems
Parameter Description: List of components not (associated with a system) used to model disaggregated behaviors.


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)