bbop-graph-noctua
Advanced tools
Comparing version 0.0.19 to 0.0.20
@@ -369,3 +369,3 @@ /** | ||
/** | ||
* Get sublist of referenced_subgraphs with a certain ID. | ||
* Get a referenced_subgraph with a certain ID. | ||
* | ||
@@ -375,3 +375,3 @@ * @name get_referenced_subgraph_by_id | ||
* @param {String} iid - referenced_individual ID to look for | ||
* @returns {Array} list of referenced_subgraphs with that ID | ||
* @returns {Object|null} referenced_subgraph with that ID | ||
*/ | ||
@@ -1066,2 +1066,6 @@ function _get_referenced_subgraph_by_id(iid){ | ||
* | ||
* modified-p and inconsistent-p properties are copied from the the | ||
* incoming graph (assuming that the update has more recent | ||
* information). | ||
* | ||
* @param {graph} in_graph - the graph to merge in | ||
@@ -1096,2 +1100,7 @@ * @returns {Boolean} if graph was loaded | ||
// Accept the signal that the merge in graph (update) has the | ||
// correct modification and inconsistent information. | ||
anchor._inconsistent_p = in_graph._inconsistent_p; | ||
anchor._modified_p = in_graph._modified_p; | ||
return ret; | ||
@@ -1144,3 +1153,3 @@ }; | ||
anchor.annotations([]); | ||
var ret = anchor.merge_in(in_graph); | ||
@@ -1147,0 +1156,0 @@ return ret; |
{ | ||
"name": "bbop-graph-noctua", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"license": "BSD-3-Clause", | ||
@@ -5,0 +5,0 @@ "description": "A subclass of bbop-graph that layers on a complete annotation and graph editing model for the Noctua set of tools.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6407847
29187