public class AttributeMap extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
addObjectMapItem(Object object,
String key,
org.eclipse.graphiti.mm.algorithms.Text value) |
boolean |
addObjectMapItem(Object object,
String key,
org.eclipse.graphiti.mm.algorithms.Text value,
boolean addProperty) |
void |
clear() |
Map<String,org.eclipse.graphiti.mm.algorithms.Text> |
getObjectMap(Object object) |
static AttributeMap |
instance() |
public static AttributeMap instance()
public boolean addObjectMapItem(Object object, String key, org.eclipse.graphiti.mm.algorithms.Text value)
public boolean addObjectMapItem(Object object, String key, org.eclipse.graphiti.mm.algorithms.Text value, boolean addProperty)
public void clear()
Copyright © 2018. All rights reserved.