public final class OperatorGenerators extends java.util.TreeMap<NameIdentifier,OperatorGenerator>
| Modifier and Type | Method and Description |
|---|---|
static OperatorGenerators |
getInstance()
Gets the instance
|
OperatorGenerator |
getOperatorGenerator(NameIdentifier objectNameIdentifier)
Gets the operator generator identified by the given object name
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuespublic static OperatorGenerators getInstance()
public OperatorGenerator getOperatorGenerator(NameIdentifier objectNameIdentifier) throws NotFoundException
objectNameIdentifier - the name of the operator generator to fetch from the poolNotFoundException - If the given name is not the name of a known operator generator