VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
aggregateModelResolutionDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwStringList.h"
16 
21 {
22 public:
24  DtAggregateModelResolutionDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46  virtual DtRwStringList & aggregatedSystemList();
47  virtual const DtRwStringList & aggregatedSystemList() const;
48  virtual void setAggregatedSystemList(const DtRwStringList & list);
50 
53  virtual DtRwStringList & disaggregatedSystemList();
54  virtual const DtRwStringList & disaggregatedSystemList() const;
55  virtual void setDisaggregatedSystemList(const DtRwStringList & list);
57 
60  virtual DtRwStringList & aggregatedComponentList();
61  virtual const DtRwStringList & aggregatedComponentList() const;
62  virtual void setAggregatedComponentList(const DtRwStringList & list);
64 
67  virtual DtRwStringList & disaggregatedComponentList();
68  virtual const DtRwStringList & disaggregatedComponentList() const;
69  virtual void setDisggregatedComponentList(const DtRwStringList & list);
71 
74  virtual bool allowAggregateStateSet() const;
75  virtual void setAllowAggregateStateSet(bool);
77 
80 
81 protected:
84 
85 protected:
88 
89 
94 
99 
104 
109 
115 };
DtRwBoolean myAllowAggregateStateSet
Parameter Name: allow-aggregate-state-set Parameter Description: Whether or not to allow the aggregat...
Definition: aggregateModelResolutionDescriptor.h:113
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtRwStringList myDisggregatedComponentList
Parameter Name: disaggregated-systems Parameter Description: List of components not (associated with ...
Definition: aggregateModelResolutionDescriptor.h:108
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:42
Definition: readerWriterRegistry.h:39
DtComponentDescriptor & operator=(const DtComponentDescriptor &orig)
assignment
DtRwStringList myAggregatedComponentList
Parameter Name: aggregated-components Parameter Description: List of components not (associated with ...
Definition: aggregateModelResolutionDescriptor.h:103
DtRwStringList myAggregatedSystemList
Parameter Name: aggregated-systems Parameter Description: List of systems used to model aggregated (t...
Definition: aggregateModelResolutionDescriptor.h:93
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=NULL) const
DtAggregateModelResolutionDescriptor; descriptor for the DtAggregateModelResolutionController compone...
Definition: aggregateModelResolutionDescriptor.h:20
DtRwStringList myDisaggregatedSystemList
Parameter Name: disaggregated-systems Parameter Description: List of systems used to model disaggrega...
Definition: aggregateModelResolutionDescriptor.h:98
virtual DtString type() const
Returns the type of component this descriptor describes.
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
static DtComponentDescriptor * creator()
Definition: rwStringList.h:20

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)