| A | |
| Agents, Insight Maker API | |
| B | |
| Buttons, Insight Maker API | |
| C | |
| clearModel, Insight Maker API | |
| closeAllWindows, Insight Maker API | |
| collapseFolder, Insight Maker API | |
| connected, Insight Maker API | |
| Connectors, Insight Maker API | |
| Converters, Insight Maker API | |
| Create and Delete Primitives, Insight Maker API | |
| createConnector, Insight Maker API | |
| createPrimitive, Insight Maker API | |
| D | |
| Dialogs and User Input, Insight Maker API | |
| downloadFile, Insight Maker API | |
| E | |
| excludeType, Insight Maker API | |
| expandFolder, Insight Maker API | |
| F | |
| findAll, Insight Maker API | |
| findID, Insight Maker API | |
| Finding and Accessing Specific Primitives, Insight Maker API | |
| findName, Insight Maker API | |
| findNote, Insight Maker API | |
| findType, Insight Maker API | |
| findValue, Insight Maker API | |
| flash, Insight Maker API | |
| Folders, Insight Maker API | |
| frontWindow, Insight Maker API |
Removes all primitives from the model.
function clearModel()
Closes all open windows.
function closeAllWindows()
Collapses a folder or an array of folders.
function collapseFolder( folder )
Determines two primitives are connected by a link, flow, or transition.
function connected( primitive1, primitive2 )
Creates a new connector primitive and adds it to the model.
function createConnector( name, type, alpha, omega )
Creates a new primitive and adds it to the model.
function createPrimitive( name, type, position, size )
Downloads a file.
function downloadFile( fileName, data, type )
Removes a specific type of primitive from an array of primitives.
function excludeType( array, type )
Expands a folder or an array of folders.
function expandFolder( folder )
Finds and returns all primitives in the model.
function findAll()
Finds and returns a primitive using its ID.
function findID( id )
Finds and returns a primitive by its name.
function findName( name )
Finds and returns all primitives whose notes match a regular expression.
function findNote( search )
Finds and returns all primitives of a specific type.
function findType( type )
Finds and returns all primitives whose values match a regular expression.
function findValue( search )
Temporarily changes the opacity of a primitive.
function flash( primitive, opacity, duration )
Gets the front-most window (if one exists).
function frontWindow()