Construct version 5.4.4
An agent based modeling framework
|
►Ndynet | |
►Ngraph_utils | Definitions for iterators, helper functions, and operators that support Graph. |
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 |
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 |
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. |
►CSocial_Media_Moderation | Model that adds moderation to various social media platforms. |
►CSocial_Media_no_followers | An interaction model which recreates a social media feed to dictate interactions |
►CSocial_Media_with_followers | Enriches Social_Media_no_followers with a follower network to better influence one's feed |
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 |