Class Address<T extends Node>
java.lang.Object
tools.refinery.interpreter.rete.remote.Address<T>
Remote identifier of a node of type T.
-
Constructor Summary
ConstructorsConstructorDescriptionLocal-only constructor.Address
(ReteContainer container, Long nodeId) General constructor. -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
of
(N node) Address of local node (use only for containers in the same VM!)void
setContainer
(ReteContainer container) void
setNodeCache
(T nodeCache) void
toString()
-
Constructor Details
-
Address
General constructor.- Parameters:
container
-nodeId
-
-
Address
Local-only constructor. (use only for containers in the same VM!)- Parameters:
node
- the node to address
-
-
Method Details