| A | |
| add_types | |
| annotations, bbopx. | |
| B | |
| bbopx. | |
| bbopx. | |
| bbopx. | |
| bbopx. | |
| C | |
| category | |
| class_id | |
| class_label | |
| commentary, bbopx. | |
| D | |
| data, bbopx. | |
| E | |
| edit.js | |
| evidence, bbopx. | |
| F | |
| facts, bbopx. | |
| frame | |
| Functions | |
| G | |
| get_type_by_id | |
| I | |
| id | |
| inconsistent_p, bbopx. | |
| individuals, bbopx. | |
| inferred_individuals, bbopx. | |
| inferred_p | |
| intention, bbopx. | |
| M | |
| manager, bbopx. | |
| model_id, bbopx. | |
| model_ids, bbopx. | |
| P | |
| properties, bbopx. | |
| property_id | |
| property_label | |
| R | |
| relations, bbopx. | |
| release, bbopx. | |
| request_set, bbopx. | |
| requests, bbopx. | |
| requests.js | |
| response, bbopx. | |
| revision, bbopx. | |
| S | |
| signal, bbopx. | |
| signature | |
| svf_class_expression | |
| T | |
| type | |
| types | |
| U | |
| user_check | |
| user_id, bbopx. | |
| V | |
| Variables, bbopx. | |
| version.js |
Add types to current types.
bbopx.noctua.edit.node.prototype.add_types = function( in_types, inferred_p )
Returns a list of the (complex) annotations found in the response.
bbopx.barista.response.prototype.annotations = function()
Try to put an instance type into some kind of rendering category.
bbopx.noctua.edit.type.prototype.category = function()
The considered class id.
bbopx.noctua.edit.type.prototype.class_id = function()
The considered class label, defaults to ID if not found.
bbopx.noctua.edit.type.prototype.class_label = function()
Returns a list of the evidence found in the response.
bbopx.barista.response.prototype.evidence = function()
If the type has a recursive frame, a list of the types it contains.
bbopx.noctua.edit.type.prototype.frame = function()
Get the
bbopx.noctua.edit.node.prototype.get_type_by_id = function( type_id )
n/a
bbopx.noctua.edit.type.prototype.id = function()
n/a
bbopx.noctua.edit.type.prototype.inferred_p = function()
Returns the user intention for a call.
bbopx.barista.response.prototype.intention = function()
A manager for handling the AJAX and registry.
bbopx.minerva.manager = function( barista_location, namespace, user_token )
Returns a list the model ids found in the response.
bbopx.barista.response.prototype.model_ids = function()
The considered class property id.
bbopx.noctua.edit.type.prototype.property_id = function()
The considered class property label.
bbopx.noctua.edit.type.prototype.property_label = function()
Returns a list of the relations found in the response.
bbopx.barista.response.prototype.relations = function()
Partial version for this library: release (date-like) information.
bbopx.version.release
Contructor for a Minerva request item set.
bbopx.minerva.request_set = function( user_token, intention )
Partial version for this library; revision (major/minor version numbers) information.
bbopx.version.revision
Returns the server’s action signal, if there was one.
bbopx.barista.response.prototype.signal = function()
A cheap way of identifying if two types are the same.
bbopx.noctua.edit.type.prototype.signature = function()
The class expression when we are dealing with SVF.
bbopx.noctua.edit.type.prototype.svf_class_expression = function()
The “type” of the type.
bbopx.noctua.edit.type.prototype.type = function()
Get current types; replace current types.
bbopx.noctua.edit.node.prototype.types = function( in_types )
Given a token, either report a bad token ot
bbopx.noctua.widgets.user_check = function( barista_loc, given_token, div_id )
Returns the user id (uid) for a call if it was generated my a known user.
bbopx.barista.response.prototype.user_id = function()