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 @@

remove_fact_annotation

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”.

Arguments

model_idstring
source_idstring
target_idstring
rel_idstring
keystring
valuestring

Returns

n/a

-

remove_model_annotation

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”.

Arguments

model_idstring
keystring
valuestring

Returns

n/a

+

remove_model_annotation

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”.

Arguments

model_idstring
keystring
valuestring

Returns

n/a

capella_bootstrap_model

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”.

Arguments

bootstrap_objJSON object ???
term2aspect???

Returns

n/a

@@ -88,7 +88,7 @@ -
bbopx.minerva.manager = function(barista_location,
namespace,
user_token,
engine,
use_jsonp)
A manager for handling the AJAX and registry.
anchor.user_id = function(user_token)
DEPRECATED: use user_token()
anchor.user_token = function(user_token)
Get/set the user token.
anchor.get_model = function(model_id)
Trigger a rebuild bbopx.barista.response with a model.
Generic BBOP handler for dealing with the gross parsing of responses from the GO Molecular Model Manager REST server JSON responses.
anchor.get_meta = function()
Trigger meta bbopx.barista.response with a list of all model meta-information.
anchor.get_model_undo_redo = function(model_id)
Trigger meta bbopx.barista.response of requested model’s undo/redo information.
anchor.perform_undo = function(model_id)
Trigger rebuild bbopx.barista.response after an attempt to roll back the model to “last” state.
anchor.perform_redo = function(model_id)
Trigger rebuild bbopx.barista.response after an attempt to roll forward the model to “next” state.
anchor.add_fact = function(model_id,
source_id,
target_id,
rel_id)
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add 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 remove a single fact 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 simple composite unit (class, enabled_by, and occurs_in) to 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 add a complex class expression to an individual in a model.
anchor.remove_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_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.add_model = function(taxon_id,
class_id)
Trigger a rebuild response bbopx.barista.response on attempting to create a new model...from nothing.
anchor.export_model = function(model_id,
format)
[DEPRECATED]
anchor.import_model = function(model_string)
[DEPRECATED]
anchor.store_model = function(model_id)
Trigger a rebuild response bbopx.barista.response on a “permanent” store operation on 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 an individual 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 a fact in a model.
anchor.remove_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing 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 an individual 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 referenced fact (edge) in a model.
anchor.add_model_annotation = function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation addition to 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 an individual 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 removeal from a referenced fact (edge) in a model.
anchor.remove_model_annotation =function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
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.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
+
bbopx.minerva.manager = function(barista_location,
namespace,
user_token,
engine,
use_jsonp)
A manager for handling the AJAX and registry.
anchor.user_id = function(user_token)
DEPRECATED: use user_token()
anchor.user_token = function(user_token)
Get/set the user token.
anchor.get_model = function(model_id)
Trigger a rebuild bbopx.barista.response with a model.
Generic BBOP handler for dealing with the gross parsing of responses from the GO Molecular Model Manager REST server JSON responses.
anchor.get_meta = function()
Trigger meta bbopx.barista.response with a list of all model meta-information.
anchor.get_model_undo_redo = function(model_id)
Trigger meta bbopx.barista.response of requested model’s undo/redo information.
anchor.perform_undo = function(model_id)
Trigger rebuild bbopx.barista.response after an attempt to roll back the model to “last” state.
anchor.perform_redo = function(model_id)
Trigger rebuild bbopx.barista.response after an attempt to roll forward the model to “next” state.
anchor.add_fact = function(model_id,
source_id,
target_id,
rel_id)
Trigger merge (or possibly a rebuild) bbopx.barista.response on attempt to add 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 remove a single fact 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 simple composite unit (class, enabled_by, and occurs_in) to 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 add a complex class expression to an individual in a model.
anchor.remove_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_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.add_model = function(taxon_id,
class_id)
Trigger a rebuild response bbopx.barista.response on attempting to create a new model...from nothing.
anchor.export_model = function(model_id,
format)
[DEPRECATED]
anchor.import_model = function(model_string)
[DEPRECATED]
anchor.store_model = function(model_id)
Trigger a rebuild response bbopx.barista.response on a “permanent” store operation on 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 an individual 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 a fact in a model.
anchor.remove_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing 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 an individual 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 referenced fact (edge) in a model.
anchor.add_model_annotation = function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation addition to 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 an individual 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 removeal from a referenced fact (edge) in a model.
anchor.remove_model_annotation = function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
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.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
diff --git a/docs/index/Functions3.html b/docs/index/Functions3.html index 07c9a9e..28f0838 100644 --- a/docs/index/Functions3.html +++ b/docs/index/Functions3.html @@ -13,7 +13,7 @@
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
R
 redo_last_model_batch, bbopx.minerva.request_set
 relations, bbopx.barista.response
 relay, bbopx.barista.client
 remove, bbopx.noctua.location-store
 remove_annotation_from_fact, bbopx.minerva.request_set
 remove_annotation_from_individual, bbopx.minerva.request_set
 remove_annotation_from_model, bbopx.minerva.request_set
 remove_class_expression, bbopx.minerva.manager
 remove_evidence
 remove_fact
 remove_fact_annotation, bbopx.minerva.manager
 remove_individual
 remove_individual_annotation, bbopx.minerva.manager
 remove_model_annotation, bbopx.minerva.manager
 remove_type_from_individual, bbopx.minerva.request_set
 render_node_stack, bbopx.noctua.widgets
 repaint_edge_table, bbopx.noctua.widgets
 repaint_exp_table, bbopx.noctua.widgets
 repaint_info, bbopx.noctua.widgets
 reporter, bbopx.noctua.widgets
 request, bbopx.minerva.request
 request_set, bbopx.minerva.request_set
 request_variable, bbopx.minerva.request_variable
 request_with, bbopx.minerva.manager
 response, bbopx.barista.response
