|
GME
13
|
#include <OCLTree.h>


Public Member Functions | |
| Constraint (TreeManager *pManager) | |
| virtual | ~Constraint () |
| virtual std::string | Print (const std::string &strTabs) const |
| virtual bool | CheckImplementation (TypeContext &context) |
| virtual OclMeta::Object | Evaluate (ObjectContext &context) |
Public Attributes | |
| std::string | m_strName |
| ContextNode * | m_pContext |
| TreeNode * | m_pExpression |
| OclTree::Constraint::Constraint | ( | TreeManager * | pManager | ) |
Definition at line 2525 of file OCLTree.cpp.
| OclTree::Constraint::~Constraint | ( | ) | [virtual] |
Definition at line 2530 of file OCLTree.cpp.
| bool OclTree::Constraint::CheckImplementation | ( | TypeContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 2554 of file OCLTree.cpp.
| OclMeta::Object OclTree::Constraint::Evaluate | ( | ObjectContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 2581 of file OCLTree.cpp.
| std::string OclTree::Constraint::Print | ( | const std::string & | strTabs | ) | const [virtual] |
Implements OclTree::TreeNode.
Definition at line 2538 of file OCLTree.cpp.
1.7.6.1