Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
I
 import-agents-of-type, globals
 import-dimensions, globals
 import-edge-type, globals
 import-edges-of-type, globals
 import-node-type, globals
 import-nodes-of-type, globals
 import-technologies, globals
 InactivateAfterTimeout, SearchPanel
 increase-agent-destinations-repetitive-position
 increase-control-factor-edge
 increase-control-factor-node
 increase-count-agents-edge
 increase-count-agents-node
 increase-deaths
 increase-technology-value
 initialize-setup
 inspect-me
 inspect?, global
 interact
 interact-agent-edge
 interact-agent-node
 intersect-lists
 intersect-sets
 intersect-technology-sets-by-name
K
 keyTimeout, SearchPanel
 keyTimeoutLength, SearchPanel
L
 l-e-z-f, global
 l-e-z-r, global
 lastMatchCount, SearchResults
 lastResultsPage, SearchPanel
 lastSearchValue, SearchPanel
 layout
 libs/automated-control.nls
 libs/helpers-energy.nls
 libs/helpers-file-handling.nls
 libs/helpers-input.nls
 libs/helpers-lists.nls
 libs/helpers-output.nls
 libs/helpers-SEU-energy.nls
 libs/helpers-SEU.nls
 libs/helpers-simco.nls
 libs/helpers-visualization-simco.nls
 libs/helpers-visualization.nls
 libs/helpers.nls
 libs/hubnet.nls
 libs/interactions.nls
 libs/power-grid.nls
 libs/setup.nls
 libs/variables.nls
 limit
 limits
 linear-function
 list-to-comma-string
 list-to-semicolon-string
 list-to-string
 long-time, global
 low-emission-zone-initialization-time, global
M
 maximum-number-seu-options, global
 mediawiki-table-begin
 mediawiki-table-end
 mediawiki-table-newline
 mediawiki-table-print
 mediawiki-table-printline
 mode
 my-profiler
to import-agents-of-type [my-agents-file my-agents-number]
Imports a agent type and generates a number of agents queried from user
to import-dimensions [dims-file]
Import dimensions with names (maybe other values later)
to-report import-edge-type [my-edge-file]
Imports a edge-type and creates a edge-type-object
to import-edges-of-type [my-edges-file my-edges-number]
Imports an edge type and generates a number of edges queried from user, connecting nodes more or less randomly
to-report import-node-type [my-nodes-file]
Imports a node type and creates a node-type-object
to import-nodes-of-type [my-nodes-file my-nodes-number]
Imports a node type and generates a number of nodes queried from user
Import technologies from file.
this.InactivateAfterTimeout = function()
Called by inactivateTimeout, which is set by Activate().
to increase-agent-destinations-repetitive-position
Increases the actual position of the agent-destinations-repetitive-pointer by 1
to increase-control-factor-edge [my-dimension my-factor my-max my-technology-name]
Increases the edge’s control factor (used to calculate payoffs, manipulated by soft-control-interventions)
to increase-control-factor-node [my-dimension my-factor my-max my-technology-name]
Increases the node’s control factor (used to calculate payoffs, manipulated by soft-control-interventions)
to increase-count-agents-edge [my-count]
Increase the first dimension “capacity” by adding the given parameter to all pay-offs
to increase-count-agents-node [my-count]
Increases the first dimension “capacity” by adding the given parameter to all pay-offs
to increase-deaths
Increases count of death of respective type if an agent dies.
to increase-technology-value [my-technology-type-name my-dimension-name]
Increases technology-type->technology-type-factor value of the given dimensionen by 0.1.
to-report initialize-setup
Loads file names of sceenario to load and checks that all files necessary are present.
to inspect-me
Helps to inspect single objects for debugging
bool, shall
to interact [my-agent my-technology my-ie]
Handles interaction between node or edge and agent.
to interact-agent-edge [my-agent my-technology]
Handle interaction between agent and edge
to interact-agent-node [my-agent my-technology]
Handle interaction between agent and node
to-report intersect-lists [list-a list-b]
Calculates the intersection of lists (for example lists containing technology->technology-names.)
to-report intersect-sets [set-a set-b]
Calculates the intersection of sets (for example sets of technologies.)
to-report intersect-technology-sets-by-name [technology-set technology-name-list]
Calculates the intersection of a set of technologies and a list of technology->technology-names by using the names as matching parameter.
this.keyTimeout
The timeout used between a keystroke and when a search is performed.
this.keyTimeoutLength
The length of keyTimeout in thousandths of a second.
int,
int, visualize-node -
this.lastMatchCount
The number of matches from the last run of Search().
this.lastResultsPage
The last results page.
this.lastSearchValue
The last search string executed, or an empty string if none.
to layout
Sets layout style of the infrastructure-graph.
to layout
Take a nice layout for the nodes.
Routines for the manual and automated control.
Contains various helpers for the energy net
Helper functions to handle files and folders.
Helper functions for input.
Helper functions to handle lists and sets.
Handling all output helpers, p.e.
Contains utility and p-value functions for the energy-net
Handling all SEU functions, dealing with agent’s process of taking decisions.
Helper functions usable in simco only due to interface variables not present in the simco-net-generator.
Code for visual representation of the macro-layer usable within simco, only.
Code for visual representation of the macro-layer
Helper functions.
This file contains visualiuation code for clients connected via hubnet.
Handling all interactions between agents, technologies and infrastructure elements (nodes and edges).
Contains upper level procedures for the energy net
Setup routines.
Contains all breed- and global-variables.
Reports the limit (if specified) or false (if limit is set to “don’t care”)
to-report limits [dimension time]
Reports the two limits given for a specific dimension, either for short- or long-time, depending on the callers breed!
to-report linear-function [x1 y1 x2 y2 x]
Calculates y-value of a point P3 on a straight line, given by two (different!)
to-report list-to-comma-string [li]
Gives a string of the list (and lists in the list as well)
to-report list-to-semicolon-string [li]
Gives a string of the list (and lists in the list as well)
to-report list-to-string [li sep]
Gives a string of the list
length (in ticks) of long-time period
point in time, at which low-emission-zone shall be initialized
int, holds the maximum number of seu-alternatives that were part of a single point of decision.
to mediawiki-table-begin
Prints the standard header of a mediawiki-table
to mediawiki-table-end
Prints the standard footer of a mediawiki-table
to mediawiki-table-newline
Prints the newline-code of a mediawiki-table
to mediawiki-table-print [list-of-lines]
Prints a tabular in wikimedia-table-style based on the content given
to mediawiki-table-printline [content]
Prints a single line and inserts mediawiki-table cell separator “|” between cells
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
this.mode
The mode the search is going to work in, such as “HTML” or “FramedHTML”.
to my-profiler
Run run-profiler for 2 ticks
Close