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
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
function clearModel()
Removes all primitives from the model.
function closeAllWindows()
Closes all open windows.
function collapseFolder(folder)
Collapses a folder or an array of folders.
function connected(primitive1,
primitive2)
Determines two primitives are connected by a link, flow, or transition.
See getNonNegative and setNonNegative for setting the only-positive property of flows.
function createConnector(name,
type,
alpha,
omega)
Creates a new connector primitive and adds it to the model.
function createPrimitive(name,
type,
position,
size)
Creates a new primitive and adds it to the model.
function downloadFile(fileName,
data,
type)
Downloads a file.
function excludeType(array,
type)
Removes a specific type of primitive from an array of primitives.
function expandFolder(folder)
Expands a folder or an array of folders.
function findAll()
Finds and returns all primitives in the model.
function findID(id)
Finds and returns a primitive using its ID.
function findName(name)
Finds and returns a primitive by its name.
function findNote(search)
Finds and returns all primitives whose notes match a regular expression.
function findType(type)
Finds and returns all primitives of a specific type.
function findValue(search)
Finds and returns all primitives whose values match a regular expression.
function flash(primitive,
opacity,
duration)
Temporarily changes the opacity of a primitive.
function frontWindow()
Gets the front-most window (if one exists).
Close