12 #include <vlutil/vlString.h>
51 const DtPlan* = 0)
const override;
64 DtReal& result)
const;
DtEvaluator & operator=(const DtEvaluator &orig)
assignment operator
Definition: evalResourceOp.h:24
virtual DtEvaluator * clone()=0
clone operator
#define DT_DLL_vrfplanmgr
This file is used to determine how to build.
Definition: vrfplanmgrDefines.h:28
bool myIsStatePropertyResource
Definition: evalResourceOp.h:67
class DtEvaluator:
Definition: evaluator.h:35
class DtPlan:
Definition: plan.h:92
DtSimCondExpr is an abstract base class representing various Conditional Expressions used by the Plan...
Definition: simCondExpr.h:53
Central access point of all non-object-specific the services and managers that are available for use ...
Definition: simulationServices.h:96
virtual bool evaluate(DtSimCondExpr *condExpr, DtLocalObject *entity, const DtSimulationServices *simManager, const DtPlan *plan=0) const =0
Evaluate the conditional expression for the entity, and return the current result. The plan is supplied for variable substituion.
The DtCeResourceOperator class represents a relational comparison (for example, <, >) between a simulat...
Definition: ceResourceOperator.h:57
bool myIsUserDefinedResource
Definition: evalResourceOp.h:68
A locally simulated VRF object.
Definition: localObject.h:98