-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@encapsule/holistic v0.0.44-jasper Test Release #1...
... THIS SHOULD BE CONSIDERED work-in-progress. Too much to explain in a commit message... Much progress. But, not quite to the point where we can apply the mechanism as completely as required.
- Loading branch information
Showing
85 changed files
with
1,026 additions
and
394 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
PACKAGES/holarchy-cm/HolarchyBase/HolarchyBaseMemoryMailboxFlag/index.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
"use strict"; | ||
|
||
var holarchy = require("@encapsule/holarchy"); | ||
|
||
module.exports = { | ||
id: "U5iIpgd8SHCk7pvaciVLTQ", | ||
name: "Holarchy Base Memory Mailbox Flag", | ||
description: "A primitive cell process that signals (via process step transition) when some actor has put a message in the mailbox namespace.", | ||
apm: require("./AbstractProcessModel-frame-latch"), | ||
actions: [require("./ControllerAction-ocd-write-frame-latch")], | ||
subcells: [require("../../HolarchyCore")] | ||
subcells: [holarchy.HolarchyCore] | ||
}; |
22 changes: 0 additions & 22 deletions
22
PACKAGES/holarchy-cm/HolarchyCore/HolarchyCoreLogic/TransitionOperator-logical-true.js
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.