public class CacheTools
extends java.lang.Object
| Constructor and Description |
|---|
CacheTools() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<ConjunctionTreeNode,Automaton> |
getCached(ConjunctionTreeNode node) |
static void |
set(java.util.Map<ConjunctionTreeNode,Automaton> oldCaches,
ConjunctionTreeNode node) |
static void |
setCaches(java.util.Map<ConjunctionTreeNode,Automaton> oldCaches,
ConjunctionTreeNode node) |
public static java.util.Map<ConjunctionTreeNode,Automaton> getCached(ConjunctionTreeNode node)
public static void set(java.util.Map<ConjunctionTreeNode,Automaton> oldCaches, ConjunctionTreeNode node)
public static void setCaches(java.util.Map<ConjunctionTreeNode,Automaton> oldCaches, ConjunctionTreeNode node)