<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>cero-t</author_name>
  <author_url>https://blog.hatena.ne.jp/cero-t/</author_url>
  <blog_title>谷本 心 in せろ部屋</blog_title>
  <blog_url>https://cero-t.hatenadiary.jp/</blog_url>
  <categories>
    <anon>JGraph</anon>
  </categories>
  <description>JGraphを使って、簡単なシーケンス図を描いてみました。 まず実行結果から。 見ての通りシーケンス図です。 Returnが点線じゃないとかのツッコミは置いといて。 では、簡単にソースを見ていきましょう。 今回は、BTraceで取ったログからシーケンス図を作成するという想定なので 中間モデルを定義して、そこからJGraphのクラスを作っていきます。 まずは、ノード（要するにクラス）を示すモデル。 public class Node { /** ノード名 */ private String name; // setter/getterは省略 } 続いて、メソッドのIN/OUTの端点（コネクタの両…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcero-t.hatenadiary.jp%2Fentry%2F20090210%2F1234277187&quot; title=&quot;JGraphでシーケンス図を描いてみた。 - 谷本 心 in せろ部屋&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/c/cero-t/20090210/20090210233338.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-02-10 23:46:27</published>
  <title>JGraphでシーケンス図を描いてみた。</title>
  <type>rich</type>
  <url>https://cero-t.hatenadiary.jp/entry/20090210/1234277187</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
