Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F375442
Functionality.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
953 B
Referenced Files
None
Subscribers
None
Functionality.h
View Options
//===-- 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
Details
Attached
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)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment