VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
echelonIdChangedPred.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: echelonIdChangedPred.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
#ifndef echelonIdChangedPred_H_
9
#define echelonIdChangedPred_H_
10
13
15
16
#include "
vrfobjcore/vrfObjPred.h
"
17
#include <vlutil/vlString.h>
18
22
#include "
vrfobjcore/vrfobjcoreDefines.h
"
23
class
DT_DLL_vrfobjcore
DtEchelonIdChangedPredicate
:
public
DtVrfObjectPredicate
24
{
25
public
:
26
28
DtEchelonIdChangedPredicate
(
bool
negate =
false
);
29
30
DtEchelonIdChangedPredicate
(
const
DtString
& echelonId,
31
bool
negate =
false
);
32
34
virtual
~
DtEchelonIdChangedPredicate
();
35
37
DtEchelonIdChangedPredicate
(
const
DtEchelonIdChangedPredicate
& orig);
38
40
DtEchelonIdChangedPredicate
&
operator=
(
41
const
DtEchelonIdChangedPredicate
& orig);
42
44
virtual
DtVrfObjectPredicate
*
clone
()
const
;
45
46
virtual
const
DtString
& echelonId()
const
;
47
virtual
void
setEchelonId(
const
DtString
&
id
);
48
49
virtual
const
DtString
& previousEchelonId()
const
;
50
virtual
void
setPreviousEchelonId(
const
DtString
&
id
);
51
52
protected
:
53
55
virtual
bool
eval
(
const
DtVrfObject
*
object
);
56
58
virtual
bool
predicateEqual
(
const
DtVrfObjectPredicate
& orig)
const
;
59
60
DtString
myEchelonId
;
61
DtString
myPreviousEchelonId
;
62
};
63
64
#endif
65
66
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)