String targetName = getAttribute(node, TO_ATTR);
TRANSION_TARGETS.put(transition, targetName);
}
private void parseAction(Node node, GraphElement parent) {
ActionImpl action = create(node, parent);
action.setEventType(getAttribute(node, EVENT_TYPE_ATTR));
}