G | |
getAgentBase, Insight Maker API | |
getAgentNetwork, Insight Maker API | |
getAgentNetworkFunction, Insight Maker API | |
getAgentPlacement, Insight Maker API | |
getAgentPlacementFunction, Insight Maker API | |
getAlgorithm, Insight Maker API | |
getChildren, Insight Maker API | |
getCollapsed, Insight Maker API | |
getConstraints, Insight Maker API | |
getConverterInput, Insight Maker API | |
getData, Insight Maker API | |
getDelay, Insight Maker API | |
getEnds, Insight Maker API | |
getFillColor, Insight Maker API | |
getFolderAgentParent, Insight Maker API | |
getFolderSolver, Insight Maker API | |
getFolderType, Insight Maker API | |
getFontColor, Insight Maker API | |
getFrozen, Insight Maker API | |
getGeometryHeight, Insight Maker API | |
getGeometryUnits, Insight Maker API | |
getGeometryWidth, Insight Maker API | |
getGeometryWrap, Insight Maker API | |
getGlobal, Insight Maker API | |
getID, Insight Maker API | |
getImage, Insight Maker API | |
getInterpolation, Insight Maker API | |
getLineColor, Insight Maker API | |
getMacros, Insight Maker API | |
getName, Insight Maker API | |
getNonNegative, Insight Maker API | |
getNote, Insight Maker API | |
getOpacity, Insight Maker API | |
getParent, Insight Maker API | |
getPauseInterval, Insight Maker API | |
getPopulationSize, Insight Maker API | |
getPosition, Insight Maker API | |
getResidency, Insight Maker API | |
getSelected, Insight Maker API | |
getShowSlider, Insight Maker API | |
getSize, Insight Maker API | |
getSliderMax, Insight Maker API | |
getSliderMin, Insight Maker API | |
getSliderStep, Insight Maker API | |
getStockType, Insight Maker API | |
getTimeLength, Insight Maker API | |
getTimeStart, Insight Maker API | |
getTimeStep, Insight Maker API | |
getTimeUnits, Insight Maker API | |
getTriggerRecalculate, Insight Maker API | |
getTriggerRepeat, Insight Maker API | |
getTriggerType, Insight Maker API | |
getTriggerValue, Insight Maker API | |
getType, Insight Maker API | |
getUnits, Insight Maker API | |
getValue, Insight Maker API | |
H | |
hideNote, Insight Maker API | |
highlight, Insight Maker API | |
I | |
isSelected, Insight Maker API | |
L | |
layoutModel, Insight Maker API | |
O | |
openFile, Insight Maker API | |
P | |
pressButton, Insight Maker API | |
primitiveIndex, Insight Maker API | |
R | |
removePrimitive, Insight Maker API | |
runModel, Insight Maker API |
Gets the base agent for the population.
function getAgentBase( agents )
The network method for the agent population.
function getAgentNetwork( agents )
A custom network function for the agent population.
function getAgentNetworkFunction( agents )
The placement method for the agent population.
function getAgentPlacement( agents )
A custom placement function for the agent population.
function getAgentPlacementFunction( agents )
Gets the algorithm for the simulation.
function getAlgorithm()
Returns the children of a folder.
function getChildren( folder, recursive )
Returns whether or not a given folder is collapsed.
function getCollapsed( folder )
Gets the upper and lower bounds on the passed primitive to test against during simulation.
function getConstraints( primitive )
Gets the input source of a converter.
function getConverterInput( converter )
Gets the data of a converter.
function getData( converter )
Gets the delay length of conveyor stocks.
function getDelay( primitive )
Gets the alpha and omega for the connector
function getEnds( connector )
Gets the fill color of the passed primitive.
function getFillColor( primitive )
Gets the agent parent of a folder.
function getFolderAgentParent( folder )
function getFolderSolver( folder )
Gets the type of a folder.
function getFolderType( folder )
Gets the font color of the passed primitive.
function getFontColor( primitive )
Gets the frozen state for a primitive.
function getFrozen( primitive )
Gets the height for the population area geometry.
function getGeometryHeight( agents )
Gets the units for the population area geometry.
function getGeometryUnits( agents )
Gets the width for the population area geometry.
function getGeometryWidth( agents )
Whether the geometry should wrap across edges.
function getGeometryWrap( agents )
Gets the value of a global variable.
function getGlobal( name )
Gets the ID of the passed primitive.
function getID( primitive )
Gets the image of the passed primitive.
function getImage( primitive )
Gets the interpolation mode of a converter.
function getInterpolation( converter )
Gets the line color of the passed primitive.
function getLineColor( primitive )
Gets the macros for the insight.
function getMacros()
Gets the name of the passed primitive.
function getName( primitive )
Gets the non-negative property of stocks (also applicable to flows).
function getNonNegative( primitive )
Gets the note of the passed primitive.
function getNote( primitive )
Gets the opacity of the passed primitive.
function getOpacity( primitive )
Gets the parent folder for a primitive.
function getParent( primitive )
Gets the intervals at which to pause the simulation.
function getPauseInterval()
Gets the size of the agent population.
function getPopulationSize( agents )
Gets the position of the passed primitive.
function getPosition( primitive )
Gets the residency property of a state primitive.
function getResidency( state )
Finds and returns the currently selected primitives.
function getSelected()
Gets the show slider property of the passed primitive.
function getShowSlider( primitive )
Gets the size of the passed primitive.
function getSize( primitive )
Gets the slider max property of the passed primitive.
function getSliderMax( primitive )
Gets the slider min property of the passed primitive.
function getSliderMin( primitive )
Gets the slider step property of the passed primitive.
function getSliderStep( primitive )
Gets the type of the stock.
function getStockType( primitive )
Gets the length of the simulation.
function getTimeLength()
Gets the start time for the simulation.
function getTimeStart()
Gets the time step used in the simulation.
function getTimeStep()
Gets the time units of the simulation.
function getTimeUnits()
Gets the trigger Recalculate property of a transition or action.
function getTriggerRecalculate( primitive )
Gets the trigger Repeat property of a transition or action.
function getTriggerRepeat( primitive )
Gets the trigger type of a transition or action.
function getTriggerType( primitive )
Gets the trigger value equation of a transition or action.
function getTriggerValue( primitive )
Gets the type of the passed primitive.
function getType( primitive )
Gets the units of the passed primitive.
function getUnits( primitive )
Gets the value of the passed primitive.
function getValue( primitive )
Hides the note for the passed primitive.
function hideNote( primitive )
Highlights a single primitive.
function highlight( primitive )
Indicates whether a primitive is selected.
function isSelected( primitive )
Reorganizes the primitives in the model according to an algorithm.
function layoutModel( algorithm )
Prompts the user to select one or more files on their computer.
function openFile( config )
Simulates a press of the passed button(s) firing its action.
function pressButton( button )
Locates the index of a specific primitive in an array of primitives.
function primitiveIndex( array, primitive )
Removes a primitive from the model.
function removePrimitive( primitive )
Runs a simulation and optionally returns the results.
function runModel( config )