#include <Concept.hpp>
Inheritance diagram for corelinux::Concept:
Public Methods | |
virtual MetaTypeCptr | getType ( void ) const |
get the type. More... | |
VoidPtr | operator new (size_t aSize) |
redefine the operator new[]
| |
void | operator delete (VoidPtr aVoidPtr) |
redefine the operator delete[]
| |
Concept ( void ) | |
Default constructor not allowed. | |
Concept ( ConceptCref ) | |
Copy constructor. | |
virtual | ~Concept ( void ) |
Virtual Destructor. | |
bool | operator== ( ConceptCref ) const |
Equality operator. | |
ConceptRef | operator= ( ConceptCref ) |
Assignment operator. | |
virtual AttributePtr | getAttributeFromKey ( FrameworkEntityPtr ) throw () |
Given a key, find the value associated with it. | |
virtual SetCollectionPtr | getPropertyKeys ( void ) throw () |
Extract the keys from the concepts properties. | |
virtual void | addAttribute ( AttributePtr ) throw () |
Add a new attribute, possibly replacing existing. | |
virtual void | removeAttribute ( AttributePtr ) throw () |
Remove an existing attribute. | |
virtual void | removeKey ( FrameworkEntityPtr ) throw () |
Remove an attribute given it's key. | |
DECLARE_INSTANCEDATA ( CollectionPtr, Properties ) | |
A collection for attributes. | |
Static Public Methods | |
MetaTypeCptr | getTypeDescriptor ( void ) |
get the type descriptor. More... | |
ConceptPtr ( void ) | |
1 a new instance of Concept. More... | |
void ( ConceptPtr aPointer ) | |
1 a point of Concept
|
Concepts have attributes which define various aspects of the concept. The decision of the type of collection (Array, Set, etc.) is left to the implementation and can assign a collection using the setProperties( CollectionPtr ) method.
|
Default constructor not allowed.
|
|
Copy constructor.
|
|
Virtual Destructor.
|
|
1 a new instance of Concept.
|
|
A collection for attributes.
|
|
Add a new attribute, possibly replacing existing.
|
|
Given a key, find the value associated with it.
|
|
Extract the keys from the concepts properties.
|
|
get the type.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::Schema. |
|
get the type descriptor.
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::Schema. |
|
redefine the operator delete[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::Schema. |
|
redefine the operator new[]
Reimplemented from corelinux::Aggregate. Reimplemented in corelinux::Schema. |
|
Assignment operator.
|
|
Equality operator.
|
|
Remove an existing attribute.
|
|
Remove an attribute given it's key.
|
|
1 a point of Concept
|