IDependencyInfo Class Referenceabstract

#include <Pt/Cosmo/IDependencyInfo.h>

Dependency information. More...

Public Member Functions

virtual ~IDependencyInfo ()
 Destructor.
 
const std::string & featureId () const
 Returns the feature ID of the dependency.
 
const std::string & instanceId () const
 Returns the instance ID of the resolved component.
 
bool isResolved () const
 Returns true if the dependency is resolved.
 

Detailed Description

Describes a single dependency of a component, including its feature ID, the resolved instance ID, and whether the dependency has been successfully resolved.