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
 add_types
 annotations, bbopx.barista.response
C
 category
 class_id
 class_label
 commentary, bbopx.barista.response
D
 data, bbopx.barista.response
E
 evidence, bbopx.barista.response
F
 facts, bbopx.barista.response
 frame
G
 get_type_by_id
I
 id
 inconsistent_p, bbopx.barista.response
 individuals, bbopx.barista.response
 inferred_individuals, bbopx.barista.response
 inferred_p
 intention, bbopx.barista.response
M
 manager, bbopx.minerva
 model_id, bbopx.barista.response
 model_ids, bbopx.barista.response
P
 properties, bbopx.barista.response
 property_id
 property_label
R
 relations, bbopx.barista.response
 request_set, bbopx.minerva.request/bbopx.minerva.request_set
 requests, bbopx.minerva.request/bbopx.minerva.request_set
 response, bbopx.barista.response
S
 signal, bbopx.barista.response
 signature
 svf_class_expression
T
 type
 types
U
 user_check
 user_id, bbopx.barista.response
bbopx.noctua.edit.node.prototype.add_types = function(in_types,
inferred_p)
Add types to current types.
bbopx.barista.response.prototype.annotations = function()
Returns a list of the (complex) annotations found in the response.
bbopx.noctua.edit.type.prototype.category = function()
Try to put an instance type into some kind of rendering category.
bbopx.noctua.edit.type.prototype.class_id = function()
The considered class id.
bbopx.noctua.edit.type.prototype.class_label = function()
The considered class label, defaults to ID if not found.
Returns the commentary object (whatever that might be in any given case).
Returns the data object (whatever that might be in any given case).
bbopx.barista.response.prototype.evidence = function()
Returns a list of the evidence found in the response.
Returns a list of the facts in the response.
bbopx.noctua.edit.type.prototype.frame = function()
If the type has a recursive frame, a list of the types it contains.
bbopx.noctua.edit.node.prototype.get_type_by_id = function(type_id)
Get the
bbopx.noctua.edit.type.prototype.id = function()
n/a
Returns true or false on whether or not the returned model is thought to be inconsistent.
Returns a list of the individuals in the response.
Returns a list of the inferred_individuals in the response.
bbopx.noctua.edit.type.prototype.inferred_p = function()
n/a
bbopx.barista.response.prototype.intention = function()
Returns the user intention for a call.
bbopx.minerva.manager = function(barista_location,
namespace,
user_token)
A manager for handling the AJAX and registry.
Returns the model id of the response.
bbopx.barista.response.prototype.model_ids = function()
Returns a list the model ids found in the response.
Returns a list of the properties in the response.
bbopx.noctua.edit.type.prototype.property_id = function()
The considered class property id.
bbopx.noctua.edit.type.prototype.property_label = function()
The considered class property label.
bbopx.barista.response.prototype.relations = function()
Returns a list of the relations found in the response.
bbopx.minerva.request_set = function(user_token,
intention)
Contructor for a Minerva request item set.
Contructor for a Minerva request item.
Contructor for a GO MMM REST JSON response object.
bbopx.barista.response.prototype.signal = function()
Returns the server’s action signal, if there was one.
bbopx.noctua.edit.type.prototype.signature = function()
A cheap way of identifying if two types are the same.
bbopx.noctua.edit.type.prototype.svf_class_expression = function()
The class expression when we are dealing with SVF.
bbopx.noctua.edit.type.prototype.type = function()
The “type” of the type.
bbopx.noctua.edit.node.prototype.types = function(in_types)
Get current types; replace current types.
bbopx.noctua.widgets.user_check = function(barista_loc,
given_token,
div_id)
Given a token, either report a bad token ot
bbopx.barista.response.prototype.user_id = function()
Returns the user id (uid) for a call if it was generated my a known user.
Close