Class InputConnector
java.lang.Object
tools.refinery.interpreter.rete.boundary.InputConnector
A class responsible for connecting input nodes to the runtime context.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconnectInput(InputRecipe recipe, Node freshNode) Connects a given input enumerator node to the external input source.voidconnectInputFilter(InputFilterRecipe recipe, Node freshNode) Connects a given input filter node to the external input source.getAllExternalInputNodesForKey(IInputKey inputKey) getExternalInputNode(IInputKey inputKey, Tuple seed) getExternalInputNodeForKeyUnseeded(IInputKey inputKey)
-
Constructor Details
-
InputConnector
-
-
Method Details
-
getNetwork
-
connectInputFilter
Connects a given input filter node to the external input source. -
connectInput
Connects a given input enumerator node to the external input source. -
getAllExternalInputNodes
-
getAllExternalInputNodesForKey
public Collection<Address<ExternalInputEnumeratorNode>> getAllExternalInputNodesForKey(IInputKey inputKey) -
getExternalInputNodeForKeyUnseeded
-
getExternalInputNode
-