GME
13
|
#include <OCLTree.h>
Public Member Functions | |
AssociationNode (TreeManager *pManager) | |
~AssociationNode () | |
virtual std::string | Print (const std::string &strTabs) const |
virtual void | CheckInitialize () |
virtual bool | CheckImplementation (TypeContext &context) |
virtual OclMeta::Object | Evaluate (ObjectContext &context) |
Public Attributes | |
std::string | m_strName |
std::string | m_strAcceptable |
TreeNode * | m_pThisNode |
std::string | m_strCallOperator |
OclTree::AssociationNode::AssociationNode | ( | TreeManager * | pManager | ) |
Definition at line 1915 of file OCLTree.cpp.
Definition at line 1920 of file OCLTree.cpp.
bool OclTree::AssociationNode::CheckImplementation | ( | TypeContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 1949 of file OCLTree.cpp.
void OclTree::AssociationNode::CheckInitialize | ( | ) | [virtual] |
Reimplemented from OclTree::TreeNode.
Definition at line 1940 of file OCLTree.cpp.
OclMeta::Object OclTree::AssociationNode::Evaluate | ( | ObjectContext & | context | ) | [virtual] |
Implements OclTree::TreeNode.
Definition at line 2025 of file OCLTree.cpp.
std::string OclTree::AssociationNode::Print | ( | const std::string & | strTabs | ) | const [virtual] |
Implements OclTree::TreeNode.
Definition at line 1927 of file OCLTree.cpp.