Class BetaNode
java.lang.Object
org.episteme.natural.computing.ai.expert.rete.BetaNode
Beta Node in Rete Network.
Joins tokens from two parent nodes (typically an Alpha node and another Beta node).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidleftActivate(Map<String, Object> token) voidrightActivate(Object fact)
-
Constructor Details
-
BetaNode
public BetaNode()
-
-
Method Details
-
leftActivate
-
rightActivate
-