Page MenuHomePhorge

Functionality.h
No OneTemporary

Size
953 B
Referenced Files
None
Subscribers
None

Functionality.h

//===-- rosa/agent/Functionality.h ------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/agent/Functionality.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Declaration of `rosa::Functionality` base-class.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_AGENT_FUNCTIONALITY_H
#define ROSA_AGENT_FUNCTIONALITY_H
namespace rosa {
namespace agent {
/// Base class for actual *functionalities* that implement various concepts of
/// self-awareness and are supposed to be used in implementing *agents*.
class Functionality {
public:
Functionality(void) noexcept = default;
virtual ~Functionality(void) = default;
};
} // End namespace agent
} // End namespace rosa
#endif // ROSA_AGENT_FUNCTIONALITY_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Jun 8, 12:20 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
149766
Default Alt Text
Functionality.h (953 B)

Event Timeline