TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Static Public Member Functions | |
static List< SimAbstractGraph > | loadGraphs (List< GraphConfig > graphConfigs) |
This takes the list of GraphConfigs and creates the Simulation graph classes based on them.
Definition at line 20 of file GraphLoader.java.
static List<SimAbstractGraph> cu.trustGrapher.loading.GraphLoader.loadGraphs | ( | List< GraphConfig > | graphConfigs | ) | [static] |
Create the graphs and return them
graphConfigs | The list of graphConfigs which contain the info necessary to create the graph |
Definition at line 27 of file GraphLoader.java.