static String getArrow(RelationshipInfo info) { return String.format(getTemplate(info.getDirection()), info.getType()); }