VR-Forces 4.3 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
vrfobjcore
echelonIdChangedPredicate.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 echelonIdChangedPredicate_H_
9
#define echelonIdChangedPredicate_H_
10
13
15
16
#include "
vrfobjcore/vrfObjectPredicate.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)