50 #ifndef _ComponentDescription_H_
51 #define _ComponentDescription_H_
53 #include "IComponentDescription.h"
55 #include "system/compat/SystemCompat.h"
56 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
69 map<string, IComponent*>* components;
78 void setLocation(
string location);
79 void setDescriptionName(
string name);
85 void describeComponents();
87 void describeEndOfComponent();
88 void describeDependencies(
IComponent* component);
89 void describeDependency(
IComponent* component);
91 void describeSymbol(
string obj,
string creator,
string destroyer);
93 void describeRepositories(
IComponent* component);
94 void describeRepository(
string repositoryUri);
105 #endif //_ComponentDescription_H_
Definition: IComponentDescription.h:67
Definition: ComponentDescription.h:67
Definition: IComponent.h:64