Package jline.lang.nodes
Class Cache.RetrievalRoutingEntry
java.lang.Object
jline.lang.nodes.Cache.RetrievalRoutingEntry
- All Implemented Interfaces:
Serializable
- Enclosing class:
Cache
A deferred retrieval-system routing edge, injected into the routing matrix by
Network.link. Mirrors a MATLAB retrievalRoutingEntries tuple.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRetrievalRoutingEntry(JobClass fromClass, JobClass toClass, Node srcNode, Node destNode, double prob) -
Method Summary
-
Field Details
-
fromClass
-
toClass
-
srcNode
-
destNode
-
prob
public final double prob
-
-
Constructor Details
-
RetrievalRoutingEntry
-