S
 set_p, bbopx.minerva.request_variable
 signal, bbopx.barista.response
 signature
 sorted_relation_list, bbopx.noctua.widgets
 special, bbopx.minerva.request
 store_model
 structure
 subject, bbopx.minerva.request
 svf_class_expression
T
 telekinesis, bbopx.barista.client
 token, bbopx.barista.client
 type
 type_to_full, context.js
 type_to_span, context.js
 types, bbopx.noctua.edit.annotation
U
 undo_last_model_batch, bbopx.minerva.request_set
 update_enode, bbopx.noctua.widgets
 user_check, bbopx.noctua.widgets
 user_id
 user_token, bbopx.minerva.manager
V
 value, bbopx.minerva.request_variable
W
 wipe, bbopx.noctua.widgets
-
anchor.redo_last_model_batch = function(model_id)
Redo the last batch of operations performed on the model.
bbopx.barista.response.prototype.relations = function()
Returns a list of the relations found in the response.
anchor.relay = function(relay_class,
data)
General structure for relaying information between clients.
anchor.remove = function(id)
True is removal, false if wasn’t there.
anchor.remove_annotation_from_fact = function(key,
value,
triple,
model_id)
Removes unique key/value set from a fact.
anchor.remove_annotation_from_individual = function(key,
value,
individual_id,
model_id)
Removes unique key/value set from an individual.
anchor.remove_annotation_from_model = function(key,
value,
model_id)
Adds unique key/value set to model.
anchor.remove_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_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function(evidence_individual_id,
model_id)
Remove an evidence annotation from an individual or edge.
anchor.remove_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(triple,
model_id)
Requests necessary to remove an edge between two instances 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 removeal from a referenced fact (edge) in a model.
anchor.remove_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function(individual_id,
model_id)
Requests necessary to remove an individual.
anchor.remove_individual_annotation =function(model_id,
indv_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_model_annotation =function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_type_from_individual = function(class_expr,
individual_id,
model_id)
Remove the identified type from the individual.
bbopx.noctua.widgets.render_node_stack = function(enode,
aid)
???
bbopx.noctua.widgets.repaint_edge_table = function(ecore,
aid,
table_div)
Add edit model edge 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)
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.reporter = function(output_id)
Object.
bbopx.minerva.request = function(entity,
operation)
Contructor for a Minerva request item.
bbopx.minerva.request_set = function(user_token,
model_id)
Constructor for a Minerva request item set.
bbopx.minerva.request_variable = function(varvalue)
Contructor for a request variable, used to relate references during a request.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
bbopx.barista.response = function(raw)
Contructor for a Minerva REST JSON response object.
+
anchor.redo_last_model_batch = function(model_id)
Redo the last batch of operations performed on the model.
bbopx.barista.response.prototype.relations = function()
Returns a list of the relations found in the response.
anchor.relay = function(relay_class,
data)
General structure for relaying information between clients.
anchor.remove = function(id)
True is removal, false if wasn’t there.
anchor.remove_annotation_from_fact = function(key,
value,
triple,
model_id)
Removes unique key/value set from a fact.
anchor.remove_annotation_from_individual = function(key,
value,
individual_id,
model_id)
Removes unique key/value set from an individual.
anchor.remove_annotation_from_model = function(key,
value,
model_id)
Adds unique key/value set to model.
anchor.remove_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_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function(evidence_individual_id,
model_id)
Remove an evidence annotation from an individual or edge.
anchor.remove_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(triple,
model_id)
Requests necessary to remove an edge between two instances 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 removeal from a referenced fact (edge) in a model.
anchor.remove_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function(individual_id,
model_id)
Requests necessary to remove an individual.
anchor.remove_individual_annotation =function(model_id,
indv_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_model_annotation = function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_type_from_individual = function(class_expr,
individual_id,
model_id)
Remove the identified type from the individual.
bbopx.noctua.widgets.render_node_stack = function(enode,
aid)
???
bbopx.noctua.widgets.repaint_edge_table = function(ecore,
aid,
table_div)
Add edit model edge 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)
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.reporter = function(output_id)
Object.
bbopx.minerva.request = function(entity,
operation)
Contructor for a Minerva request item.
bbopx.minerva.request_set = function(user_token,
model_id)
Constructor for a Minerva request item set.
bbopx.minerva.request_variable = function(varvalue)
Contructor for a request variable, used to relate references during a request.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
bbopx.barista.response = function(raw)
Contructor for a Minerva REST JSON response object.
diff --git a/docs/index/General3.html b/docs/index/General3.html index 1a486ca..94b5c61 100644 --- a/docs/index/General3.html +++ b/docs/index/General3.html @@ -13,7 +13,7 @@
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
R
 redo_last_model_batch, bbopx.minerva.request_set
 relations, bbopx.barista.response
 relay, bbopx.barista.client
 release, bbopx.version
 remove, bbopx.noctua.location-store
 remove_annotation_from_fact, bbopx.minerva.request_set
 remove_annotation_from_individual, bbopx.minerva.request_set
 remove_annotation_from_model, bbopx.minerva.request_set
 remove_class_expression, bbopx.minerva.manager
 remove_evidence
 remove_fact
 remove_fact_annotation, bbopx.minerva.manager
 remove_individual
 remove_individual_annotation, bbopx.minerva.manager
 remove_model_annotation, bbopx.minerva.manager
 remove_type_from_individual, bbopx.minerva.request_set
 render_node_stack, bbopx.noctua.widgets
 repaint_edge_table, bbopx.noctua.widgets
 repaint_exp_table, bbopx.noctua.widgets
 repaint_info, bbopx.noctua.widgets
 reporter, bbopx.noctua.widgets
 request, bbopx.minerva.request
 request_set, bbopx.minerva.request_set
 request_variable, bbopx.minerva.request_variable
 request_with, bbopx.minerva.manager
 requests.js
 response, bbopx.barista.response
 response.js
 revision, bbopx.version
