feat: merged demo into dev #43

Merged
j.gerla merged 61 commits from demo into dev 2026-01-20 11:11:09 +00:00
Showing only changes of commit bd2ffe622f - Show all commits

View File

@@ -187,12 +187,3 @@ export function BasicBeliefReduce(node: Node, _nodes: Node[]) {
value: data.belief.value value: data.belief.value
} }
} }
/**
* This function is called whenever a connection is made with this node type (BasicBelief)
* @param _thisNode the node of this node type which function is called
* @param _otherNode the other node which was part of the connection
* @param _isThisSource whether this instance of the node was the source in the connection, true = yes.
*/
export function BasicBeliefConnects(_thisNode: Node, _otherNode: Node, _isThisSource: boolean) {
}