From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../nel/classNLAILOGIC_1_1CFactPattern.html | 627 +++++++++++++++++++++ 1 file changed, 627 insertions(+) create mode 100644 docs/doxygen/nel/classNLAILOGIC_1_1CFactPattern.html (limited to 'docs/doxygen/nel/classNLAILOGIC_1_1CFactPattern.html') diff --git a/docs/doxygen/nel/classNLAILOGIC_1_1CFactPattern.html b/docs/doxygen/nel/classNLAILOGIC_1_1CFactPattern.html new file mode 100644 index 00000000..b61f5772 --- /dev/null +++ b/docs/doxygen/nel/classNLAILOGIC_1_1CFactPattern.html @@ -0,0 +1,627 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

NLAILOGIC::CFactPattern Class Reference

#include <varset.h> +

+

Inheritance diagram for NLAILOGIC::CFactPattern: +

+ +NLAILOGIC::CVarSet +NLAILOGIC::IBaseBoolType +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CFactPattern (const CFactPattern &)
 CFactPattern (const CVarSet &)
 CFactPattern (IBaseAssert *assert=NULL)
IBaseAssertgetAssert ()
void setAssert (IBaseAssert *)
virtual CVarSetunify (CFactPattern *)
virtual bool isEqual (const NLAIAGENT::IBasicObjectIA &) const
virtual void init (NLAIAGENT::IObjectIA *)
 Init method alows to init the attribut of an object. More...

virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual void getDebugString (std::string &text) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual void propagate ()

Static Public Attributes

const NLAIC::CIdentType IdFactPattern

Private Attributes

IBaseAssert_Assert
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAILOGIC::CFactPattern::CFactPattern const CFactPattern &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 319 of file varset.cpp. +

+References _Assert. +

+Referenced by clone, and isEqual.

+

+ + + + +
+ + + + + + + + + + +
NLAILOGIC::CFactPattern::CFactPattern const CVarSet 
+
+ + + + + +
+   + + +

+ +

+Definition at line 324 of file varset.cpp. +

+References _Assert.

+

+ + + + +
+ + + + + + + + + + +
NLAILOGIC::CFactPattern::CFactPattern IBaseAssert  assert = NULL
+
+ + + + + +
+   + + +

+ +

+Definition at line 314 of file varset.cpp. +

+References _Assert, and assert.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAILOGIC::CFactPattern::clone   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAILOGIC::CVarSet. +

+Definition at line 385 of file varset.cpp. +

+References CFactPattern. +

+Referenced by newInstance.

+

+ + + + +
+ + + + + + + + + +
IBaseAssert * NLAILOGIC::CFactPattern::getAssert  
+
+ + + + + +
+   + + +

+ +

+Definition at line 329 of file varset.cpp. +

+References _Assert. +

+Referenced by NLAISCRIPT::COperatorClass::addPostcondition, and NLAISCRIPT::COperatorClass::addPrecondition.

+

+ + + + +
+ + + + + + + + + + +
void NLAILOGIC::CFactPattern::getDebugString std::string &   text const [virtual]
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Reimplemented from NLAILOGIC::CVarSet. +

+Definition at line 396 of file varset.cpp. +

+References _Assert, NLAILOGIC::CVarSet::_Vars, and NLAIC::stringGetBuild.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAILOGIC::CFactPattern::getType   const [virtual]
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Reimplemented from NLAILOGIC::CVarSet. +

+Definition at line 380 of file varset.cpp. +

+References IdFactPattern.

+

+ + + + +
+ + + + + + + + + + +
void NLAILOGIC::CFactPattern::init NLAIAGENT::IObjectIA  [virtual]
+
+ + + + + +
+   + + +

+Init method alows to init the attribut of an object. +

+the maparmetre is in more time a list of IObjectIA. +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 361 of file varset.cpp. +

+References NLAILOGIC::CVarSet::_Vars, NLAIAGENT::IObjectIA::IObjectIA, and params.

+

+ + + + +
+ + + + + + + + + + +
bool NLAILOGIC::CFactPattern::isEqual const NLAIAGENT::IBasicObjectIA  const [virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAILOGIC::CVarSet. +

+Definition at line 347 of file varset.cpp. +

+References _Assert, NLAILOGIC::CVarSet::_Vars, and CFactPattern.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAILOGIC::CFactPattern::newInstance   const [virtual]
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAILOGIC::CVarSet. +

+Definition at line 391 of file varset.cpp. +

+References clone.

+

+ + + + +
+ + + + + + + + + +
void NLAILOGIC::CFactPattern::propagate   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 414 of file varset.cpp. +

+References _Assert.

+

+ + + + +
+ + + + + + + + + + +
void NLAILOGIC::CFactPattern::setAssert IBaseAssert 
+
+ + + + + +
+   + + +

+ +

+Definition at line 334 of file varset.cpp. +

+References _Assert.

+

+ + + + +
+ + + + + + + + + + +
CVarSet * NLAILOGIC::CFactPattern::unify CFactPattern *   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 339 of file varset.cpp. +

+References _Assert.

+


Member Data Documentation

+

+ + + + +
+ + +
IBaseAssert* NLAILOGIC::CFactPattern::_Assert [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 80 of file varset.h. +

+Referenced by CFactPattern, getAssert, getDebugString, isEqual, propagate, setAssert, and unify.

+

+ + + + +
+ + +
const NLAIC::CIdentType CFactPattern::IdFactPattern [static] +
+
+ + + + + +
+   + + +

+Initial value:

+

+Definition at line 498 of file static_def_init.cpp. +

+Referenced by getType.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1