diff --git a/docs/files/minerva/manager-js.html b/docs/files/minerva/manager-js.html index 3e0a70e..9748c65 100644 --- a/docs/files/minerva/manager-js.html +++ b/docs/files/minerva/manager-js.html @@ -69,7 +69,7 @@
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
Intent: “action”. Expect: “success” and “rebuild”.
model_id | string |
source_id | string |
target_id | string |
rel_id | string |
key | string |
value | string |
n/a
anchor.remove_model_annotation =function( model_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
Intent: “action”. Expect: “success” and “rebuild”.
model_id | string |
key | string |
value | string |
n/a
anchor.remove_model_annotation = function( model_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
Intent: “action”. Expect: “success” and “rebuild”.
model_id | string |
key | string |
value | string |
n/a
anchor.capella_bootstrap_model = function( bootstrap_obj, term2aspect )
DEPRECATED: This is currently very very old code and is mostly here as a bookmark on where to restart.
Trigger a rebuild response bbopx.barista.response on attempting to create a new model with information provided by Capella.
If you’re attempting to use this, you probably want to revisit everything and everbody first...
Intent: “action”. Expect: “success” and “rebuild”.
bootstrap_obj | JSON object ??? |
term2aspect | ??? |
n/a
A manager for handling the AJAX and registry.
bbopx.minerva.manager = function( barista_location, namespace, user_token, engine, use_jsonp )
DEPRECATED: use user_token()
anchor.user_id = function( user_token )
Get/set the user token.
anchor.user_token = function( user_token )
Trigger a rebuild bbopx.barista.response with a model.
anchor.get_model = function( model_id )
Trigger meta bbopx.barista.response with a list of all model meta-information.
anchor.get_meta = function()
Trigger meta bbopx.barista.response of requested model’s undo/redo information.
anchor.get_model_undo_redo = function( model_id )
Trigger rebuild bbopx.barista.response after an attempt to roll back the model to “last” state.
anchor.perform_undo = function( model_id )
Trigger rebuild bbopx.barista.response after an attempt to roll forward the model to “next” state.
anchor.perform_redo = function( model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a single fact to a model.
anchor.add_fact = function( model_id, source_id, target_id, rel_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a simple composite unit (class, enabled_by, and occurs_in) to a model.
anchor.add_simple_composite = function( model_id, cls_expr, enabled_by_expr, occurs_in_expr )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a complex class expression to an individual in a model.
anchor.add_class_expression = function( model_id, individual_id, cls_expr )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Trigger a rebuild response bbopx.barista.response on attempting to create a new model...from nothing.
anchor.add_model = function( taxon_id, class_id )
[DEPRECATED]
anchor.export_model = function( model_id, format )
[DEPRECATED]
anchor.import_model = function( model_string )
Trigger a rebuild response bbopx.barista.response on a “permanent” store operation on a model.
anchor.store_model = function( model_id )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.add_individual_evidence = function( model_id, indv_id, evidence_id, source_ids )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing a fact in a model.
anchor.add_fact_evidence = function( model_id, source_id, target_id, rel_id, evidence_id, source_ids )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Trigger a rebuild response bbopx.barista.response on an annotation addition to an individual in a model.
anchor.add_individual_annotation = function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation addition to a referenced fact (edge) in a model.
anchor.add_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation addition to a model.
anchor.add_model_annotation = function( model_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation =function( model_id, key, value )
DEPRECATED: This is currently very very old code and is mostly here as a bookmark on where to restart.
anchor.capella_bootstrap_model = function( bootstrap_obj, term2aspect )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
A manager for handling the AJAX and registry.
bbopx.minerva.manager = function( barista_location, namespace, user_token, engine, use_jsonp )
DEPRECATED: use user_token()
anchor.user_id = function( user_token )
Get/set the user token.
anchor.user_token = function( user_token )
Trigger a rebuild bbopx.barista.response with a model.
anchor.get_model = function( model_id )
Trigger meta bbopx.barista.response with a list of all model meta-information.
anchor.get_meta = function()
Trigger meta bbopx.barista.response of requested model’s undo/redo information.
anchor.get_model_undo_redo = function( model_id )
Trigger rebuild bbopx.barista.response after an attempt to roll back the model to “last” state.
anchor.perform_undo = function( model_id )
Trigger rebuild bbopx.barista.response after an attempt to roll forward the model to “next” state.
anchor.perform_redo = function( model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a single fact to a model.
anchor.add_fact = function( model_id, source_id, target_id, rel_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a simple composite unit (class, enabled_by, and occurs_in) to a model.
anchor.add_simple_composite = function( model_id, cls_expr, enabled_by_expr, occurs_in_expr )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add a complex class expression to an individual in a model.
anchor.add_class_expression = function( model_id, individual_id, cls_expr )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Trigger a rebuild response bbopx.barista.response on attempting to create a new model...from nothing.
anchor.add_model = function( taxon_id, class_id )
[DEPRECATED]
anchor.export_model = function( model_id, format )
[DEPRECATED]
anchor.import_model = function( model_string )
Trigger a rebuild response bbopx.barista.response on a “permanent” store operation on a model.
anchor.store_model = function( model_id )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.add_individual_evidence = function( model_id, indv_id, evidence_id, source_ids )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing a fact in a model.
anchor.add_fact_evidence = function( model_id, source_id, target_id, rel_id, evidence_id, source_ids )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Trigger a rebuild response bbopx.barista.response on an annotation addition to an individual in a model.
anchor.add_individual_annotation = function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation addition to a referenced fact (edge) in a model.
anchor.add_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation addition to a model.
anchor.add_model_annotation = function( model_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation = function( model_id, key, value )
DEPRECATED: This is currently very very old code and is mostly here as a bookmark on where to restart.
anchor.capella_bootstrap_model = function( bootstrap_obj, term2aspect )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
R | |
redo_last_model_batch, bbopx. | |
relations, bbopx. | |
relay, bbopx. | |
remove, bbopx. | |
remove_annotation_from_fact, bbopx. | |
remove_annotation_from_individual, bbopx. | |
remove_annotation_from_model, bbopx. | |
remove_class_expression, bbopx. | |
remove_evidence | |
remove_fact | |
remove_fact_annotation, bbopx. | |
remove_individual | |
remove_individual_annotation, bbopx. | |
remove_model_annotation, bbopx. | |
remove_type_from_individual, bbopx. | |
render_node_stack, bbopx. | |
repaint_edge_table, bbopx. | |
repaint_exp_table, bbopx. | |
repaint_info, bbopx. | |
reporter, bbopx. | |
request, bbopx. | |
request_set, bbopx. | |
request_variable, bbopx. | |
request_with, bbopx. | |
response, bbopx. | |
S | |
set_p, bbopx. | |
signal, bbopx. | |
signature | |
sorted_relation_list, bbopx. | |
special, bbopx. | |
store_model | |
structure | |
subject, bbopx. | |
svf_class_expression | |
T | |
telekinesis, bbopx. | |
token, bbopx. | |
type | |
type_to_full, context.js | |
type_to_span, context.js | |
types, bbopx. | |
U | |
undo_last_model_batch, bbopx. | |
update_enode, bbopx. | |
user_check, bbopx. | |
user_id | |
user_token, bbopx. | |
V | |
value, bbopx. | |
W | |
wipe, bbopx. |
Redo the last batch of operations performed on the model.
anchor.redo_last_model_batch = function( model_id )
Returns a list of the relations found in the response.
bbopx.barista.response.prototype.relations = function()
General structure for relaying information between clients.
anchor.relay = function( relay_class, data )
True is removal, false if wasn’t there.
anchor.remove = function( id )
Removes unique key/value set from a fact.
anchor.remove_annotation_from_fact = function( key, value, triple, model_id )
Removes unique key/value set from an individual.
anchor.remove_annotation_from_individual = function( key, value, individual_id, model_id )
Adds unique key/value set to model.
anchor.remove_annotation_from_model = function( key, value, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Remove an evidence annotation from an individual or edge.
anchor.remove_evidence = function( evidence_individual_id, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Requests necessary to remove an edge between two instances in a model.
anchor.remove_fact = function( triple, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Requests necessary to remove an individual.
anchor.remove_individual = function( individual_id, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation =function( model_id, key, value )
Remove the identified type from the individual.
anchor.remove_type_from_individual = function( class_expr, individual_id, model_id )
???
bbopx.noctua.widgets.render_node_stack = function( enode, aid )
Add edit model edge contents to a descriptive table.
bbopx.noctua.widgets.repaint_edge_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_exp_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_info = function( ecore, aid, info_div )
Object.
bbopx.noctua.widgets.reporter = function( output_id )
Contructor for a Minerva request item.
bbopx.minerva.request = function( entity, operation )
Constructor for a Minerva request item set.
bbopx.minerva.request_set = function( user_token, model_id )
Contructor for a request variable, used to relate references during a request.
bbopx.minerva.request_variable = function( varvalue )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
Contructor for a Minerva REST JSON response object.
bbopx.barista.response = function( raw )
Redo the last batch of operations performed on the model.
anchor.redo_last_model_batch = function( model_id )
Returns a list of the relations found in the response.
bbopx.barista.response.prototype.relations = function()
General structure for relaying information between clients.
anchor.relay = function( relay_class, data )
True is removal, false if wasn’t there.
anchor.remove = function( id )
Removes unique key/value set from a fact.
anchor.remove_annotation_from_fact = function( key, value, triple, model_id )
Removes unique key/value set from an individual.
anchor.remove_annotation_from_individual = function( key, value, individual_id, model_id )
Adds unique key/value set to model.
anchor.remove_annotation_from_model = function( key, value, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Remove an evidence annotation from an individual or edge.
anchor.remove_evidence = function( evidence_individual_id, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Requests necessary to remove an edge between two instances in a model.
anchor.remove_fact = function( triple, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Requests necessary to remove an individual.
anchor.remove_individual = function( individual_id, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation = function( model_id, key, value )
Remove the identified type from the individual.
anchor.remove_type_from_individual = function( class_expr, individual_id, model_id )
???
bbopx.noctua.widgets.render_node_stack = function( enode, aid )
Add edit model edge contents to a descriptive table.
bbopx.noctua.widgets.repaint_edge_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_exp_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_info = function( ecore, aid, info_div )
Object.
bbopx.noctua.widgets.reporter = function( output_id )
Contructor for a Minerva request item.
bbopx.minerva.request = function( entity, operation )
Constructor for a Minerva request item set.
bbopx.minerva.request_set = function( user_token, model_id )
Contructor for a request variable, used to relate references during a request.
bbopx.minerva.request_variable = function( varvalue )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
Contructor for a Minerva REST JSON response object.
bbopx.barista.response = function( raw )
R | |
redo_last_model_batch, bbopx. | |
relations, bbopx. | |
relay, bbopx. | |
release, bbopx. | |
remove, bbopx. | |
remove_annotation_from_fact, bbopx. | |
remove_annotation_from_individual, bbopx. | |
remove_annotation_from_model, bbopx. | |
remove_class_expression, bbopx. | |
remove_evidence | |
remove_fact | |
remove_fact_annotation, bbopx. | |
remove_individual | |
remove_individual_annotation, bbopx. | |
remove_model_annotation, bbopx. | |
remove_type_from_individual, bbopx. | |
render_node_stack, bbopx. | |
repaint_edge_table, bbopx. | |
repaint_exp_table, bbopx. | |
repaint_info, bbopx. | |
reporter, bbopx. | |
request, bbopx. | |
request_set, bbopx. | |
request_variable, bbopx. | |
request_with, bbopx. | |
requests.js | |
response, bbopx. | |
response.js | |
revision, bbopx. | |
S | |
set_p, bbopx. | |
signal, bbopx. | |
signature | |
sorted_relation_list, bbopx. | |
special, bbopx. | |
store_model | |
structure | |
subject, bbopx. | |
svf_class_expression | |
T | |
telekinesis, bbopx. | |
token, bbopx. | |
type | |
type_to_full, context.js | |
type_to_span, context.js | |
types, bbopx. | |
U | |
undo_last_model_batch, bbopx. | |
update_enode, bbopx. | |
user_check, bbopx. | |
user_id | |
user_token, bbopx. | |
V | |
value, bbopx. | |
Variables, bbopx. | |
version.js | |
W | |
widgets.js | |
wipe, bbopx. |
Redo the last batch of operations performed on the model.
anchor.redo_last_model_batch = function( model_id )
Returns a list of the relations found in the response.
bbopx.barista.response.prototype.relations = function()
General structure for relaying information between clients.
anchor.relay = function( relay_class, data )
Partial version for this library: release (date-like) information.
bbopx.version.release
True is removal, false if wasn’t there.
anchor.remove = function( id )
Removes unique key/value set from a fact.
anchor.remove_annotation_from_fact = function( key, value, triple, model_id )
Removes unique key/value set from an individual.
anchor.remove_annotation_from_individual = function( key, value, individual_id, model_id )
Adds unique key/value set to model.
anchor.remove_annotation_from_model = function( key, value, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Remove an evidence annotation from an individual or edge.
anchor.remove_evidence = function( evidence_individual_id, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Requests necessary to remove an edge between two instances in a model.
anchor.remove_fact = function( triple, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Requests necessary to remove an individual.
anchor.remove_individual = function( individual_id, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation =function( model_id, key, value )
Remove the identified type from the individual.
anchor.remove_type_from_individual = function( class_expr, individual_id, model_id )
???
bbopx.noctua.widgets.render_node_stack = function( enode, aid )
Add edit model edge contents to a descriptive table.
bbopx.noctua.widgets.repaint_edge_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_exp_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_info = function( ecore, aid, info_div )
Object.
bbopx.noctua.widgets.reporter = function( output_id )
Contructor for a Minerva request item.
bbopx.minerva.request = function( entity, operation )
Constructor for a Minerva request item set.
bbopx.minerva.request_set = function( user_token, model_id )
Contructor for a request variable, used to relate references during a request.
bbopx.minerva.request_variable = function( varvalue )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
Contructor for a Minerva REST JSON response object.
bbopx.barista.response = function( raw )
Partial version for this library; revision (major/minor version numbers) information.
bbopx.version.revision
Redo the last batch of operations performed on the model.
anchor.redo_last_model_batch = function( model_id )
Returns a list of the relations found in the response.
bbopx.barista.response.prototype.relations = function()
General structure for relaying information between clients.
anchor.relay = function( relay_class, data )
Partial version for this library: release (date-like) information.
bbopx.version.release
True is removal, false if wasn’t there.
anchor.remove = function( id )
Removes unique key/value set from a fact.
anchor.remove_annotation_from_fact = function( key, value, triple, model_id )
Removes unique key/value set from an individual.
anchor.remove_annotation_from_individual = function( key, value, individual_id, model_id )
Adds unique key/value set to model.
anchor.remove_annotation_from_model = function( key, value, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a complex class expression from an individual in a model.
anchor.remove_class_expression = function( model_id, individual_id, cls_expr )
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function( model_id, evidence_individual_id )
Remove an evidence annotation from an individual or edge.
anchor.remove_evidence = function( evidence_individual_id, model_id )
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to remove a single fact to a model.
anchor.remove_fact = function( model_id, source_id, target_id, rel_id )
Requests necessary to remove an edge between two instances in a model.
anchor.remove_fact = function( triple, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from a referenced fact (edge) in a model.
anchor.remove_fact_annotation = function( model_id, source_id, target_id, rel_id, key, value )
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function( model_id, indv_id )
Requests necessary to remove an individual.
anchor.remove_individual = function( individual_id, model_id )
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_individual_annotation =function( model_id, indv_id, key, value )
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_model_annotation = function( model_id, key, value )
Remove the identified type from the individual.
anchor.remove_type_from_individual = function( class_expr, individual_id, model_id )
???
bbopx.noctua.widgets.render_node_stack = function( enode, aid )
Add edit model edge contents to a descriptive table.
bbopx.noctua.widgets.repaint_edge_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_exp_table = function( ecore, aid, table_div )
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.repaint_info = function( ecore, aid, info_div )
Object.
bbopx.noctua.widgets.reporter = function( output_id )
Contructor for a Minerva request item.
bbopx.minerva.request = function( entity, operation )
Constructor for a Minerva request item set.
bbopx.minerva.request_set = function( user_token, model_id )
Contructor for a request variable, used to relate references during a request.
bbopx.minerva.request_variable = function( varvalue )
Make a custom request with your own request set.
anchor.request_with = function( request_set, model_id )
Contructor for a Minerva REST JSON response object.
bbopx.barista.response = function( raw )
Partial version for this library; revision (major/minor version numbers) information.
bbopx.version.revision