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
A
 accordion, bbop.html.accordion
 action, bbop.rest.manager
 add, bbop.logic
 add_button, bbop.widget.search_pane
 add_edge, bbop.model.graph
 add_node, bbop.model.graph
 add_query_field, bbop.golr.manager
 add_query_filter, bbop.golr.manager
 add_query_filter_as_string, bbop.golr.manager
 add_to
 add_to_batch, bbop.golr.manager
 advance_log_to_bottom, bbop.widget.repl
 ajax
 all_dangling, bbop.model.graph
 all_edges, bbop.model.graph
 all_entities, bbop.context
 all_known, bbop.context
 all_nodes, bbop.model.graph
 all_predicates, bbop.model.graph
 anchor
 apply_callbacks, bbop.registry
 assemble, bbop.rest.manager
B
 batch_urls, bbop.golr.manager
 bookmark, bbop.widget.display.button_templates
 bracket, bbop.model.bracket.graph
 bracket_layout, bbop.model.bracket.graph
 browse, bbop.widget.browse
 button, bbop.html.button
 button_span_id, bbop.widget.live_pager
C
 callback_type, bbop.golr.response
 chomp, bbop.core
 clear, bbop.golr.manager
 clear_buttons, bbop.widget.search_pane
 clear_waits, bbop.widget.spinner
 clickable_object, bbop.widget.display.clickable_object
 clone
 collapsible, bbop.html.collapsible
 color, bbop.context
 commentary, bbop.rest.response.mmm
 conf, bbop.golr.conf
 conf_class, bbop.golr.conf_class
 conf_field, bbop.golr.conf_field
 content, bbop.widget.search_box
 context, bbop.context
 crop, bbop.core
bbop.html.accordion = function(in_list,
attrs,
add_id_p)
Create the a frame for the functional part of a jQuery accordion structure.
this.action = function(url,
payload,
method)
This method is the most fundamental operation.
Add to the current stored logic bundle.
this.add_button = function(button_definition_hash)
Add a user-defined button to the display.
bbop.model.graph.prototype.add_edge = function(edge)
Add an edge to the graph.
bbop.model.graph.prototype.add_node = function(node)
Add a node to the graph.
this.add_query_field = function(qf,
boost)
Add a new query field to the query.
this.add_query_filter = function(filter,
value,
plist)
Setter for query filters (‘fq’).
this.add_query_filter_as_string = function(filter_string,
plist)
Setter for query filters (‘fq’).
bbop.html.accordion.prototype.add_to = function(section_info,
content_blob,
add_id_p)
Add a contect section to the accordion.
bbop.html.anchor.prototype.add_to = function(item)
Add content between the tags.
bbop.html.button.prototype.add_to = function(item)
Add content between the tags.
bbop.html.collapsible.prototype.add_to = function(section_info,
content_blob)
Add a contect section to the collapsible.
bbop.html.image.prototype.add_to = function(item)
Add content between the tags.
bbop.html.input.prototype.add_to = function(item)
Add content between the input tags.
bbop.html.list.prototype.add_to = function()
Add a new li section to a list.
bbop.html.span.prototype.add_to = function(item)
Add content between the tags.
bbop.html.table.prototype.add_to = function(entries)
Add data row.
bbop.html.tag.prototype.add_to = function(bbop_html_tag_or_string)
Add content between the tags.
this.add_to_batch = function()
“Save” the current manager state to run later in serial batch mode.
this.advance_log_to_bottom = function()
Can’t be bothered to check now, but this needs to be done separately from the log because of an initial race condition.
this.ajax = function(args)
Fake call to jQuery’s ajax.
this.ajax = function(args)
Fake call to jQuery’s ajax.
bbop.model.graph.prototype.all_dangling = function()
List all external nodes by referenced id.
bbop.model.graph.prototype.all_edges = function()
Returns an /original/ list of all added edges.
this.all_entities = function()
Return a list of the currently known entities.
this.all_known = function()
Return a list of the currently known entities and their aliases.
bbop.model.graph.prototype.all_nodes = function()
Returns an /original/ list of all added nodes.
bbop.model.graph.prototype.all_predicates = function()
Returns an /original/ list of all added predicates.
bbop.html.anchor = function(in_cont,
in_attrs)
Create an anchor object.
bbop.linker.prototype.anchor = function(id,
xid)
Return an html anchor string.
this.apply_callbacks = function(category,
arg_list,
context)
Generic runner for prioritized callbacks with various arguments and an optional change in context..
bbop.rest.manager.prototype.assemble = function()
Assemble the resource and arguments into a URL string.
this.batch_urls = function()
Return a pointer to the current batch urls.
bbop.widget.display.button_templates.bookmark = function(linker)
Generate the template for a simple bookmark (for search) button with pop-up.
bbop.model.bracket.graph = function()
Extension of bbop.model.graph
this.bracket_layout = function(term_acc)
Largely borrowed from ChewableGraph.pm from the perl section on AmiGO 2.
bbop.widget.browse = function(golr_loc,
golr_conf_obj,
interface_id,
in_argument_hash)
Contructor for the bbop.widget.browse object.
bbop.html.button = function(in_label,
in_attrs)
Create a button object.
anchor.button_span_id = function()
Returns the location of a place to add external buttons if you want.
bbop.golr.response.prototype.callback_type = function()
Return the callback type if it was specified in the query, otherwise return null.
bbop.core.chomp = function(str)
Trim the leading and trailing whitespace from a string.
this.clear = function()
Clear all non-sticky query parameters to get back to a more “original” state.
this.clear_buttons = function()
Remove all user-defined buttons from the display.
this.clear_waits = function()
Hides the spinner and resets all the waiting counters.
bbop.widget.display.clickable_object = function(label,
source,
id)
Generator for a clickable object.
bbop.core.clone = function(thing)
Clone an object down to its atoms.
bbop.model.edge.prototype.clone = function()
Get a fresh new copy of the current edge (using bbop.core.clone for metadata object).
bbop.model.node.prototype.clone = function()
Get a fresh new copy of the current node (using bbop.core.clone for metadata object).
bbop.model.tree.edge.prototype.clone = function()
Make sure that clone gets distance as well.
bbop.html.collapsible = function(in_list,
attrs)
Create the a frame for the functional part of a jQuery collapsible structure.
this.color = function(ind)
Return the string of a color of a rel.
bbop.rest.response.mmm.prototype.commentary = function()
Returns the commentary object (whatever that might be in any given case).
bbop.golr.conf = function (golr_conf_var)
Contructor for the GOlr query manager.
bbop.golr.conf_class = function (class_conf_struct)
Contructor for a GOlr search class.
bbop.golr.conf_field = function (field_conf_struct)
Contructor for a GOlr search field.
this.content = function()
Get the current text contents of the search box.
bbop.context = function(entities,
default_color)
Initial take from go-mme/js/bbop-mme-context.js
bbop.core.crop = function(str,
lim,
suff)
Crop a string nicely.
Close