You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: alchemist-incarnation-sapere/src/main/java/it/unibo/alchemist/model/sapere/conditions/LsaNeighborhoodCondition.java
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -52,18 +52,16 @@ public LsaNeighborhoodCondition(
52
52
super(molecule, node);
53
53
this.environment = environment;
54
54
55
-
// We depend on every neighbor's concentration of the target molecule.
56
-
// An update is triggered only when a molecule matching the generalized template
57
-
// is added or removed in any neighbor.
55
+
// We depend on every neighbor's LsaSpace.
56
+
// An update is triggered whenever a neighbor's LSA space changes.
Copy file name to clipboardExpand all lines: alchemist-incarnation-sapere/src/main/java/it/unibo/alchemist/model/sapere/conditions/LsaStandardCondition.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public class LsaStandardCondition extends AbstractLsaCondition {
0 commit comments