TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.loading.GraphLoader Class Reference

List of all members.

Static Public Member Functions

static List< SimAbstractGraphloadGraphs (List< GraphConfig > graphConfigs)

Detailed Description

This takes the list of GraphConfigs and creates the Simulation graph classes based on them.

Author:
Andrew O'Hara

Definition at line 20 of file GraphLoader.java.


Member Function Documentation

static List<SimAbstractGraph> cu.trustGrapher.loading.GraphLoader.loadGraphs ( List< GraphConfig graphConfigs) [static]

Create the graphs and return them

Parameters:
graphConfigsThe list of graphConfigs which contain the info necessary to create the graph
Returns:
The list of graphs to be used in the simulation

Definition at line 27 of file GraphLoader.java.

Here is the call graph for this function:

Here is the caller graph for this function:


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