SyDEVS  v0.6.7
Multiscale Simulation and Systems Modeling Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
sydevs::systems::node_structure Class Reference

#include <node_structure.h>

Public Member Functions

 node_structure ()
 
 node_structure (const node_structure &)=delete
 No copy constructor. More...
 
node_structureoperator= (const node_structure &)=delete
 No copy assignment. More...
 
 node_structure (node_structure &&)=delete
 No move constructor. More...
 
node_structureoperator= (node_structure &&)=delete
 No move assignment. More...
 
virtual ~node_structure ()=default
 Destructor. More...
 
int64 node_count () const
 
system_nodenode (int64 node_index) const
 
int64 add_node (system_node *node_ptr)
 
void erase_node (int64 node_index)
 
void add_flow_inward_link (int64 src_port_index, int64 dst_node_index, int64 dst_port_index)
 
const std::vector< std::pair
< int64, int64 > > & 
flow_inward_links (int64 src_port_index) const
 
void add_message_inward_link (int64 src_port_index, int64 dst_node_index, int64 dst_port_index)
 
const std::vector< std::pair
< int64, int64 > > & 
message_inward_links (int64 src_port_index) const
 
void add_flow_inner_link (int64 src_node_index, int64 src_port_index, int64 dst_node_index, int64 dst_port_index)
 
const std::vector< std::pair
< int64, int64 > > & 
flow_inner_links (int64 src_node_index, int64 src_port_index) const
 
void add_message_inner_link (int64 src_node_index, int64 src_port_index, int64 dst_node_index, int64 dst_port_index)
 
const std::vector< std::pair
< int64, int64 > > & 
message_inner_links (int64 src_node_index, int64 src_port_index) const
 
void add_flow_outward_link (int64 src_node_index, int64 src_port_index, int64 dst_port_index)
 
const std::vector< int64 > & flow_outward_links (int64 src_node_index, int64 src_port_index) const
 
void add_message_outward_link (int64 src_node_index, int64 src_port_index, int64 dst_port_index)
 
const std::vector< int64 > & message_outward_links (int64 src_node_index, int64 src_port_index) const
 

Constructor & Destructor Documentation

sydevs::systems::node_structure::node_structure ( )
inline
sydevs::systems::node_structure::node_structure ( const node_structure )
delete

No copy constructor.

sydevs::systems::node_structure::node_structure ( node_structure &&  )
delete

No move constructor.

virtual sydevs::systems::node_structure::~node_structure ( )
virtualdefault

Destructor.

Member Function Documentation

void sydevs::systems::node_structure::add_flow_inner_link ( int64  src_node_index,
int64  src_port_index,
int64  dst_node_index,
int64  dst_port_index 
)
inline
void sydevs::systems::node_structure::add_flow_inward_link ( int64  src_port_index,
int64  dst_node_index,
int64  dst_port_index 
)
inline
void sydevs::systems::node_structure::add_flow_outward_link ( int64  src_node_index,
int64  src_port_index,
int64  dst_port_index 
)
inline
void sydevs::systems::node_structure::add_message_inner_link ( int64  src_node_index,
int64  src_port_index,
int64  dst_node_index,
int64  dst_port_index 
)
inline
void sydevs::systems::node_structure::add_message_inward_link ( int64  src_port_index,
int64  dst_node_index,
int64  dst_port_index 
)
inline
void sydevs::systems::node_structure::add_message_outward_link ( int64  src_node_index,
int64  src_port_index,
int64  dst_port_index 
)
inline
int64 sydevs::systems::node_structure::add_node ( system_node node_ptr)
inline
void sydevs::systems::node_structure::erase_node ( int64  node_index)
inline
const std::vector< std::pair< int64, int64 > > & sydevs::systems::node_structure::flow_inner_links ( int64  src_node_index,
int64  src_port_index 
) const
inline
const std::vector< std::pair< int64, int64 > > & sydevs::systems::node_structure::flow_inward_links ( int64  src_port_index) const
inline
const std::vector< int64 > & sydevs::systems::node_structure::flow_outward_links ( int64  src_node_index,
int64  src_port_index 
) const
inline
const std::vector< std::pair< int64, int64 > > & sydevs::systems::node_structure::message_inner_links ( int64  src_node_index,
int64  src_port_index 
) const
inline
const std::vector< std::pair< int64, int64 > > & sydevs::systems::node_structure::message_inward_links ( int64  src_port_index) const
inline
const std::vector< int64 > & sydevs::systems::node_structure::message_outward_links ( int64  src_node_index,
int64  src_port_index 
) const
inline
system_node & sydevs::systems::node_structure::node ( int64  node_index) const
inline
int64 sydevs::systems::node_structure::node_count ( ) const
inline
node_structure& sydevs::systems::node_structure::operator= ( const node_structure )
delete

No copy assignment.

node_structure& sydevs::systems::node_structure::operator= ( node_structure &&  )
delete

No move assignment.


The documentation for this class was generated from the following file: