Class Graph
Defined in File process.hpp
Inheritance Relationships
Derived Type
public eat::framework::CompositeProcess(Class CompositeProcess)
Class Documentation
-
class Graph
A graph of processes, storing a collection of process references, and connections between the ports
Subclassed by eat::framework::CompositeProcess
Public Functions
-
inline virtual ~Graph()
construct and register a process with a given type
-
ProcessPtr register_process(ProcessPtr process)
-
inline const std::vector<ProcessPtr> &get_processes() const
-
inline virtual ~Graph()