public class EvaluationGraphNodeByTime extends java.util.concurrent.ConcurrentHashMap<java.lang.Long,java.util.HashMap<java.lang.Integer,EvaluationGraphNode>>
EvaluationGraphNodes
over time within the EvaluationGraph. Thus, it provides corresponding help methods.java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>| Constructor and Description |
|---|
EvaluationGraphNodeByTime() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector<java.lang.Long> |
getTimeVector()
Returns a copy of the current time as vector (to avoid concurrent exceptions).
|
java.util.Vector<java.lang.Long> |
getTimeVector(javax.swing.SortOrder sortOrder)
Returns a copy of the current time as vector (to avoid concurrent exceptions).
|
void |
put(EvaluationGraphNode evaluationGraphNode)
Put method that enables to simply put an
EvaluationGraphNode into the local hash structure. |
void |
remove(EvaluationGraphNode evaluationGraphNode)
Removes the specified EvaluationGraphNode out of the local hash structure.
|
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuespublic java.util.Vector<java.lang.Long> getTimeVector()
public java.util.Vector<java.lang.Long> getTimeVector(javax.swing.SortOrder sortOrder)
public void put(EvaluationGraphNode evaluationGraphNode)
EvaluationGraphNode into the local hash structure.evaluationGraphNode - the evaluation graph nodepublic void remove(EvaluationGraphNode evaluationGraphNode)
evaluationGraphNode - the evaluation graph node