public class YAWLNodeInstanceMapping
extends java.util.HashMap<java.lang.Short,org.yawlfoundation.yawl.editor.elements.model.YAWLVertex>
| Constructor and Description |
|---|
YAWLNodeInstanceMapping() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Short |
getYAWLVertexRepresentation(org.yawlfoundation.yawl.editor.elements.model.YAWLVertex vertex) |
org.yawlfoundation.yawl.editor.elements.model.YAWLVertex |
put(java.lang.Short key,
org.yawlfoundation.yawl.editor.elements.model.YAWLVertex value) |
org.yawlfoundation.yawl.editor.elements.model.YAWLVertex |
remove(java.lang.Object key) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, valuespublic org.yawlfoundation.yawl.editor.elements.model.YAWLVertex put(java.lang.Short key,
org.yawlfoundation.yawl.editor.elements.model.YAWLVertex value)
put in interface java.util.Map<java.lang.Short,org.yawlfoundation.yawl.editor.elements.model.YAWLVertex>put in class java.util.HashMap<java.lang.Short,org.yawlfoundation.yawl.editor.elements.model.YAWLVertex>public java.lang.Short getYAWLVertexRepresentation(org.yawlfoundation.yawl.editor.elements.model.YAWLVertex vertex)
public org.yawlfoundation.yawl.editor.elements.model.YAWLVertex remove(java.lang.Object key)
remove in interface java.util.Map<java.lang.Short,org.yawlfoundation.yawl.editor.elements.model.YAWLVertex>remove in class java.util.HashMap<java.lang.Short,org.yawlfoundation.yawl.editor.elements.model.YAWLVertex>