S
 set_p, bbopx.minerva.request_variable
 signal, bbopx.barista.response
 signature
 sorted_relation_list, bbopx.noctua.widgets
 special, bbopx.minerva.request
 store_model
 structure
 subject, bbopx.minerva.request
 svf_class_expression
T
 telekinesis, bbopx.barista.client
 token, bbopx.barista.client
 type
 type_to_full, context.js
 type_to_span, context.js
 types, bbopx.noctua.edit.annotation
U
 undo_last_model_batch, bbopx.minerva.request_set
 update_enode, bbopx.noctua.widgets
 user_check, bbopx.noctua.widgets
 user_id
 user_token, bbopx.minerva.manager
V
 value, bbopx.minerva.request_variable
 Variables, bbopx.version
 version.js
W
 widgets.js
 wipe, bbopx.noctua.widgets
-
anchor.redo_last_model_batch = function(model_id)
Redo the last batch of operations performed on the model.
bbopx.barista.response.prototype.relations = function()
Returns a list of the relations found in the response.
anchor.relay = function(relay_class,
data)
General structure for relaying information between clients.
bbopx.version.release
Partial version for this library: release (date-like) information.
anchor.remove = function(id)
True is removal, false if wasn’t there.
anchor.remove_annotation_from_fact = function(key,
value,
triple,
model_id)
Removes unique key/value set from a fact.
anchor.remove_annotation_from_individual = function(key,
value,
individual_id,
model_id)
Removes unique key/value set from an individual.
anchor.remove_annotation_from_model = function(key,
value,
model_id)
Adds unique key/value set to model.
anchor.remove_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_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function(evidence_individual_id,
model_id)
Remove an evidence annotation from an individual or edge.
anchor.remove_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(triple,
model_id)
Requests necessary to remove an edge between two instances 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 removeal from a referenced fact (edge) in a model.
anchor.remove_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function(individual_id,
model_id)
Requests necessary to remove an individual.
anchor.remove_individual_annotation =function(model_id,
indv_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_model_annotation =function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_type_from_individual = function(class_expr,
individual_id,
model_id)
Remove the identified type from the individual.
bbopx.noctua.widgets.render_node_stack = function(enode,
aid)
???
bbopx.noctua.widgets.repaint_edge_table = function(ecore,
aid,
table_div)
Add edit model edge 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)
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.reporter = function(output_id)
Object.
bbopx.minerva.request = function(entity,
operation)
Contructor for a Minerva request item.
bbopx.minerva.request_set = function(user_token,
model_id)
Constructor for a Minerva request item set.
bbopx.minerva.request_variable = function(varvalue)
Contructor for a request variable, used to relate references during a request.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
bbopx.barista.response = function(raw)
Contructor for a Minerva REST JSON response object.
bbopx.version.revision
Partial version for this library; revision (major/minor version numbers) information.
+
anchor.redo_last_model_batch = function(model_id)
Redo the last batch of operations performed on the model.
bbopx.barista.response.prototype.relations = function()
Returns a list of the relations found in the response.
anchor.relay = function(relay_class,
data)
General structure for relaying information between clients.
bbopx.version.release
Partial version for this library: release (date-like) information.
anchor.remove = function(id)
True is removal, false if wasn’t there.
anchor.remove_annotation_from_fact = function(key,
value,
triple,
model_id)
Removes unique key/value set from a fact.
anchor.remove_annotation_from_individual = function(key,
value,
individual_id,
model_id)
Removes unique key/value set from an individual.
anchor.remove_annotation_from_model = function(key,
value,
model_id)
Adds unique key/value set to model.
anchor.remove_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_evidence = function(model_id,
evidence_individual_id)
Trigger a rebuild response bbopx.barista.response on an evidence addition referencing an individual in a model.
anchor.remove_evidence = function(evidence_individual_id,
model_id)
Remove an evidence annotation from an individual or edge.
anchor.remove_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(triple,
model_id)
Requests necessary to remove an edge between two instances 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 removeal from a referenced fact (edge) in a model.
anchor.remove_individual = function(model_id,
indv_id)
Trigger a rebuild bbopx.barista.response on attempt to remove an individual from a model.
anchor.remove_individual = function(individual_id,
model_id)
Requests necessary to remove an individual.
anchor.remove_individual_annotation =function(model_id,
indv_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removeal from an individual in a model.
anchor.remove_model_annotation = function(model_id,
key,
value)
Trigger a rebuild response bbopx.barista.response on an annotation removal from a model.
anchor.remove_type_from_individual = function(class_expr,
individual_id,
model_id)
Remove the identified type from the individual.
bbopx.noctua.widgets.render_node_stack = function(enode,
aid)
???
bbopx.noctua.widgets.repaint_edge_table = function(ecore,
aid,
table_div)
Add edit model edge 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)
Add edit model node contents to a descriptive table.
bbopx.noctua.widgets.reporter = function(output_id)
Object.
bbopx.minerva.request = function(entity,
operation)
Contructor for a Minerva request item.
bbopx.minerva.request_set = function(user_token,
model_id)
Constructor for a Minerva request item set.
bbopx.minerva.request_variable = function(varvalue)
Contructor for a request variable, used to relate references during a request.
anchor.request_with = function(request_set,
model_id)
Make a custom request with your own request set.
bbopx.barista.response = function(raw)
Contructor for a Minerva REST JSON response object.
bbopx.version.revision
Partial version for this library; revision (major/minor version numbers) information.
diff --git a/docs/javascript/searchdata.js b/docs/javascript/searchdata.js index b3f8a80..8554659 100644 --- a/docs/javascript/searchdata.js +++ b/docs/javascript/searchdata.js @@ -1,20 +1,20 @@ var indexSectionsWithContent = { - "Variables": { + "Classes": { "Symbols": false, "Numbers": false, "A": false, - "B": false, - "C": false, - "D": false, - "E": false, + "B": true, + "C": true, + "D": true, + "E": true, "F": false, "G": false, "H": false, "I": false, "J": false, "K": false, - "L": false, - "M": false, + "L": true, + "M": true, "N": false, "O": false, "P": false, @@ -23,18 +23,18 @@ var indexSectionsWithContent = { "S": false, "T": false, "U": false, - "V": false, - "W": false, + "V": true, + "W": true, "X": false, "Y": false, "Z": false }, - "Files": { + "Variables": { "Symbols": false, "Numbers": false, "A": false, "B": false, - "C": true, + "C": false, "D": false, "E": false, "F": false, @@ -49,7 +49,7 @@ var indexSectionsWithContent = { "O": false, "P": false, "Q": false, - "R": false, + "R": true, "S": false, "T": false, "U": false, @@ -89,62 +89,62 @@ var indexSectionsWithContent = { "Y": false, "Z": false }, - "General": { + "Files": { "Symbols": false, "Numbers": false, - "A": true, - "B": true, + "A": false, + "B": false, "C": true, - "D": true, - "E": true, - "F": true, - "G": true, + "D": false, + "E": false, + "F": false, + "G": false, "H": false, - "I": true, + "I": false, "J": false, "K": false, "L": false, - "M": true, + "M": false, "N": false, "O": false, - "P": true, + "P": false, "Q": false, - "R": true, - "S": true, - "T": true, - "U": true, - "V": true, + "R": false, + "S": false, + "T": false, + "U": false, + "V": false, "W": false, "X": false, "Y": false, "Z": false }, - "Classes": { + "General": { "Symbols": false, "Numbers": false, - "A": false, + "A": true, "B": true, "C": true, "D": true, "E": true, - "F": false, - "G": false, + "F": true, + "G": true, "H": false, - "I": false, + "I": true, "J": false, "K": false, - "L": true, + "L": false, "M": true, "N": false, "O": false, - "P": false, + "P": true, "Q": false, "R": true, - "S": false, - "T": false, - "U": false, + "S": true, + "T": true, + "U": true, "V": true, - "W": true, + "W": false, "X": false, "Y": false, "Z": false diff --git a/npm/bbopx/bbopx.js b/npm/bbopx/bbopx.js index 2c159da..3a268e1 100644 --- a/npm/bbopx/bbopx.js +++ b/npm/bbopx/bbopx.js @@ -1553,7 +1553,7 @@ bbopx.minerva.manager = function(barista_location, namespace, user_token, * Returns: * n/a */ - anchor.remove_model_annotation =function(model_id, key, value){ + anchor.remove_model_annotation = function(model_id, key, value){ var reqs = new bbopx.minerva.request_set(anchor.user_token(), model_id); reqs.remove_annotation_from_model(key, value); @@ -5125,7 +5125,7 @@ bbopx.noctua.widgets.repaint_info = function(ecore, aid, info_div){ // Try and get a title out of the model. var mtitle = '???'; var tanns = ecore.get_annotations_by_key('title'); - if( tanns && tanns[0] ){ mtitle = tanns[0].value('title'); } + if( tanns && tanns.length == 1 ){ mtitle = tanns[0].value(); } var str_cache = [ '
', diff --git a/npm/bbopx/package.json b/npm/bbopx/package.json index e7b9316..83d8ec8 100644 --- a/npm/bbopx/package.json +++ b/npm/bbopx/package.json @@ -1,6 +1,6 @@ { "name": "bbopx", - "version": "0.9.26", + "version": "0.9.27", "license": "BSD", "description": "BBOPX JS namespace bundle.", "author": { diff --git a/version-patch.lvl b/version-patch.lvl index f64f5d8..9902f17 100644 --- a/version-patch.lvl +++ b/version-patch.lvl @@ -1 +1 @@ -27 +28