Function 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
L
 label, bbop.model.node
 last_packet_sent, bbop.golr.manager
 layout, bbop.model.tree.graph
 linker, bbop.linker
 list, bbop.html.list
 list_select_shield, bbop.widget.list_select_shield
 lite, bbop.golr.manager
 live_filters, bbop.widget.live_filters
 live_pager, bbop.widget.live_pager
 live_results, bbop.widget.live_results
 live_search, bbop.widget.display.live_search
 load, bbop.golr.manager.preload
 load_json, bbop.model.graph
 load_url, bbop.golr.manager
 logger, bbop.logger
 logic, bbop.logic
M
 manager
 merge, bbop.core
 merge_in, bbop.model.graph
 message
 message_type, bbop.rest.response
 metadata
 method, bbop.rest.manager
 mmm, bbop.rest.response.mmm
 model_id, bbop.rest.response.mmm
N
 negate, bbop.logic
 next_batch_url, bbop.golr.manager
 node
 nodejs, bbop.golr.manager.nodejs
 notice, bbop.widget.message
 numeric_sort_ascending, bbop.core
 numeric_sort_descending, bbop.core
O
 object_id, bbop.model.edge
 okay, bbop.rest.response
 open_facet_matrix, bbop.widget.display.button_templates
 overlay, bbop.contrib.go.overlay
bbop.model.node.prototype.label = function(value)
Getter/setter for node label.
this.last_packet_sent = function()
It is up to the UI to do something interesting with this number.
this.layout = function ()
With the current graph, produce a usable layout object.
bbop.linker = function()
Partial version for this library; revision (major/minor version numbers) information.
bbop.html.list = function(in_list,
attrs)
Create the a frame for an unordered list object.
bbop.widget.list_select_shield = function(in_argument_hash)
Contructor for the bbop.widget.list_select_shield object.
this.lite = function(use_lite_p)
Limit the returns fields (the parameter “fl”) to the ones defined in the set of fields defined in results, label fields if available (i.e.
bbop.widget.live_filters = function(interface_id,
manager,
golr_conf_obj,
in_argument_hash)
Contructor for the bbop.widget.live_filters object.
bbop.widget.live_pager = function(interface_id,
manager,
in_argument_hash)
Contructor for the bbop.widget.live_pager object.
bbop.widget.live_results = function(interface_id,
manager,
conf_class,
handler,
linker,
in_argument_hash)
Contructor for the bbop.widget.live_results object.
bbop.widget.display.live_search = function(interface_id,
conf_class)
Contructor for the bbop.widget.display.live_search object.
bbop.golr.manager.preload.prototype.load = function(thing)
bbop.model.graph.prototype.load_json = function(json_object)
Load the graph from the specified JSON object (not string).
this.load_url = function(url)
Makes a a best attempt to recover the state of a manager from the clues left in a data url.
bbop.logger = function(initial_context)
Arguments: (optional) initial context.
bbop.logic = function(default_conjunction)
Contructor for the bbop.logic object.
bbop.golr.manager = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager
bbop.rest.manager = function(response_handler)
Contructor for the REST manager
bbop.core.merge = function(older_hash,
newer_hash)
Merge a pair of hashes together, the second hash getting precedence.
bbop.model.graph.prototype.merge_in = function(in_graph)
Add a graph to the current graph, without sharing any of the merged in graph’s structure.
bbop.rest.response.prototype.message = function(message)
A message that the response wants to let you know about its creation.
bbop.widget.message = function()
Contructor for the bbop.widget.message object.
bbop.rest.response.prototype.message_type = function(message_type)
A message about the message (a string classifier) that the response wants to let you know about its message.
bbop.model.edge.prototype.metadata = function(value)
Getter/setter for edge metadata.
bbop.model.node.prototype.metadata = function(value)
Getter/setter for node metadata.
this.method = function(method)
The method to use to get the resource, as a string.
bbop.rest.response.mmm = function(raw_data)
Contructor for a GO MMM REST JSON response object.
bbop.rest.response.mmm.prototype.model_id = function()
Returns the model id of the response.
this.negate = function()
Negate the current stored logic.
this.next_batch_url = function()
Return the next data to be processed, removing it from the batch queue in the process.
bbop.model.node = function(new_id,
new_label)
Contructor for a BBOP graph model node.
bbop.model.tree.node = function(new_id)
Same as parent, but just takes id in constructor.
bbop.rest.manager.node = function(response_handler)
Contructor for the REST query manager; NodeJS-style.
bbop.golr.manager.nodejs = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager; NodeJS flavor.
this.notice = function(msg)
Temporarily display a messsage styled for notices.
bbop.core.numeric_sort_ascending = function(a,
b)
A sort function to put numbers in ascending order.
bbop.core.numeric_sort_descending = function(a,
b)
A sort function to put numbers in descending order.
bbop.model.edge.prototype.object_id = function()
Getter/setter for edge object id.
bbop.rest.response.prototype.okay = function(okay_p)
Simple return verification of sane response from server.
bbop.widget.display.button_templates.open_facet_matrix = function(gconf,
instance_data)
Generate the template for a button that sends the user to the facet_matrix page with the current manager state and two facets.
bbop.contrib.go.overlay = function(manager_type)
Put a set of useful functions into the global namespace for use with REPLs and the like.
Close