![]()  | 
  
    PandA-2024.02
    
   | 
 
Information associated with a circuit graph edge. More...
#include <cg_node.hpp>


Public Member Functions | |
| void | print (std::ostream &os) const | 
| Print the information associated with the current node of the graph.  More... | |
| cg_edge_info () | |
| Constructor.  More... | |
  Public Member Functions inherited from EdgeInfo | |
| EdgeInfo ()=default | |
| Constructor.  More... | |
| virtual | ~EdgeInfo ()=default | 
| Destructor.  More... | |
Data Fields | |
| structural_objectRef | from_port | 
| port from which the edge is generated  More... | |
| structural_objectRef | to_port | 
| destination port/channel to the edge is attached  More... | |
| bool | is_critical | 
| flag to check if the edge is involved into the critical path  More... | |
Information associated with a circuit graph edge.
Definition at line 107 of file cg_node.hpp.
      
  | 
  inline | 
Constructor.
Definition at line 122 of file cg_node.hpp.
| void cg_edge_info::print | ( | std::ostream & | os | ) | const | 
Print the information associated with the current node of the graph.
| os | is the output stream. | 
Definition at line 49 of file cg_node.cpp.
References constant_o_K, from_port, structural_object::get_id(), structural_object::get_kind(), structural_object::get_owner(), port_vector_o_K, and to_port.

| structural_objectRef cg_edge_info::from_port | 
port from which the edge is generated
Definition at line 110 of file cg_node.hpp.
Referenced by print().
| bool cg_edge_info::is_critical | 
flag to check if the edge is involved into the critical path
Definition at line 114 of file cg_node.hpp.
| structural_objectRef cg_edge_info::to_port | 
destination port/channel to the edge is attached
Definition at line 112 of file cg_node.hpp.
Referenced by print().
 1.8.13