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