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 TypeMethodDescriptionbooleaninthashCode()of(N node) Address of local node (use only for containers in the same VM!)voidsetContainer(ReteContainer container) voidsetNodeCache(T nodeCache) voidtoString()
-
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