3637383940414243444546
} private static LinkModel toModel(Link link) { return new LinkModel( link.getSourcePin().getTrack(), link.getDestPin().getTrack(), link.getDestPin().getFormat(), toModel(link.getDestNode()) );