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
I
 id
 image, bbop.html.image
 include_highlighting, bbop.golr.manager
 inconsistent_p, bbop.rest.response.mmm
 individuals, bbop.rest.response.mmm
 input, bbop.html.input
 is_array, bbop.core
 is_complete, bbop.model.graph
 is_defined
 is_different_atom, bbop.test
 is_different_hash, bbop.test
 is_different_set, bbop.test
 is_different_url, bbop.test
 is_empty, bbop.core
 is_false, bbop.test
 is_fixed, bbop.golr.conf_field
 is_hash, bbop.core
 is_in_list, bbop.test
 is_in_list_diy, bbop.test
 is_leaf_node, bbop.model.graph
 is_multi, bbop.golr.conf_field
 is_not_defined, bbop.test
 is_not_in_list, bbop.test
 is_not_in_list_diy, bbop.test
 is_registered, bbop.registry
 is_root_node, bbop.model.graph
 is_same, bbop.core
 is_same_atom, bbop.test
 is_same_hash, bbop.test
 is_same_set, bbop.test
 is_same_url, bbop.test
 is_string_embedded, bbop.test
 is_string_not_embedded, bbop.test
 is_true, bbop.test
 is_x_greater_than_y, bbop.test
 item_name, bbop.widget.display.results_table_by_class_conf
J
 jquery
 json, bbop.rest.response.json
 jsonp_callback, bbop.rest.manager.jquery
K
 kvetch, bbop.logger
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_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
this.id = function()
The unique ID of this profile.
this.id = function()
The unique ID of this profile.
bbop.model.graph.prototype.id = function(value)
Getter/setter for the graph id.
bbop.model.node.prototype.id = function(value)
Getter/setter for node id.
bbop.html.image = function(in_attrs)
Create an image (img) object.
this.include_highlighting = function(hilite_p,
html_elt_str)
Turn hilighting on or off (with true or false).
bbop.rest.response.mmm.prototype.inconsistent_p = function()
Returns true or false on whether or not the returned model is thought to be inconsistent.
bbop.rest.response.mmm.prototype.individuals = function()
Returns a list of the individuals in the response.
bbop.html.input = function(attrs)
Create a form input.
bbop.core.is_array = function(in_thing)
Return the best guess (true/false) for whether or not a given object is being used as an array.
bbop.model.graph.prototype.is_complete = function()
Any bad parts in graph? 
bbop.core.is_defined = function(in_thing)
Return true/false on whether or not the passed object is defined.
this.is_defined = function(thing,
msg)
Test whether a value is defined.
this.is_different_atom = function(question,
answer,
msg)
A negative version of is_same_atom.
this.is_different_hash = function(hash1,
hash2,
msg)
A negative version of is_same_hash.
this.is_different_set = function(set1,
set2,
msg)
A negative version of is_same_set.
this.is_different_url = function(link1,
link2,
msg)
A negative version of is_same_url.
bbop.core.is_empty = function(in_thing)
Return true/false on whether or not the object in question has any items of interest (iterable?)
this.is_false = function(bool,
msg)
A negative version of is_true.
this.is_fixed = function()
Using the “property_type” entry, returns whether or not this field is “dynamic” (false) or “fixed” (true).
bbop.core.is_hash = function(in_thing)
Return the best guess (true/false) for whether or not a given object is being used as a hash.
this.is_in_list = function(item,
list,
msg)
Test whether an item is in a list (array).
this.is_in_list_diy = function(item,
list,
comp,
msg)
A DIY version of is_in_list.
bbop.model.graph.prototype.is_leaf_node = function(nb_id)
Leaves are defined as nodes who are the object of nothing, independent of predicate.
this.is_multi = function()
Using the “cardinality” entry, returns whether or not this field is “single” (false) or “multi” (true).
this.is_not_defined = function(thing,
msg)
A negative version of is_defined.
this.is_not_in_list = function(item,
list,
msg)
A negative version of is_in_list.
this.is_not_in_list_diy = function(item,
list,
comp,
msg)
A negative version of is_in_list_diy.
this.is_registered = function(category,
function_id)
Returns whether or not an id has already been registered to a category.
bbop.model.graph.prototype.is_root_node = function(nb_id)
Roots are defined as nodes who are the subject of nothing, independent of predicate.
bbop.core.is_same = function (thing1,
thing2)
Returns true if it things the two incoming arguments are value-wise the same.
Test whether two atoms are the same.
this.is_same_hash = function(hash1,
hash2,
msg)
Test whether two simple atomic hashes are the same.
this.is_same_set = function(set1,
set2,
msg)
Test whether two sets (as atomic arrays) are the same.
this.is_same_url = function(link1,
link2,
msg)
Test whether two links are functionally equivalent.
this.is_string_embedded = function(target_str,
base_str,
added_str,
msg)
Test whether a target string (target_str) can be made by embedding a string (added_str) into a base string (base_str).
this.is_string_not_embedded = function(target_str,
base_str,
added_str,
msg)
A negative version of is_string_embedded.
this.is_true = function(bool,
msg)
Test whether a value is true.
this.is_x_greater_than_y = function(x_thing,
y_thing,
msg)
Test whether one value is greate than another.
this.item_name = function()
Return a string of the name attribute used by the checkboxes if we selected for checkboxes to be displayed.
bbop.golr.manager.jquery = function (golr_loc,
golr_conf_obj)
Contructor for the GOlr query manager
bbop.rest.manager.jquery = function(response_handler)
Contructor for the jQuery REST manager
bbop.rest.response.json = function(json_data)
Contructor for a REST JSON response object.
bbop.rest.manager.jquery.prototype.jsonp_callback = function(cstring)
Get/set the jQuery jsonp callback string to something other than “json.wrf”.
this.kvetch = function(string)
Log a string to somewhere.
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(golr_loc,
golr_conf_obj,
interface_id,
in_argument_hash)
Contructor for the bbop.widget.live_filters 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.
Close