►Ndynet | |
Calready_exists | Thrown when an entity with the same name as another exists |
Cconstruct_exception | Base class allows for differentiation between Construct's exceptions and all other exceptions. |
Ccould_not_convert | Exception meant to be caught and added to by the catching entity |
Ccould_not_convert_attribute | Exception meant to add attribute information based on a could_not_convert exception |
Ccould_not_convert_parameter | Exception meant to add parameter information based on a could_not_convert exception |
Ccould_not_convert_value | Exception meant to add extra information based on a could_not_convert exception |
Ccould_not_find_network | Thrown when the GraphManager could not find a network |
Ccould_not_find_node | Thrown when a node could not be found in a nodeset |
Ccould_not_find_nodeset | Thrown when the NodesetManager could not find a Nodeset |
Ccould_not_find_parameter | Thrown by functions that parse a ParameterMap |
Ccould_not_open_file | Thrown when an entity could not open a file for any reason |
Ccsv_missing_beginning_bracket | Thrown when a csv file does not contain thier slice dimension within a set of brackets |
Ccsv_missing_ending_bracket | Thrown when a csv file does not contain thier slice dimension within a set of brackets |
Ccsv_too_many_cols | Thrown when a csv file has too many columns |
Ccsv_too_many_rows | Thrown when a csv file has too many rows |
Ccsv_too_many_slcs | Thrown when a csv file has too many slices |
Cend_early | Can be thrown by dynet::endl to trigger a premature exit from Construct. |
Cmissing_node_attribute | Thrown when a node attribute could not be found |
Cmodel_multually_exclusive | Thrown when a model identifies that its mutually exclusive with another active model |
Cns_index_out_of_range | Thrown when attempting to access a Node index that doesn't exist |
Costream_wrapper | Wraps std::cout to prevent text from being sent to the console when the QUIET flag is present. |
Cout_of_range | Thrown when a value is outside its required range |
Cparameter_size_mismatch | |
CParameterMap | |
CType_Interface | An interface for converting non-standard types |
Cunknown_value | Thrown when a parameter has a value outside of the limited set of options for that parameter |
Cwrong_file_extension | Thrown when the name of file to be opened has the wrong file extension |
►Ngraph_utils | Definitions for iterators, helper functions, and operators that support Graph. |
Ccol_begin_iterator | An iterator that iterates over the start of each row. |
Ccol_graph_iterator | An iterator parent for iterators that increment through a column |
Cconst_col_begin_iterator | A constant iterator that iterates over the start of each column |
Cconst_full_col_iterator | A constant iterator that iterates over every row at a constant column |
Cconst_full_row_iterator | A constant iterator that iterates over every column at a constant row |
Cconst_row_begin_iterator | A constant iterator that iterates over the start of each row |
Cconst_sparse_col_iterator | A constant iterator that iterates over each element whose value does not equal the skip value |
Cconst_sparse_row_iterator | A constant iterator that iterates over each element whose value does not equal the skip value |
Cfull_col_iterator | An iterator that iterates over every row at a constant column. |
Cfull_row_iterator | An iterator that iterates over every column at a constant row. |
Cgraph_iterator | Finds the next index that aligns iterators |
Crow_begin_iterator | An iterator that iterates over the start of each row. |
Crow_graph_iterator | An iterator parent for iterators that increment through a row |
Csparse_col_iterator | An iterator that iterates over each element whose value does not equal the skip value |
Csparse_graph_iterator | An iterator parent for sparse iterators that stores the value that the iterators must skip over when incrementing. |
Csparse_row_iterator | An iterator that iterates over each element whose value does not equal the skip value |
CBeliefs | A variation on the Standard Interaction Model utilizing beliefs. |
CCommunicationMedium | Class to contain the medium used by an InteractionMessage. |
CConstruct | The API class that coordinates the transfer of information between classes |
CEmotions | Model that allows agents to add and parse emotions |
CFacebook_nf | Specializes the Social_Media_with_followers model for Facebook. ??? should be no_followers (same below) |
CFacebook_nf_emotions | Specializes the SM_nf_emotions model for Facebook |
CFacebook_wf | Specializes the Social_Media_with_followers model for Facebook |
CFacebook_wf_emotions | Specializes the SM_wf_emotions model for Facebook |
CForget | A modification model that causes agents to forget unused knowledge. |
CGrandInteraction | A variation on the Standard Interaction Model |
CGraph | Data structure for storing graphs/networks |
CGraph_Intermediary | Class that facilitates conversion to Graph pointers or references. |
►CGraphManager | Manages all graphs in Construct |
Cset_of_generators | Class that contains the set of all generators Construct can use on a Graph. |
CInteractionItem | Interaction Items is a container of three maps. Each map corresponds to a different datatype |
CInteractionMessage | An Interaction Message is a container for InteractionItems. In addition a message has a sender, receiver, and medium |
CKnowledgeLearningDifficulty | A modification model that stochastically prevents agents from receiving a knowledge item. |
CKnowledgeTransactiveMemory | A variation on the Standard Interaction Model utilizing transactive memory for knowledge. |
CLocation | A model which allows agents to learn information based on their current location. |
CMail | A modification model which causes delays in the transmission of messages. |
CModel | Parent class for Construct models |
CModelManager | Container for Construct models |
CMultiplatform_Manager | Expands the Social Media Moderation Model to allow users to prefer other platforms when moderated. |
CNode | Nodes are any type of entity with or without attributes |
CNodeset | A container for nodes |
CNodesetManager | A container for nodesets |
COutput | Base class for Construct output. |
COutput_dynetml | Outputs the contents of a set of networks to dynetml files. |
COutput_Graph | Outputs the contents of a graph to a csv file. |
COutput_Messages | Outputs the contents of the message queue to a json file. |
COutput_Reddit_Posts | Outputs the contents of the event_list to a csv file, with fields similar to Reddit data. |
COutputManager | Class that handles all output |
CRandom | Manages all random number generation in Construct |
►CReddit | Specializes the Social_Media_no_followers model for Reddit |
Cdefault_media_user | Adds the contents of the event to the message as an InteractionItem if the message is empty |
Creddit_moderator | Class for the behavior of moderators on Reddit |
CSM_nf_emotions | Social Media model that modifies user behavior based on their emotional state |
►CSM_wf_emotions | Implements a Social Media model with both followers and emotions. |
Cdefault_media_user | Implements the default_media_user that handles both followers and emotions |
►CSocial_Media_Moderation | Model that adds moderation to various social media platforms. |
CPlatform | Data structure that holds information for moderated platforms |
►CSocial_Media_no_followers | An interaction model which recreates a social media feed to dictate interactions |
Cdefault_media_user | Class that implements the behavior of a user on the social media |
Cevent_container | Container for media_events with various restrictions |
Cmedia_event | A data structure to represent a tweet, facebook post, or any other social media event |
Cmedia_user | Base class for the behavior of users on the social media |
►CSocial_Media_with_followers | Enriches Social_Media_no_followers with a follower network to better influence one's feed |
Cdefault_media_user | Implements the virtual functions in Social_Media_with_followers::media_user. |
Cmedia_user | Class that adds functions based around the follower network to Social_Media_no_followers::media_user |
CStandardInteraction | An interaction model that stochastically matches agents based on similarities, knowledge expertise, and proximities. |
CSubscription | A modification model that forwards messages that are made public to subscribers. |
CTasks | A variation on the Standard Interaction Model utilizing tasks. |
CTemplate | Template for building new Construct models |
CTranspose | |
CTrust | Model that updates the trust in peices of knowledge. |
CTwitter_nf | Specializes the Social_Media_with_followers model for Twitter. ??? should be no_followers (same below) |
CTwitter_nf_emotions | Specializes the SM_nf_emotions model for Twitter |
CTwitter_wf | Specializes the Social_Media_with_followers model for Twitter |
CTwitter_wf_emotions | Specializes the SM_wf_emotions model for Twitter |
CTypeless_Graph | Parent class for Graph |
Ctypeless_graph_iterator | Parent class for Graph's iterators |