VR-Forces 4.2 Class Documentation
aggregateResolutionPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateResolutionPSR.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef trueAggregateResolutionPSR_H_
13 #define trueAggregateResolutionPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
17 #include "vrfutil/rwInt.h"
19 
25 {
26 public:
28  {
31  DtAggregating
32  } DtResolutionTransitionMode;
33 
36  const DtString& rwName = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = 0);
38 
41  const DtString& rwName = DtString::nullString(),
42  DtReaderWriterRegistry* parentRegistry = 0);
43 
45  virtual ~DtAggregatedResolutionPSR();
46 
49 
52  const DtString& rwName = DtString::nullString(),
53  DtReaderWriterRegistry* parentRegistry = 0) const;
54 
57  virtual DtString type() const;
58 
61  void setTransitionMode(DtResolutionTransitionMode mode);
62  DtResolutionTransitionMode transitionMode() const;
64 
67  void setSubordinateObjects(const DtSubordinateObjectsList& subordinateObjects);
68  const DtSubordinateObjectsList& subordinateObjects() const;
69  DtSubordinateObjectsList& getSubordinateObjects();
71 
72  virtual void getSelf(DtlObjPtr args, const DtFilename& searchPath,
73  const DtVariableBindingsList& variableBindings);
74 
75 public:
76 
78  static DtVrfProcessStateRepository* creator (const DtString& rwName,
79  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
80 
81 protected:
82 
85 };
86 
87 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)