Create a basic belief node that can be used in further stages to create inferred belief and be inputs for other nodes. #32
@@ -186,13 +186,4 @@ export function BasicBeliefReduce(node: Node, _nodes: Node[]) {
|
|||||||
type: data.belief.type,
|
type: data.belief.type,
|
||||||
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) {
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user