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
S
 saveModel, Insight Maker API
 setAgentBase, Insight Maker API
 setAgentNetwork, Insight Maker API
 setAgentNetworkFunction, Insight Maker API
 setAgentPlacement, Insight Maker API
 setAgentPlacementFunction, Insight Maker API
 setAlgorithm, Insight Maker API
 setConstraints, Insight Maker API
 setConverterInput, Insight Maker API
 setData, Insight Maker API
 setDelay, Insight Maker API
 setEnds, Insight Maker API
 setFillColor, Insight Maker API
 setFolderAgentParent, Insight Maker API
 setFolderSolver, Insight Maker API
 setFolderType, Insight Maker API
 setFontColor, Insight Maker API
 setFrozen, Insight Maker API
 setGeometryHeight, Insight Maker API
 setGeometryUnits, Insight Maker API
 setGeometryWidth, Insight Maker API
 setGeometryWrap, Insight Maker API
 setGlobal, Insight Maker API
 setImage, Insight Maker API
 setInterpolation, Insight Maker API
 setLineColor, Insight Maker API
 setMacros, Insight Maker API
 setName, Insight Maker API
 setNonNegative, Insight Maker API
 setNote, Insight Maker API
 setOpacity, Insight Maker API
 setParent, Insight Maker API
 setPauseInterval, Insight Maker API
 setPopulationSize, Insight Maker API
 setPosition, Insight Maker API
 setResidency, Insight Maker API
 setSelected, Insight Maker API
 setShowSlider, Insight Maker API
 setSliderMax, Insight Maker API
 setSliderMin, Insight Maker API
 setSliderStep, Insight Maker API
 setStockType, Insight Maker API
 setTimeLength, Insight Maker API
 setTimeStart, Insight Maker API
 setTimeStep, Insight Maker API
 setTimeUnits, Insight Maker API
 setTriggerRecalculate, Insight Maker API
 setTriggerRepeat, Insight Maker API
 setTriggerType, Insight Maker API
 setTriggerValue, Insight Maker API
 setUnits, Insight Maker API
 setValue, Insight Maker API
 setZoom, Insight Maker API
 showChoice, Insight Maker API
 showData, Insight Maker API
 showEditor, Insight Maker API
 showMessage, Insight Maker API
 showNote, Insight Maker API
 showPrompt, Insight Maker API
 showURL, Insight Maker API
 sideBarShown, Insight Maker API
 Simulation Settings, Insight Maker API
 States, Insight Maker API
 Stocks, Insight Maker API
function saveModel(dialog)
Saves the model.
function setAgentBase(agents,
folder)
Sets the base agent for the population.
function setAgentNetwork(agents,
method)
Sets the network method for the agent population.
function setAgentNetworkFunction(agents,
func)
Sets the custom network function for the agent population.
function setAgentPlacement(agents,
method)
Sets the placement method for the agent population.
function setAgentPlacementFunction(agents,
func)
Sets the custom placement function for the agent population.
function setAlgorithm(algorithm)
Sets the algorithm of the simulation.
function setConstraints(primitive,
constraints)
Sets the upper and lower bounds on the passed primitive to test against during simulation.
function setConverterInput(converter,
input)
Sets the input source of a converter.
function setData(converter,
data)
Sets the data of a converter.
function setDelay(primitive,
delay)
Sets the delay length of the passed conveyor stock.
function setEnds(connector,
ends)
Sets the alpha and omega for a connector.
function setFillColor(primitive,
fillColor)
Sets the fill color of the passed primitive.
function setFolderAgentParent(folder,
agentParent)
Sets the agent parent of a folder.
function setFolderSolver(folder,
solver)
Sets the solver object for a folder
function setFolderType(folder,
type)
Sets the type of a folder.
function setFontColor(primitive,
fontColor)
Sets the font color of the passed primitive.
function setFrozen(primitive,
frozen)
Sets the frozen state for a primitive.
function setGeometryHeight(agents,
height)
Sets the height for the population area geometry.
function setGeometryUnits(agents,
units)
Sets the units for the population area geometry.
function setGeometryWidth(agents,
width)
Sets the width for the population area geometry.
function setGeometryWrap(agents,
wrap)
Sets the wrap property for the population area geometry.
Sets the value of a global variable.
function setImage(primitive,
image)
Sets the image of the passed primitive.
function setInterpolation(converter,
interpolation)
Sets the interpolation mode of a converter.
function setLineColor(primitive,
lineColor)
Sets the line color of the passed primitive.
function setMacros(macros)
Sets the macros of the insight.
function setName(primitive,
name)
Sets the name of the passed primitive.
function setNonNegative(primitive,
nonNegative)
Sets the non-negative value of the passed stocks (also applicable to flows).
function setNote(primitive,
note)
Sets the note of the passed primitive.
function setOpacity(primitive,
opacity)
Sets the opacity of the passed primitive.
function setParent(primitive,
parent,
preserveLoc)
Sets the parent folder for a primitive.
function setPauseInterval(pauseInterval)
Sets the intervals at which to pause the simulation.
function setPopulationSize(agents,
size)
Sets the size of the agent population.
function setPosition(primitive,
position)
Sets the position of the passed primitive.
function setResidency(state,
residency)
Sets the residency property of a state primitive.
function setSelected(primitives)
Sets the currently selected primitives.
function setShowSlider(primitive,
showSlider)
Sets the show slider property of the passed primitive.
function setSliderMax(primitive,
sliderMax)
Sets the slider max property of the passed primitive.
function setSliderMin(primitive,
sliderMin)
Sets the slider min property of the passed primitive.
function setSliderStep(primitive,
sliderStep)
Sets the slider step property of the passed primitive.
function setStockType(primitive,
type)
Sets the type of the passed stock.
function setTimeLength(timeLength)
Sets the length of the simulation.
function setTimeStart(timeStart)
Sets the start time for the simulation.
function setTimeStep(timeStep)
Sets the time step used in the simulation.
function setTimeUnits(units)
Sets the time units of the simulation.
function setTriggerRecalculate(primitive,
recalculate)
Sets the trigger Recalculate property for a transition or action.
function setTriggerRepeat(primitive,
repeat)
Sets the trigger Repeat property for a transition or action.
function setTriggerType(primitive,
trigger)
Sets the trigger type for a transition or action.
function setTriggerValue(primitive,
value)
Sets the trigger value for a transition or action.
function setUnits(primitive,
units)
Sets the units of the passed primitive.
function setValue(primitive,
value)
Sets the value of the passed primitive.
function setZoom(scale)
Sets the scale of the diagram display.
function showChoice(message)
Shows a prompt in a dialog window and provides the user the option to click “OK” or “Cancel”.
function showData(title,
tabs,
size)
Creates a display to showcase data.
function showEditor(primitive,
annotations)
Shows the value editor for the passed primitive.
function showMessage(message)
Shows a message in a dialog window.
function showNote(primitive)
Shows the note for the passed primitive.
function showPrompt(message,
defaultValue)
Shows a prompt in a dialog window and provides a text input for the user to enter a value.
function showURL(url)
Creates a new web browser window and sets the URL.
function sideBarShown()
Determines whether or not the Insight Maker side panel (which contains parameter sliders and information about the selected primitive) is currently shown.
Close