VR-Forces Development_Version Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfplan
rwCondExpr.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2015 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
8
9
#pragma once
10
11
class
DtRwCondExp;
12
13
#include "
vrfutil/readerWriter.h
"
14
#include "
vrfutil/simCondExpr.h
"
15
22
23
#include "
vrfplan/vrfplanDefines.h
"
24
class
DT_DLL_vrfplan
DtRwCondExpr
:
public
DtReaderWriter
25
{
26
public
:
27
29
DtRwCondExpr
(
const
DtString
& name,
30
DtReaderWriterRegistry
* parentRegistry = NULL);
31
33
DtRwCondExpr
(
const
DtString
& name,
34
DtSimCondExpr
* condExpr,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtRwCondExpr
(
const
DtString
& name,
39
const
DtRwCondExpr
& orig,
40
DtReaderWriterRegistry
* parentRegistry = NULL);
41
43
virtual
~
DtRwCondExpr
();
44
46
DtRwCondExpr
&
operator=
(
const
DtRwCondExpr
& orig);
47
49
virtual
DtRwCondExpr
* clone(
const
DtString
& name,
50
DtReaderWriterRegistry
* parentRegistry = NULL);
51
54
virtual
bool
evaluate(
const
DtUUID
& echelonId,
55
DtSimManager
* simManager)
const
;
56
57
virtual
DtSimCondExpr
* condExpr()
const
;
58
virtual
void
setCondExpr(
DtSimCondExpr
* arg);
59
60
virtual
void
putData
(std::string& fp,
int
indentLevel = 0);
61
62
virtual
DtlObjPtr
getData
(DtlObjPtr args,
const
DtReaderWriter::SearchPaths
& searchPaths,
63
const
DtVariableBindingsList
& variableBindings);
64
65
protected
:
66
68
DtRwCondExpr
();
69
71
DtRwCondExpr
(
const
DtRwCondExpr
& orig);
72
73
DtSimCondExpr
*
myCondExpr
;
74
};
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)