Index: BH13SPARQLBuilder/.classpath
===================================================================
--- BH13SPARQLBuilder/.classpath (revision 2)
+++ BH13SPARQLBuilder/.classpath (revision 2)
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>
Index: BH13SPARQLBuilder/.project
===================================================================
--- BH13SPARQLBuilder/.project (revision 2)
+++ BH13SPARQLBuilder/.project (revision 2)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>BH13SPARQLBuilder</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+	</natures>
+</projectDescription>
Index: BH13SPARQLBuilder/doc/stylesheet.css
===================================================================
--- BH13SPARQLBuilder/doc/stylesheet.css (revision 2)
+++ BH13SPARQLBuilder/doc/stylesheet.css (revision 2)
@@ -0,0 +1,474 @@
+/* Javadoc style sheet */
+/*
+Overall document style
+*/
+body {
+    background-color:#ffffff;
+    color:#353833;
+    font-family:Arial, Helvetica, sans-serif;
+    font-size:76%;
+    margin:0;
+}
+a:link, a:visited {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a:hover, a:focus {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+a:active {
+    text-decoration:none;
+    color:#4c6b87;
+}
+a[name] {
+    color:#353833;
+}
+a[name]:hover {
+    text-decoration:none;
+    color:#353833;
+}
+pre {
+    font-size:1.3em;
+}
+h1 {
+    font-size:1.8em;
+}
+h2 {
+    font-size:1.5em;
+}
+h3 {
+    font-size:1.4em;
+}
+h4 {
+    font-size:1.3em;
+}
+h5 {
+    font-size:1.2em;
+}
+h6 {
+    font-size:1.1em;
+}
+ul {
+    list-style-type:disc;
+}
+code, tt {
+    font-size:1.2em;
+}
+dt code {
+    font-size:1.2em;
+}
+table tr td dt code {
+    font-size:1.2em;
+    vertical-align:top;
+}
+sup {
+    font-size:.6em;
+}
+/*
+Document title and Copyright styles
+*/
+.clear {
+    clear:both;
+    height:0px;
+    overflow:hidden;
+}
+.aboutLanguage {
+    float:right;
+    padding:0px 21px;
+    font-size:.8em;
+    z-index:200;
+    margin-top:-7px;
+}
+.legalCopy {
+    margin-left:.5em;
+}
+.bar a, .bar a:link, .bar a:visited, .bar a:active {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.bar a:hover, .bar a:focus {
+    color:#bb7a2a;
+}
+.tab {
+    background-color:#0066FF;
+    background-image:url(resources/titlebar.gif);
+    background-position:left top;
+    background-repeat:no-repeat;
+    color:#ffffff;
+    padding:8px;
+    width:5em;
+    font-weight:bold;
+}
+/*
+Navigation bar styles
+*/
+.bar {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    padding:.8em .5em .4em .8em;
+    height:auto;/*height:1.8em;*/
+    font-size:1em;
+    margin:0;
+}
+.topNav {
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.bottomNav {
+    margin-top:10px;
+    background-image:url(resources/background.gif);
+    background-repeat:repeat-x;
+    color:#FFFFFF;
+    float:left;
+    padding:0;
+    width:100%;
+    clear:right;
+    height:2.8em;
+    padding-top:10px;
+    overflow:hidden;
+}
+.subNav {
+    background-color:#dee3e9;
+    border-bottom:1px solid #9eadc0;
+    float:left;
+    width:100%;
+    overflow:hidden;
+}
+.subNav div {
+    clear:left;
+    float:left;
+    padding:0 0 5px 6px;
+}
+ul.navList, ul.subNavList {
+    float:left;
+    margin:0 25px 0 0;
+    padding:0;
+}
+ul.navList li{
+    list-style:none;
+    float:left;
+    padding:3px 6px;
+}
+ul.subNavList li{
+    list-style:none;
+    float:left;
+    font-size:90%;
+}
+.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
+    color:#FFFFFF;
+    text-decoration:none;
+}
+.topNav a:hover, .bottomNav a:hover {
+    text-decoration:none;
+    color:#bb7a2a;
+}
+.navBarCell1Rev {
+    background-image:url(resources/tab.gif);
+    background-color:#a88834;
+    color:#FFFFFF;
+    margin: auto 5px;
+    border:1px solid #c9aa44;
+}
+/*
+Page header and footer styles
+*/
+.header, .footer {
+    clear:both;
+    margin:0 20px;
+    padding:5px 0 0 0;
+}
+.indexHeader {
+    margin:10px;
+    position:relative;
+}
+.indexHeader h1 {
+    font-size:1.3em;
+}
+.title {
+    color:#2c4557;
+    margin:10px 0;
+}
+.subTitle {
+    margin:5px 0 0 0;
+}
+.header ul {
+    margin:0 0 25px 0;
+    padding:0;
+}
+.footer ul {
+    margin:20px 0 5px 0;
+}
+.header ul li, .footer ul li {
+    list-style:none;
+    font-size:1.2em;
+}
+/*
+Heading styles
+*/
+div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
+    background-color:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList ul.blockList li.blockList h3 {
+    background-color:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    margin:0 0 6px -8px;
+    padding:2px 5px;
+}
+ul.blockList ul.blockList li.blockList h3 {
+    padding:0;
+    margin:15px 0;
+}
+ul.blockList li.blockList h2 {
+    padding:0px 0 20px 0;
+}
+/*
+Page layout container styles
+*/
+.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer {
+    clear:both;
+    padding:10px 20px;
+    position:relative;
+}
+.indexContainer {
+    margin:10px;
+    position:relative;
+    font-size:1.0em;
+}
+.indexContainer h2 {
+    font-size:1.1em;
+    padding:0 0 3px 0;
+}
+.indexContainer ul {
+    margin:0;
+    padding:0;
+}
+.indexContainer ul li {
+    list-style:none;
+}
+.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
+    font-size:1.1em;
+    font-weight:bold;
+    margin:10px 0 0 0;
+    color:#4E4E4E;
+}
+.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
+    margin:10px 0 10px 20px;
+}
+.serializedFormContainer dl.nameValue dt {
+    margin-left:1px;
+    font-size:1.1em;
+    display:inline;
+    font-weight:bold;
+}
+.serializedFormContainer dl.nameValue dd {
+    margin:0 0 0 1px;
+    font-size:1.1em;
+    display:inline;
+}
+/*
+List styles
+*/
+ul.horizontal li {
+    display:inline;
+    font-size:0.9em;
+}
+ul.inheritance {
+    margin:0;
+    padding:0;
+}
+ul.inheritance li {
+    display:inline;
+    list-style:none;
+}
+ul.inheritance li ul.inheritance {
+    margin-left:15px;
+    padding-left:15px;
+    padding-top:1px;
+}
+ul.blockList, ul.blockListLast {
+    margin:10px 0 10px 0;
+    padding:0;
+}
+ul.blockList li.blockList, ul.blockListLast li.blockList {
+    list-style:none;
+    margin-bottom:25px;
+}
+ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
+    padding:0px 20px 5px 10px;
+    border:1px solid #9eadc0;
+    background-color:#f9f9f9;
+}
+ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
+    padding:0 0 5px 8px;
+    background-color:#ffffff;
+    border:1px solid #9eadc0;
+    border-top:none;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
+    margin-left:0;
+    padding-left:0;
+    padding-bottom:15px;
+    border:none;
+    border-bottom:1px solid #9eadc0;
+}
+ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
+    list-style:none;
+    border-bottom:none;
+    padding-bottom:0;
+}
+table tr td dl, table tr td dl dt, table tr td dl dd {
+    margin-top:0;
+    margin-bottom:1px;
+}
+/*
+Table styles
+*/
+.contentContainer table, .classUseContainer table, .constantValuesContainer table {
+    border-bottom:1px solid #9eadc0;
+    width:100%;
+}
+.contentContainer ul li table, .classUseContainer ul li table, .constantValuesContainer ul li table {
+    width:100%;
+}
+.contentContainer .description table, .contentContainer .details table {
+    border-bottom:none;
+}
+.contentContainer ul li table th.colOne, .contentContainer ul li table th.colFirst, .contentContainer ul li table th.colLast, .classUseContainer ul li table th, .constantValuesContainer ul li table th, .contentContainer ul li table td.colOne, .contentContainer ul li table td.colFirst, .contentContainer ul li table td.colLast, .classUseContainer ul li table td, .constantValuesContainer ul li table td{
+    vertical-align:top;
+    padding-right:20px;
+}
+.contentContainer ul li table th.colLast, .classUseContainer ul li table th.colLast,.constantValuesContainer ul li table th.colLast,
+.contentContainer ul li table td.colLast, .classUseContainer ul li table td.colLast,.constantValuesContainer ul li table td.colLast,
+.contentContainer ul li table th.colOne, .classUseContainer ul li table th.colOne,
+.contentContainer ul li table td.colOne, .classUseContainer ul li table td.colOne {
+    padding-right:3px;
+}
+.overviewSummary caption, .packageSummary caption, .contentContainer ul.blockList li.blockList caption, .summary caption, .classUseContainer caption, .constantValuesContainer caption {
+    position:relative;
+    text-align:left;
+    background-repeat:no-repeat;
+    color:#FFFFFF;
+    font-weight:bold;
+    clear:none;
+    overflow:hidden;
+    padding:0px;
+    margin:0px;
+}
+caption a:link, caption a:hover, caption a:active, caption a:visited {
+    color:#FFFFFF;
+}
+.overviewSummary caption span, .packageSummary caption span, .contentContainer ul.blockList li.blockList caption span, .summary caption span, .classUseContainer caption span, .constantValuesContainer caption span {
+    white-space:nowrap;
+    padding-top:8px;
+    padding-left:8px;
+    display:block;
+    float:left;
+    background-image:url(resources/titlebar.gif);
+    height:18px;
+}
+.overviewSummary .tabEnd, .packageSummary .tabEnd, .contentContainer ul.blockList li.blockList .tabEnd, .summary .tabEnd, .classUseContainer .tabEnd, .constantValuesContainer .tabEnd {
+    width:10px;
+    background-image:url(resources/titlebar_end.gif);
+    background-repeat:no-repeat;
+    background-position:top right;
+    position:relative;
+    float:left;
+}
+ul.blockList ul.blockList li.blockList table {
+    margin:0 0 12px 0px;
+    width:100%;
+}
+.tableSubHeadingColor {
+    background-color: #EEEEFF;
+}
+.altColor {
+    background-color:#eeeeef;
+}
+.rowColor {
+    background-color:#ffffff;
+}
+.overviewSummary td, .packageSummary td, .contentContainer ul.blockList li.blockList td, .summary td, .classUseContainer td, .constantValuesContainer td {
+    text-align:left;
+    padding:3px 3px 3px 7px;
+}
+th.colFirst, th.colLast, th.colOne, .constantValuesContainer th {
+    background:#dee3e9;
+    border-top:1px solid #9eadc0;
+    border-bottom:1px solid #9eadc0;
+    text-align:left;
+    padding:3px 3px 3px 7px;
+}
+td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover {
+    font-weight:bold;
+}
+td.colFirst, th.colFirst {
+    border-left:1px solid #9eadc0;
+    white-space:nowrap;
+}
+td.colLast, th.colLast {
+    border-right:1px solid #9eadc0;
+}
+td.colOne, th.colOne {
+    border-right:1px solid #9eadc0;
+    border-left:1px solid #9eadc0;
+}
+table.overviewSummary  {
+    padding:0px;
+    margin-left:0px;
+}
+table.overviewSummary td.colFirst, table.overviewSummary th.colFirst,
+table.overviewSummary td.colOne, table.overviewSummary th.colOne {
+    width:25%;
+    vertical-align:middle;
+}
+table.packageSummary td.colFirst, table.overviewSummary th.colFirst {
+    width:25%;
+    vertical-align:middle;
+}
+/*
+Content styles
+*/
+.description pre {
+    margin-top:0;
+}
+.deprecatedContent {
+    margin:0;
+    padding:10px 0;
+}
+.docSummary {
+    padding:0;
+}
+/*
+Formatting effect styles
+*/
+.sourceLineNo {
+    color:green;
+    padding:0 30px 0 0;
+}
+h1.hidden {
+    visibility:hidden;
+    overflow:hidden;
+    font-size:.9em;
+}
+.block {
+    display:block;
+    margin:3px 0 0 0;
+}
+.strong {
+    font-weight:bold;
+}
Index: BH13SPARQLBuilder/doc/allclasses-frame.html
===================================================================
--- BH13SPARQLBuilder/doc/allclasses-frame.html (revision 2)
+++ BH13SPARQLBuilder/doc/allclasses-frame.html (revision 2)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">ClassLink</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙� target="classFrame">Direction</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">Instance</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">InstanceLink</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">LabeledMultiDigraph</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">OWLClassGraph</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ" target="classFrame"><i>OWLQueryBuilder</i></a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">OWLQueryBuilderImpl</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">Path</a></li>
+</ul>
+</div>
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/package-list
===================================================================
--- BH13SPARQLBuilder/doc/package-list (revision 2)
+++ BH13SPARQLBuilder/doc/package-list (revision 2)
@@ -0,0 +1,1 @@
+org.biohackathon.SPARQLBuilder.OWL
Index: BH13SPARQLBuilder/doc/overview-tree.html
===================================================================
--- BH13SPARQLBuilder/doc/overview-tree.html (revision 2)
+++ BH13SPARQLBuilder/doc/overview-tree.html (revision 2)
@@ -0,0 +1,155 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ髫主ｱ､</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9\u968E\u5C64";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li class="navBarCell1Rev">髫主ｱ､繝�Μ繝ｼ</li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="overview-tree.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">縺吶∋縺ｦ縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ縺ｮ髫主ｱ､</h1>
+<span class="strong">繝代ャ繧ｱ繝ｼ繧ｸ髫主ｱ､:</span>
+<ul class="horizontal">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">org.biohackathon.SPARQLBuilder.OWL</a></li>
+</ul>
+</div>
+<div class="contentContainer">
+<h2 title="繧ｯ繝ｩ繧ｹ髫主ｱ､">繧ｯ繝ｩ繧ｹ髫主ｱ､</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">ClassLink</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Instance</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">InstanceLink</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph</span></a>
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph</span></a></li>
+</ul>
+</li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph.LabeledEdge</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.LinkAndPath</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.OWLEdge</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLQueryBuilderImpl</span></a> (implements org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a>)</li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Path</span></a></li>
+</ul>
+</li>
+</ul>
+<h2 title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ髫主ｱ､">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ髫主ｱ､</h2>
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">OWLQueryBuilder</span></a></li>
+</ul>
+<h2 title="蛻玲嫌蝙矩嚴螻､">蛻玲嫌蝙矩嚴螻､</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">Direction</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li class="navBarCell1Rev">髫主ｱ､繝�Μ繝ｼ</li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?overview-tree.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="overview-tree.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-8.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-8.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-8.html (revision 2)
@@ -0,0 +1,123 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>M縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="M\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-7.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-9.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-8.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-8.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_M_">
+<!--   -->
+</a>
+<h2 class="title">M</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#main(java.lang.String[])">main(String[])</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮstatic繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">繝�せ繝医↓菴ｿ逕ｨ縺吶ｋmain繝｡繧ｽ繝�ラ
+ 
+ 繧ｯ繧ｨ繝ｪ繝薙Ν繝繝ｼ縺ｮ譛ｬ逡ｪ繝励Ο繧ｰ繝ｩ繝縺ｧ縺ｯ縺薙�繝｡繧ｽ繝�ラ縺ｯ菴ｿ逕ｨ縺励↑縺� </div>
+</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-7.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-9.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-8.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-8.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-9.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-9.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-9.html (revision 2)
@@ -0,0 +1,121 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>N縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="N\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-8.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-10.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-9.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-9.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_N_">
+<!--   -->
+</a>
+<h2 class="title">N</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#node">node</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#nsteps">nsteps</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-8.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-10.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-9.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-9.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-1.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-1.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-1.html (revision 2)
@@ -0,0 +1,127 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>A縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="A\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�譁�ｭ�/li>
+<li><a href="index-2.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-1.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-1.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_A_">
+<!--   -->
+</a>
+<h2 class="title">A</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#addLinkedClassURI(java.lang.String)">addLinkedClassURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>
+<div class="block">linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｸ縺､霑ｽ蜉縺吶ｋ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#addNodes(java.lang.String)">addNodes(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#adjlist">adjlist</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#allOWLEdge">allOWLEdge</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�譁�ｭ�/li>
+<li><a href="index-2.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-1.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-1.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-10.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-10.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-10.html (revision 2)
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>O縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="O\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-9.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-11.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-10.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-10.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_O_">
+<!--   -->
+</a>
+<h2 class="title">O</h2>
+<dl>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a> - 繝代ャ繧ｱ繝ｼ繧ｸ org.biohackathon.SPARQLBuilder.OWL</dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#OWLClassGraph(java.lang.String, java.lang.String)">OWLClassGraph(String, String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.LinkAndPath</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#OWLClassGraph.LinkAndPath(org.biohackathon.SPARQLBuilder.OWL.ClassLink, java.util.List)">OWLClassGraph.LinkAndPath(ClassLink, List&lt;ClassLink&gt;)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.LinkAndPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.OWLEdge</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#OWLClassGraph.OWLEdge(java.lang.String, org.biohackathon.SPARQLBuilder.OWL.ClassLink)">OWLClassGraph.OWLEdge(String, ClassLink)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">OWLQueryBuilder</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ</dt>
+<dd>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繧､繧ｹ</div>
+</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLQueryBuilderImpl</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#OWLQueryBuilderImpl(java.lang.String)">OWLQueryBuilderImpl(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI繧呈欠螳壹☆繧区ｧ区�蟄�/div>
+</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-9.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-11.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-10.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-10.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-11.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-11.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-11.html (revision 2)
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>P縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="P\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-10.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-12.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-11.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-11.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_P_">
+<!--   -->
+</a>
+<h2 class="title">P</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#path">path</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.LinkAndPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Path</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>
+<div class="block">襍ｷ轤ｹ縺ｨ縺ｪ繧九Μ繧ｽ繝ｼ繧ｹ縺九ｉ騾先ｬ｡逧�↓隍�焚繝ｪ繝ｳ繧ｯ縺ｧ邨らせ繝ｪ繧ｽ繝ｼ繧ｹ縺ｾ縺ｧ謗･邯壹＆繧後ｋ荳縺､縺ｮ繝代せ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#Path()">Path()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#Path(java.lang.String, java.util.List)">Path(String, List&lt;ClassLink&gt;)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#propertyURI">propertyURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#propertyURI">propertyURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-10.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-12.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-11.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-11.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-2.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-2.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-2.html (revision 2)
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>C縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="C\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-1.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-3.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-2.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-2.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_C_">
+<!--   -->
+</a>
+<h2 class="title">C</h2>
+<dl>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">ClassLink</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>
+<div class="block">繧ｯ繝ｩ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧ｯ繝ｩ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#ClassLink(java.lang.String, java.lang.String, org.biohackathon.SPARQLBuilder.OWL.Direction)">ClassLink(String, String, Direction)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨け繝ｩ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#classLink">classLink</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.LinkAndPath</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#classLink">classLink</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#classLinks">classLinks</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺九ｉ邨らせ縺ｫ蜷代°縺｣縺ｦ騾先ｬ｡逧�↓縺､縺ｪ縺後ｋ繧ｯ繝ｩ繧ｹ髢薙Μ繝ｳ繧ｯ縺ｮ繝ｪ繧ｹ繝�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#classURIs">classURIs</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL(Path)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL(Path)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-1.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-3.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-2.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-2.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-12.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-12.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-12.html (revision 2)
@@ -0,0 +1,151 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>S縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="S\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-11.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-13.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-12.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-12.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_S_">
+<!--   -->
+</a>
+<h2 class="title">S</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#searchPathsFromOWL(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">searchPathsFromOWL(OWLQueryBuilderImpl)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#setClassLinks(java.util.List)">setClassLinks(List&lt;ClassLink&gt;)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#setClassURIs(java.lang.String[])">setClassURIs(String[])</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection(Direction)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection(Direction)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#setInstanceURI(java.lang.String)">setInstanceURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setLinkedClassURI(java.lang.String)">setLinkedClassURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setLinkedClassURIs(java.lang.String[])">setLinkedClassURIs(String[])</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setLinkedInstanceURI(java.lang.String)">setLinkedInstanceURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setPropertyURI(java.lang.String)">setPropertyURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setPropertyURI(java.lang.String)">setPropertyURI(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#setStartClas(java.lang.String)">setStartClas(String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#startClass">startClass</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#startClass">startClass</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#startClass">startClass</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#startNode">startNode</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-11.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-13.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-12.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-12.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-3.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-3.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-3.html (revision 2)
@@ -0,0 +1,131 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>D縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="D\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-2.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-4.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-3.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-3.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_D_">
+<!--   -->
+</a>
+<h2 class="title">D</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#direction">direction</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">Direction</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ蛻玲嫌蝙�/dt>
+<dd>
+<div class="block">1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ�郁ｿｰ隱橸ｼ峨�蜷代″繧定ｨ倩ｿｰ縺吶ｋ
+ 
+ 蜷代″縺ｮ隗｣驥医�縺薙�縲Direction 縺御ｽｿ逕ｨ縺輔ｌ繧狗憾豕√↓蠢懊§縺ｦ螳壹∪繧�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html#Direction()">Direction()</a></span> - 蛻玲嫌蝙�縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#direction">direction</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#direction">direction</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-2.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-4.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-3.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-3.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-13.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-13.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-13.html (revision 2)
@@ -0,0 +1,129 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>T縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="T\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-12.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-14.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-13.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-13.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_T_">
+<!--   -->
+</a>
+<h2 class="title">T</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#toString()">toString()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#toString()">toString()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#toString()">toString()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-12.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-14.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-13.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-13.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-4.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-4.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-4.html (revision 2)
@@ -0,0 +1,123 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>E縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="E\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-3.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-5.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-4.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-4.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_E_">
+<!--   -->
+</a>
+<h2 class="title">E</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#endClass">endClass</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#endNode">endNode</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#endpointURI">endpointURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-3.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-5.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-4.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-4.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-14.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-14.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-14.html (revision 2)
@@ -0,0 +1,125 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>V縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="V\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-13.html">蜑阪�譁�ｭ�/a></li>
+<li>谺｡縺ｮ譁�ｭ�/li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-14.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-14.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_V_">
+<!--   -->
+</a>
+<h2 class="title">V</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html#valueOf(java.lang.String)">valueOf(String)</a></span> - 蛻玲嫌蝙�縺ｮstatic繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＠縺溷錐蜑阪ｒ謖√▽縺薙�蝙九�蛻玲嫌蝙句ｮ壽焚繧定ｿ斐＠縺ｾ縺吶�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html#values()">values()</a></span> - 蛻玲嫌蝙�縺ｮstatic繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></dt>
+<dd>
+<div class="block">縺薙�蛻玲嫌蝙九�螳壽焚繧貞性繧驟榊�繧貞ｮ｣險縺輔ｌ縺ｦ縺�ｋ鬆�ｺ上〒霑斐＠縺ｾ縺吶�/div>
+</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-13.html">蜑阪�譁�ｭ�/a></li>
+<li>谺｡縺ｮ譁�ｭ�/li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-14.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-14.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-5.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-5.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-5.html (revision 2)
@@ -0,0 +1,219 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>G縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="G\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-4.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-6.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-5.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-5.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_G_">
+<!--   -->
+</a>
+<h2 class="title">G</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#generateGraph()">generateGraph()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#getClassLinks()">getClassLinks()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#getClassURIs()">getClassURIs()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getDirection()">getDirection()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getDirection()">getDirection()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getInstances(java.lang.String[], java.lang.String)">getInstances(String[], String)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getInstances(java.lang.String[], java.lang.String)">getInstances(String[], String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#getInstanceURI()">getInstanceURI()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getLinkedClassURI()">getLinkedClassURI()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getLinkedClassURIs()">getLinkedClassURIs()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getLinkedInstanceURI()">getLinkedInstanceURI()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass(String[], String, int)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass(String[], String, int)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink(String[], String, int)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink(String[], String, int)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink(String[], String, int)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink(String[], String, int)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getOWLClasses(java.lang.String[], java.lang.String)">getOWLClasses(String[], String)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getOWLClasses(java.lang.String[], java.lang.String)">getOWLClasses(String[], String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#getPaths(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">getPaths(OWLQueryBuilderImpl)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getPaths(java.lang.String, java.lang.String)">getPaths(String, String)</a></span> - 繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getPaths(java.lang.String, java.lang.String)">getPaths(String, String)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getPropertyURI()">getPropertyURI()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getPropertyURI()">getPropertyURI()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html#getStartClass()">getStartClass()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繝｡繧ｽ繝�ラorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-4.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-6.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-5.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-5.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-6.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-6.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-6.html (revision 2)
@@ -0,0 +1,136 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>I縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="I\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-5.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-7.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-6.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-6.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_I_">
+<!--   -->
+</a>
+<h2 class="title">I</h2>
+<dl>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Instance</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>
+<div class="block">螻槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｿ晄戟縺励※繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#Instance(java.lang.String, java.lang.String[])">Instance(String, String[])</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縺ｨ縺昴�繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">InstanceLink</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#InstanceLink(java.lang.String, java.lang.String, java.lang.String[], org.biohackathon.SPARQLBuilder.OWL.Direction)">InstanceLink(String, String, String[], Direction)</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄� <BR>
+ 繝ｪ繝ｳ繧ｯ蜈�(蜈� 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ縺､縺�※縺ｯ縲√◎繧後′螻槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧ゆｸ弱∴繧�/div>
+</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html#instanceURI">instanceURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-5.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-7.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-6.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-6.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index-files/index-7.html
===================================================================
--- BH13SPARQLBuilder/doc/index-files/index-7.html (revision 2)
+++ BH13SPARQLBuilder/doc/index-files/index-7.html (revision 2)
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>L縺ｮ邏｢蠑�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="L\u306E\u7D22\u5F15";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-6.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-8.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-7.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-7.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;<a name="_L_">
+<!--   -->
+</a>
+<h2 class="title">L</h2>
+<dl>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#label">label</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#LabeledMultiDigraph()">LabeledMultiDigraph()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph.LabeledEdge</span></a> - <a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#LabeledMultiDigraph.LabeledEdge()">LabeledMultiDigraph.LabeledEdge()</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿorg.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labelednodes">labelednodes</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labels">labels</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#limit">limit</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#linkedClassURI">linkedClassURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#linkedClassURIs">linkedClassURIs</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="strong"><a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#linkedInstanceURI">linkedInstanceURI</a></span> - 繧ｯ繝ｩ繧ｹ 縺ｮ螟画焚org.biohackathon.SPARQLBuilder.OWL.<a href="../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></dt>
+<dd>&nbsp;</dd>
+</dl>
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">I</a>&nbsp;<a href="index-7.html">L</a>&nbsp;<a href="index-8.html">M</a>&nbsp;<a href="index-9.html">N</a>&nbsp;<a href="index-10.html">O</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">S</a>&nbsp;<a href="index-13.html">T</a>&nbsp;<a href="index-14.html">V</a>&nbsp;</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="../org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li class="navBarCell1Rev">邏｢蠑�/li>
+<li><a href="../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="index-6.html">蜑阪�譁�ｭ�/a></li>
+<li><a href="index-8.html">谺｡縺ｮ譁�ｭ�/a></li>
+</ul>
+<ul class="navList">
+<li><a href="../index.html?index-filesindex-7.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="index-7.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html (revision 2)
@@ -0,0 +1,293 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>LabeledMultiDigraph.LabeledEdge</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LabeledMultiDigraph.LabeledEdge";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/LabeledMultiDigraph.LabeledEdge.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ LabeledMultiDigraph.LabeledEdge" class="title">繧ｯ繝ｩ繧ｹ LabeledMultiDigraph.LabeledEdge</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph.LabeledEdge</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>蜷ｫ縺ｾ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ:</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">LabeledMultiDigraph.LabeledEdge</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#label">label</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.lang.Integer</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#node">node</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#LabeledMultiDigraph.LabeledEdge()">LabeledMultiDigraph.LabeledEdge</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="node">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>node</h4>
+<pre>java.lang.Integer node</pre>
+</li>
+</ul>
+<a name="label">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>label</h4>
+<pre>java.lang.String label</pre>
+</li>
+</ul>
+<a name="direction">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>direction</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> direction</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="LabeledMultiDigraph.LabeledEdge()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LabeledMultiDigraph.LabeledEdge</h4>
+<pre>public&nbsp;LabeledMultiDigraph.LabeledEdge()</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/LabeledMultiDigraph.LabeledEdge.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html (revision 2)
@@ -0,0 +1,539 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>OWLQueryBuilderImpl</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="OWLQueryBuilderImpl";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLQueryBuilderImpl.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ OWLQueryBuilderImpl" class="title">繧ｯ繝ｩ繧ｹ OWLQueryBuilderImpl</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>縺吶∋縺ｦ縺ｮ螳溯｣�＆繧後◆繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ:</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">OWLQueryBuilderImpl</span>
+extends java.lang.Object
+implements <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></pre>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Norio KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#endpointURI">endpointURI</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#OWLQueryBuilderImpl(java.lang.String)">OWLQueryBuilderImpl</a></strong>(java.lang.String&nbsp;endpointURI)</code>
+<div class="block">繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI繧呈欠螳壹☆繧区ｧ区�蟄�/div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getInstances(java.lang.String[], java.lang.String)">getInstances</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;keyword)</code>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;originClass,
+            int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                           java.lang.String&nbsp;originClass,
+                           int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;originInstance,
+                               int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getOWLClasses(java.lang.String[], java.lang.String)">getOWLClasses</a></strong>(java.lang.String[]&nbsp;graphURIs,
+             java.lang.String&nbsp;keyword)</code>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getPaths(java.lang.String, java.lang.String)">getPaths</a></strong>(java.lang.String&nbsp;startClass,
+        java.lang.String&nbsp;endClass)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#main(java.lang.String[])">main</a></strong>(java.lang.String[]&nbsp;args)</code>
+<div class="block">繝�せ繝医↓菴ｿ逕ｨ縺吶ｋmain繝｡繧ｽ繝�ラ
+ 
+ 繧ｯ繧ｨ繝ｪ繝薙Ν繝繝ｼ縺ｮ譛ｬ逡ｪ繝励Ο繧ｰ繝ｩ繝縺ｧ縺ｯ縺薙�繝｡繧ｽ繝�ラ縺ｯ菴ｿ逕ｨ縺励↑縺� </div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="endpointURI">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>endpointURI</h4>
+<pre>private&nbsp;java.lang.String endpointURI</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="OWLQueryBuilderImpl(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OWLQueryBuilderImpl</h4>
+<pre>public&nbsp;OWLQueryBuilderImpl(java.lang.String&nbsp;endpointURI)</pre>
+<div class="block">繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI繧呈欠螳壹☆繧区ｧ区�蟄�/div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>endpointURI</code> - 繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="main(java.lang.String[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>main</h4>
+<pre>public static&nbsp;void&nbsp;main(java.lang.String[]&nbsp;args)
+                 throws java.lang.Exception</pre>
+<div class="block">繝�せ繝医↓菴ｿ逕ｨ縺吶ｋmain繝｡繧ｽ繝�ラ
+ <p>
+ 繧ｯ繧ｨ繝ｪ繝薙Ν繝繝ｼ縺ｮ譛ｬ逡ｪ繝励Ο繧ｰ繝ｩ繝縺ｧ縺ｯ縺薙�繝｡繧ｽ繝�ラ縺ｯ菴ｿ逕ｨ縺励↑縺� </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>args</code> - 菴ｿ逕ｨ縺励↑縺�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getOWLClasses(java.lang.String[], java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOWLClasses</h4>
+<pre>public&nbsp;java.lang.String[]&nbsp;getOWLClasses(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;keyword)
+                                 throws java.lang.Exception</pre>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� <p>
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </p></div>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getOWLClasses(java.lang.String[], java.lang.String)">getOWLClasses</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>keyword</code> - ��ull繧�ｩｺ譁�ｭ励�荳榊庄��/dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getInstances(java.lang.String[], java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstances</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]&nbsp;getInstances(java.lang.String[]&nbsp;graphURIs,
+                      java.lang.String&nbsp;keyword)
+                        throws java.lang.Exception</pre>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� <p>
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </p></div>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getInstances(java.lang.String[], java.lang.String)">getInstances</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>keyword</code> - ��ull繧�ｩｺ譁�ｭ励�荳榊庄��/dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getNextClass(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNextClass</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]&nbsp;getNextClass(java.lang.String[]&nbsp;graphURIs,
+                       java.lang.String&nbsp;originClass,
+                       int&nbsp;limit)
+                         throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </p></div>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originClass</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNextClassViaInstanceLink</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]&nbsp;getNextClassViaInstanceLink(java.lang.String[]&nbsp;graphURIs,
+                                      java.lang.String&nbsp;originClass,
+                                      int&nbsp;limit)
+                                        throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </p></div>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originClass</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getPaths(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPaths</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]&nbsp;getPaths(java.lang.String&nbsp;startClass,
+              java.lang.String&nbsp;endClass)
+                throws java.lang.Exception</pre>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getPaths(java.lang.String, java.lang.String)">getPaths</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
+</li>
+</ul>
+<a name="createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createSPARQL</h4>
+<pre>public&nbsp;java.lang.String&nbsp;createSPARQL(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)
+                              throws java.lang.Exception</pre>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
+</li>
+</ul>
+<a name="getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getNextInstancesViaInstanceLink</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]&nbsp;getNextInstancesViaInstanceLink(java.lang.String[]&nbsp;graphURIs,
+                                             java.lang.String&nbsp;originInstance,
+                                             int&nbsp;limit)
+                                               throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲蜿門ｾ励＆繧後◆蜷�う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧らｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </p></div>
+<dl>
+<dt><strong>螳夂ｾｩ:</strong></dt>
+<dd><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink</a></code>&nbsp;繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ蜀�nbsp;<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></code></dd>
+<dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originInstance</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋInstanceLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>InstanceLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLQueryBuilderImpl.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Direction.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Direction.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Direction.html (revision 2)
@@ -0,0 +1,342 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>Direction</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Direction";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Direction.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Direction.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Direction.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">蛻玲嫌蝙句ｮ壽焚</a>&nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#enum_constant_detail">蛻玲嫌蝙句ｮ壽焚</a>&nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="蛻玲嫌蝙�Direction" class="title">蛻玲嫌蝙�Direction</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>java.lang.Enum&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&gt;</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.Direction</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>縺吶∋縺ｦ縺ｮ螳溯｣�＆繧後◆繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ:</dt>
+<dd>java.io.Serializable, java.lang.Comparable&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&gt;</dd>
+</dl>
+<hr>
+<br>
+<pre>public enum <span class="strong">Direction</span>
+extends java.lang.Enum&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&gt;</pre>
+<div class="block">1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ�郁ｿｰ隱橸ｼ峨�蜷代″繧定ｨ倩ｿｰ縺吶ｋ
+ <p>
+ 蜷代″縺ｮ隗｣驥医�縺薙�縲Direction 縺御ｽｿ逕ｨ縺輔ｌ繧狗憾豕√↓蠢懊§縺ｦ螳壹∪繧�/div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Norio KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== ENUM CONSTANT SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_summary">
+<!--   -->
+</a>
+<h3>蛻玲嫌蝙句ｮ壽焚縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="蛻玲嫌蝙句ｮ壽焚縺ｮ讎りｦ∬｡ｨ縲∝�謖吝梛螳壽焚縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>蛻玲嫌蝙句ｮ壽焚</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">蛻玲嫌蝙句ｮ壽焚縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#both">both</a></strong></code>
+<div class="block">荳｡譁ｹ蜷�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#forward">forward</a></strong></code>
+<div class="block">鬆�婿蜷�/div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#reverse">reverse</a></strong></code>
+<div class="block">騾�婿蜷�/div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">謖�ｮ壹＠縺溷錐蜑阪ｒ謖√▽縺薙�蝙九�蛻玲嫌蝙句ｮ壽焚繧定ｿ斐＠縺ｾ縺吶�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#values()">values</a></strong>()</code>
+<div class="block">縺薙�蛻玲嫌蝙九�螳壽焚繧貞性繧驟榊�繧貞ｮ｣險縺輔ｌ縺ｦ縺�ｋ鬆�ｺ上〒霑斐＠縺ｾ縺吶�/div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Enum">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Enum</h3>
+<code>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>getClass, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ ENUM CONSTANT DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="enum_constant_detail">
+<!--   -->
+</a>
+<h3>蛻玲嫌蝙句ｮ壽焚縺ｮ隧ｳ邏ｰ</h3>
+<a name="forward">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>forward</h4>
+<pre>public static final&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> forward</pre>
+<div class="block">鬆�婿蜷�/div>
+</li>
+</ul>
+<a name="reverse">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>reverse</h4>
+<pre>public static final&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> reverse</pre>
+<div class="block">騾�婿蜷�/div>
+</li>
+</ul>
+<a name="both">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>both</h4>
+<pre>public static final&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> both</pre>
+<div class="block">荳｡譁ｹ蜷�/div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="values()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>values</h4>
+<pre>public static&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>[]&nbsp;values()</pre>
+<div class="block">縺薙�蛻玲嫌蝙九�螳壽焚繧貞性繧驟榊�繧貞ｮ｣險縺輔ｌ縺ｦ縺�ｋ鬆�ｺ上〒霑斐＠縺ｾ縺吶�縺薙�繝｡繧ｽ繝�ラ縺ｯ谺｡縺ｮ繧医≧縺ｫ縺励※螳壽焚繧貞渚蠕ｩ縺吶ｋ縺溘ａ縺ｫ
+菴ｿ逕ｨ縺ｧ縺阪∪縺�
+<pre>
+for(Direction c: Direction.values())
+&nbsp; System.out.println(c);
+</pre></div>
+</li>
+</ul>
+<a name="valueOf(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>valueOf</h4>
+<pre>public static&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;valueOf(java.lang.String&nbsp;name)</pre>
+<div class="block">謖�ｮ壹＠縺溷錐蜑阪ｒ謖√▽縺薙�蝙九�蛻玲嫌蝙句ｮ壽焚繧定ｿ斐＠縺ｾ縺吶�譁�ｭ怜�縺ｯ縲√％縺ｮ蝙九�蛻玲嫌蝙句ｮ壽焚繧貞ｮ｣險縺吶ｋ縺ｮ縺ｫ菴ｿ逕ｨ縺励◆隴伜挨蟄舌→<i>豁｣遒ｺ縺ｫ</i>
+荳閾ｴ縺励※縺�ｋ蠢�ｦ√′縺ゅｊ縺ｾ縺吶�(菴吝�縺ｪ遨ｺ逋ｽ譁�ｭ励ｒ蜷ｫ繧√ｋ縺薙→縺ｯ縺ｧ縺阪∪縺帙ｓ縲�</div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>name霑斐＆繧後ｋ蛻玲嫌蝙句ｮ壽焚縺ｮ蜷榊燕</code> - </dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>IllegalArgumentException謖�ｮ壹＆繧後◆蜷榊燕繧呈戟縺､螳壽焚繧�/code> - 縺薙�蛻玲嫌蝙九′謖√▲縺ｦ縺�↑縺�ｴ蜷�/dd>
+<dd><code>NullPointerException蠑墓焚縺系ull縺ｮ蝣ｴ蜷�/code></dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Direction.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Direction.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Direction.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#enum_constant_summary">蛻玲嫌蝙句ｮ壽焚</a>&nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#enum_constant_detail">蛻玲嫌蝙句ｮ壽焚</a>&nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html (revision 2)
@@ -0,0 +1,484 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>InstanceLink</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="InstanceLink";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/InstanceLink.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ InstanceLink" class="title">繧ｯ繝ｩ繧ｹ InstanceLink</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.InstanceLink</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">InstanceLink</span>
+extends java.lang.Object</pre>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Norio KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#linkedClassURIs">linkedClassURIs</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#linkedInstanceURI">linkedInstanceURI</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#propertyURI">propertyURI</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#InstanceLink(java.lang.String, java.lang.String, java.lang.String[], org.biohackathon.SPARQLBuilder.OWL.Direction)">InstanceLink</a></strong>(java.lang.String&nbsp;propertyURI,
+            java.lang.String&nbsp;linkedInstanceURI,
+            java.lang.String[]&nbsp;linkedClassURIs,
+            <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄� <BR>
+ 繝ｪ繝ｳ繧ｯ蜈�(蜈� 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ縺､縺�※縺ｯ縲√◎繧後′螻槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧ゆｸ弱∴繧�/div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#addLinkedClassURI(java.lang.String)">addLinkedClassURI</a></strong>(java.lang.String&nbsp;classURI)</code>
+<div class="block">linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｸ縺､霑ｽ蜉縺吶ｋ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getDirection()">getDirection</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getLinkedClassURIs()">getLinkedClassURIs</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getLinkedInstanceURI()">getLinkedInstanceURI</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getPropertyURI()">getPropertyURI</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setLinkedClassURIs(java.lang.String[])">setLinkedClassURIs</a></strong>(java.lang.String[]&nbsp;linkedClassURIs)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setLinkedInstanceURI(java.lang.String)">setLinkedInstanceURI</a></strong>(java.lang.String&nbsp;linkedInstanceURI)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setPropertyURI(java.lang.String)">setPropertyURI</a></strong>(java.lang.String&nbsp;propertyURI)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#toString()">toString</a></strong>()</code>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="propertyURI">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>propertyURI</h4>
+<pre>private&nbsp;java.lang.String propertyURI</pre>
+</li>
+</ul>
+<a name="linkedClassURIs">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>linkedClassURIs</h4>
+<pre>private&nbsp;java.lang.String[] linkedClassURIs</pre>
+</li>
+</ul>
+<a name="linkedInstanceURI">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>linkedInstanceURI</h4>
+<pre>private&nbsp;java.lang.String linkedInstanceURI</pre>
+</li>
+</ul>
+<a name="direction">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>direction</h4>
+<pre>private&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> direction</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="InstanceLink(java.lang.String, java.lang.String, java.lang.String[], org.biohackathon.SPARQLBuilder.OWL.Direction)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>InstanceLink</h4>
+<pre>public&nbsp;InstanceLink(java.lang.String&nbsp;propertyURI,
+            java.lang.String&nbsp;linkedInstanceURI,
+            java.lang.String[]&nbsp;linkedClassURIs,
+            <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</pre>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄� <BR>
+ 繝ｪ繝ｳ繧ｯ蜈�(蜈� 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ縺､縺�※縺ｯ縲√◎繧後′螻槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧ゆｸ弱∴繧�/div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>propertyURI</code> - 繝励Ο繝代ユ繧｣縺ｮURI</dd><dd><code>linkedInstanceURI</code> - 繝ｪ繝ｳ繧ｯ縺ｮ荳ｻ隱槭√√≠繧九＞縺ｯ繝ｪ繝ｳ繧ｯ縺ｮ逶ｮ逧�ｪ槭→縺ｪ縺｣縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI</dd><dd><code>linkedClassURIs</code> - linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺ｮURI縺ｮ驟榊�</dd><dd><code>direction</code> - 繝励Ο繝代ユ繧｣縺ｮ蜷代″縲〕inkedClassURI縺ｮ繧ｯ繝ｩ繧ｹ縺後Μ繝ｳ繧ｯ蜈医↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.forward,繝ｪ繝ｳ繧ｯ蜈�↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.reverse, 縺昴ｌ繧我ｸ｡譁ｹ縺ｮ譎ゅ�Direction.both繧呈欠螳壹☆繧�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="addLinkedClassURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addLinkedClassURI</h4>
+<pre>public&nbsp;void&nbsp;addLinkedClassURI(java.lang.String&nbsp;classURI)</pre>
+<div class="block">linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｸ縺､霑ｽ蜉縺吶ｋ</div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>classURI</code> - 霑ｽ蜉縺吶ｋlinkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ縺ｮURI</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+<dl>
+<dt><strong>繧ｪ繝ｼ繝舌�繝ｩ繧､繝�</strong></dt>
+<dd><code>toString</code>&nbsp;繧ｯ繝ｩ繧ｹ蜀�nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getPropertyURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPropertyURI</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getPropertyURI()</pre>
+</li>
+</ul>
+<a name="setPropertyURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPropertyURI</h4>
+<pre>public&nbsp;void&nbsp;setPropertyURI(java.lang.String&nbsp;propertyURI)</pre>
+</li>
+</ul>
+<a name="getLinkedClassURIs()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLinkedClassURIs</h4>
+<pre>public&nbsp;java.lang.String[]&nbsp;getLinkedClassURIs()</pre>
+</li>
+</ul>
+<a name="setLinkedClassURIs(java.lang.String[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLinkedClassURIs</h4>
+<pre>public&nbsp;void&nbsp;setLinkedClassURIs(java.lang.String[]&nbsp;linkedClassURIs)</pre>
+</li>
+</ul>
+<a name="getDirection()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDirection</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;getDirection()</pre>
+</li>
+</ul>
+<a name="setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setDirection</h4>
+<pre>public&nbsp;void&nbsp;setDirection(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</pre>
+</li>
+</ul>
+<a name="getLinkedInstanceURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLinkedInstanceURI</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getLinkedInstanceURI()</pre>
+</li>
+</ul>
+<a name="setLinkedInstanceURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setLinkedInstanceURI</h4>
+<pre>public&nbsp;void&nbsp;setLinkedInstanceURI(java.lang.String&nbsp;linkedInstanceURI)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/InstanceLink.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-frame.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-frame.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-frame.html (revision 2)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>org.biohackathon.SPARQLBuilder.OWL</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html" target="classFrame">org.biohackathon.SPARQLBuilder.OWL</a></h1>
+<div class="indexContainer">
+<h2 title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ</h2>
+<ul title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">
+<li><a href="OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ" target="classFrame"><i>OWLQueryBuilder</i></a></li>
+</ul>
+<h2 title="繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</h2>
+<ul title="繧ｯ繝ｩ繧ｹ">
+<li><a href="ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">ClassLink</a></li>
+<li><a href="Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">Instance</a></li>
+<li><a href="InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">InstanceLink</a></li>
+<li><a href="LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">LabeledMultiDigraph</a></li>
+<li><a href="OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">OWLClassGraph</a></li>
+<li><a href="OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">OWLQueryBuilderImpl</a></li>
+<li><a href="Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ" target="classFrame">Path</a></li>
+</ul>
+<h2 title="蛻玲嫌蝙�>蛻玲嫌蝙�/h2>
+<ul title="蛻玲嫌蝙�>
+<li><a href="Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙� target="classFrame">Direction</a></li>
+</ul>
+</div>
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/ClassLink.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/ClassLink.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/ClassLink.html (revision 2)
@@ -0,0 +1,421 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>ClassLink</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="ClassLink";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/ClassLink.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�繧ｯ繝ｩ繧ｹ</li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="ClassLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ ClassLink" class="title">繧ｯ繝ｩ繧ｹ ClassLink</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.ClassLink</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">ClassLink</span>
+extends java.lang.Object</pre>
+<div class="block">繧ｯ繝ｩ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧ｯ繝ｩ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Norio KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#linkedClassURI">linkedClassURI</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#propertyURI">propertyURI</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#ClassLink(java.lang.String, java.lang.String, org.biohackathon.SPARQLBuilder.OWL.Direction)">ClassLink</a></strong>(java.lang.String&nbsp;propertyURI,
+         java.lang.String&nbsp;linkedClassURI,
+         <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨け繝ｩ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getDirection()">getDirection</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getLinkedClassURI()">getLinkedClassURI</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getPropertyURI()">getPropertyURI</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setLinkedClassURI(java.lang.String)">setLinkedClassURI</a></strong>(java.lang.String&nbsp;linkedClassURI)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setPropertyURI(java.lang.String)">setPropertyURI</a></strong>(java.lang.String&nbsp;propertyURI)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#toString()">toString</a></strong>()</code>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="propertyURI">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>propertyURI</h4>
+<pre>private&nbsp;java.lang.String propertyURI</pre>
+</li>
+</ul>
+<a name="linkedClassURI">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>linkedClassURI</h4>
+<pre>private&nbsp;java.lang.String linkedClassURI</pre>
+</li>
+</ul>
+<a name="direction">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>direction</h4>
+<pre>private&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a> direction</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="ClassLink(java.lang.String, java.lang.String, org.biohackathon.SPARQLBuilder.OWL.Direction)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ClassLink</h4>
+<pre>public&nbsp;ClassLink(java.lang.String&nbsp;propertyURI,
+         java.lang.String&nbsp;linkedClassURI,
+         <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</pre>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨け繝ｩ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>propertyURI</code> - 繝励Ο繝代ユ繧｣縺ｮURI</dd><dd><code>linkedClassURI</code> - 繝ｪ繝ｳ繧ｯ縺ｮ荳ｻ隱槭√√≠繧九＞縺ｯ繝ｪ繝ｳ繧ｯ縺ｮ逶ｮ逧�ｪ槭→縺ｪ縺｣縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ縺ｮURI</dd><dd><code>direction</code> - 繝励Ο繝代ユ繧｣縺ｮ蜷代″縲〕inkedClassURI縺ｮ繧ｯ繝ｩ繧ｹ縺後Μ繝ｳ繧ｯ蜈医↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.forward,繝ｪ繝ｳ繧ｯ蜈�↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.reverse, 縺昴ｌ繧我ｸ｡譁ｹ縺ｮ譎ゅ�Direction.both繧呈欠螳壹☆繧�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+<dl>
+<dt><strong>繧ｪ繝ｼ繝舌�繝ｩ繧､繝�</strong></dt>
+<dd><code>toString</code>&nbsp;繧ｯ繝ｩ繧ｹ蜀�nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getPropertyURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPropertyURI</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getPropertyURI()</pre>
+</li>
+</ul>
+<a name="setPropertyURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setPropertyURI</h4>
+<pre>public&nbsp;void&nbsp;setPropertyURI(java.lang.String&nbsp;propertyURI)</pre>
+</li>
+</ul>
+<a name="getLinkedClassURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getLinkedClassURI</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getLinkedClassURI()</pre>
+</li>
+</ul>
+<a name="setLinkedClassURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setLinkedClassURI</h4>
+<pre>public&nbsp;void&nbsp;setLinkedClassURI(java.lang.String&nbsp;linkedClassURI)</pre>
+</li>
+</ul>
+<a name="getDirection()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDirection</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;getDirection()</pre>
+</li>
+</ul>
+<a name="setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setDirection</h4>
+<pre>public&nbsp;void&nbsp;setDirection(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/ClassLink.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�繧ｯ繝ｩ繧ｹ</li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="ClassLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-use.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-use.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-use.html (revision 2)
@@ -0,0 +1,175 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繝代ャ繧ｱ繝ｼ繧ｸ org.biohackathon.SPARQLBuilder.OWL縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30D1\u30C3\u30B1\u30FC\u30B8 org.biohackathon.SPARQLBuilder.OWL\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-use.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-use.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="繝代ャ繧ｱ繝ｼ繧ｸ org.biohackathon.SPARQLBuilder.OWL縺ｮ菴ｿ逕ｨ" class="title">繝代ャ繧ｱ繝ｼ繧ｸ<br>org.biohackathon.SPARQLBuilder.OWL縺ｮ菴ｿ逕ｨ</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｫ繧医ｊ菴ｿ逕ｨ縺輔ｌ繧�a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｯ繝ｩ繧ｹ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html#org.biohackathon.SPARQLBuilder.OWL">ClassLink</a>
+<div class="block">繧ｯ繝ｩ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧ｯ繝ｩ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html#org.biohackathon.SPARQLBuilder.OWL">Direction</a>
+<div class="block">1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ�郁ｿｰ隱橸ｼ峨�蜷代″繧定ｨ倩ｿｰ縺吶ｋ
+ 
+ 蜷代″縺ｮ隗｣驥医�縺薙�縲Direction 縺御ｽｿ逕ｨ縺輔ｌ繧狗憾豕√↓蠢懊§縺ｦ螳壹∪繧�/div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html#org.biohackathon.SPARQLBuilder.OWL">Instance</a>
+<div class="block">螻槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｿ晄戟縺励※繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html#org.biohackathon.SPARQLBuilder.OWL">InstanceLink</a>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html#org.biohackathon.SPARQLBuilder.OWL">LabeledMultiDigraph</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html#org.biohackathon.SPARQLBuilder.OWL">LabeledMultiDigraph.LabeledEdge</a>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html#org.biohackathon.SPARQLBuilder.OWL">OWLClassGraph.OWLEdge</a>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html#org.biohackathon.SPARQLBuilder.OWL">OWLQueryBuilder</a>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繧､繧ｹ</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html#org.biohackathon.SPARQLBuilder.OWL">OWLQueryBuilderImpl</a>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html#org.biohackathon.SPARQLBuilder.OWL">Path</a>
+<div class="block">襍ｷ轤ｹ縺ｨ縺ｪ繧九Μ繧ｽ繝ｼ繧ｹ縺九ｉ騾先ｬ｡逧�↓隍�焚繝ｪ繝ｳ繧ｯ縺ｧ邨らせ繝ｪ繧ｽ繝ｼ繧ｹ縺ｾ縺ｧ謗･邯壹＆繧後ｋ荳縺､縺ｮ繝代せ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-use.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-use.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-summary.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-summary.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-summary.html (revision 2)
@@ -0,0 +1,202 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>org.biohackathon.SPARQLBuilder.OWL</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.biohackathon.SPARQLBuilder.OWL";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li><a href="package-use.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�繝代ャ繧ｱ繝ｼ繧ｸ</li>
+<li>谺｡縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-summary.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-summary.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="繝代ャ繧ｱ繝ｼ繧ｸ" class="title">繝代ャ繧ｱ繝ｼ繧ｸ&nbsp;org.biohackathon.SPARQLBuilder.OWL</h1>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ讎りｦ∬｡ｨ縲√う繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ讎りｦ�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ</th>
+<th class="colLast" scope="col">隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a></td>
+<td class="colLast">
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繧､繧ｹ</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ∬｡ｨ縲√け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">繧ｯ繝ｩ繧ｹ</th>
+<th class="colLast" scope="col">隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></td>
+<td class="colLast">
+<div class="block">繧ｯ繝ｩ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧ｯ繝ｩ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></td>
+<td class="colLast">
+<div class="block">螻槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｿ晄戟縺励※繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></td>
+<td class="colLast">
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></td>
+<td class="colLast">
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></td>
+<td class="colLast">
+<div class="block">襍ｷ轤ｹ縺ｨ縺ｪ繧九Μ繧ｽ繝ｼ繧ｹ縺九ｉ騾先ｬ｡逧�↓隍�焚繝ｪ繝ｳ繧ｯ縺ｧ邨らせ繝ｪ繧ｽ繝ｼ繧ｹ縺ｾ縺ｧ謗･邯壹＆繧後ｋ荳縺､縺ｮ繝代せ繧定ｨ倩ｿｰ縺吶ｋ</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="蛻玲嫌蝙九�讎りｦ∬｡ｨ縲∝�謖吝梛縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>蛻玲嫌蝙九�讎りｦ�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">蛻玲嫌蝙�/th>
+<th class="colLast" scope="col">隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></td>
+<td class="colLast">
+<div class="block">1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ�郁ｿｰ隱橸ｼ峨�蜷代″繧定ｨ倩ｿｰ縺吶ｋ
+ 
+ 蜷代″縺ｮ隗｣驥医�縺薙�縲Direction 縺御ｽｿ逕ｨ縺輔ｌ繧狗憾豕√↓蠢懊§縺ｦ螳壹∪繧�/div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li><a href="package-use.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑阪�繝代ャ繧ｱ繝ｼ繧ｸ</li>
+<li>谺｡縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-summary.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-summary.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-tree.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-tree.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/package-tree.html (revision 2)
@@ -0,0 +1,151 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>org.biohackathon.SPARQLBuilder.OWL 繧ｯ繝ｩ繧ｹ髫主ｱ､</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="org.biohackathon.SPARQLBuilder.OWL \u30AF\u30E9\u30B9\u968E\u5C64";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li class="navBarCell1Rev">髫主ｱ､繝�Μ繝ｼ</li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-tree.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-tree.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">繝代ャ繧ｱ繝ｼ繧ｸorg.biohackathon.SPARQLBuilder.OWL縺ｮ髫主ｱ､</h1>
+</div>
+<div class="contentContainer">
+<h2 title="繧ｯ繝ｩ繧ｹ髫主ｱ､">繧ｯ繝ｩ繧ｹ髫主ｱ､</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">ClassLink</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Instance</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">InstanceLink</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph</span></a>
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph</span></a></li>
+</ul>
+</li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">LabeledMultiDigraph.LabeledEdge</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.LinkAndPath</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLClassGraph.OWLEdge</span></a></li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">OWLQueryBuilderImpl</span></a> (implements org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a>)</li>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">Path</span></a></li>
+</ul>
+</li>
+</ul>
+<h2 title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ髫主ｱ､">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ髫主ｱ､</h2>
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">OWLQueryBuilder</span></a></li>
+</ul>
+<h2 title="蛻玲嫌蝙矩嚴螻､">蛻玲嫌蝙矩嚴螻､</h2>
+<ul>
+<li type="circle">java.lang.Object
+<ul>
+<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
+<ul>
+<li type="circle">org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">Direction</span></a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li class="navBarCell1Rev">髫主ｱ､繝�Μ繝ｼ</li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/package-tree.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="package-tree.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html (revision 2)
@@ -0,0 +1,166 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Path縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.Path\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Path.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Path縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.Path縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>繧定ｿ斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#getPaths(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">getPaths</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getPaths(java.lang.String, java.lang.String)">getPaths</a></strong>(java.lang.String&nbsp;startClass,
+        java.lang.String&nbsp;endClass)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getPaths(java.lang.String, java.lang.String)">getPaths</a></strong>(java.lang.String&nbsp;startClass,
+        java.lang.String&nbsp;endClass)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>蝙九�繝代Λ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Path.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Path.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html (revision 2)
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph.LabeledEdge縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph.LabeledEdge\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph.LabeledEdge縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph.LabeledEdge縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a>蝙九�蝙九ヱ繝ｩ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a>&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">LabeledMultiDigraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#adjlist">adjlist</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.LabeledEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html (revision 2)
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.OWLEdge縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.OWLEdge\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.OWLEdge縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.OWLEdge縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a>蝙九�蝙九ヱ繝ｩ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a>&gt;</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#allOWLEdge">allOWLEdge</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html (revision 2)
@@ -0,0 +1,141 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilder縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30A4\u30F3\u30BF\u30D5\u30A7\u30FC\u30B9 org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilder\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilder縺ｮ菴ｿ逕ｨ" class="title">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilder縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">OWLQueryBuilder</a>繧貞ｮ溯｣�＠縺ｦ縺�ｋ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｯ繝ｩ繧ｹ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繧ｯ繝ｩ繧ｹ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></strong></code>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html (revision 2)
@@ -0,0 +1,217 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Direction縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.Direction\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Direction.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Direction縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.Direction縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>縺ｨ縺励※螳｣險縺輔ｌ縺ｦ縺�ｋ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">LabeledMultiDigraph.LabeledEdge.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">InstanceLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">ClassLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#direction">direction</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>繧定ｿ斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">InstanceLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#getDirection()">getDirection</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">ClassLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#getDirection()">getDirection</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></code></td>
+<td class="colLast"><span class="strong">Direction.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
+<div class="block">謖�ｮ壹＠縺溷錐蜑阪ｒ謖√▽縺薙�蝙九�蛻玲嫌蝙句ｮ壽焚繧定ｿ斐＠縺ｾ縺吶�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>[]</code></td>
+<td class="colLast"><span class="strong">Direction.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html#values()">values</a></strong>()</code>
+<div class="block">縺薙�蛻玲嫌蝙九�螳壽焚繧貞性繧驟榊�繧貞ｮ｣險縺輔ｌ縺ｦ縺�ｋ鬆�ｺ上〒霑斐＠縺ｾ縺吶�/div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>蝙九�繝代Λ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">InstanceLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">ClassLink.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#setDirection(org.biohackathon.SPARQLBuilder.OWL.Direction)">setDirection</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>蝙九�繝代Λ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html#ClassLink(java.lang.String, java.lang.String, org.biohackathon.SPARQLBuilder.OWL.Direction)">ClassLink</a></strong>(java.lang.String&nbsp;propertyURI,
+         java.lang.String&nbsp;linkedClassURI,
+         <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨け繝ｩ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html#InstanceLink(java.lang.String, java.lang.String, java.lang.String[], org.biohackathon.SPARQLBuilder.OWL.Direction)">InstanceLink</a></strong>(java.lang.String&nbsp;propertyURI,
+            java.lang.String&nbsp;linkedInstanceURI,
+            java.lang.String[]&nbsp;linkedClassURIs,
+            <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a>&nbsp;direction)</code>
+<div class="block">繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄� <BR>
+ 繝ｪ繝ｳ繧ｯ蜈�(蜈� 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ縺､縺�※縺ｯ縲√◎繧後′螻槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧ゆｸ弱∴繧�/div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Direction.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Direction.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html (revision 2)
@@ -0,0 +1,143 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>蝙九�繝代Λ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#getPaths(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">getPaths</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.util.List&lt;java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#searchPathsFromOWL(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">searchPathsFromOWL</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilderImpl.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html (revision 2)
@@ -0,0 +1,151 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.InstanceLink縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.InstanceLink\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.InstanceLink縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.InstanceLink縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>繧定ｿ斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;originInstance,
+                               int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;originInstance,
+                               int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="InstanceLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html (revision 2)
@@ -0,0 +1,139 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√し繝悶け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a>縺ｮ繧ｵ繝悶け繝ｩ繧ｹ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繧ｯ繝ｩ繧ｹ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html (revision 2)
@@ -0,0 +1,283 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.ClassLink縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.ClassLink\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="ClassLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.ClassLink縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.ClassLink縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>縺ｨ縺励※螳｣險縺輔ｌ縺ｦ縺�ｋ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.OWLEdge.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#classLink">classLink</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.LinkAndPath.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#classLink">classLink</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>蝙九�蝙九ヱ繝ｩ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>private java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Path.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#classLinks">classLinks</a></strong></code>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺九ｉ邨らせ縺ｫ蜷代°縺｣縺ｦ騾先ｬ｡逧�↓縺､縺ｪ縺後ｋ繧ｯ繝ｩ繧ｹ髢薙Μ繝ｳ繧ｯ縺ｮ繝ｪ繧ｹ繝�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.LinkAndPath.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#path">path</a></strong></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>繧定ｿ斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;originClass,
+            int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;originClass,
+            int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                           java.lang.String&nbsp;originClass,
+                           int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                           java.lang.String&nbsp;originClass,
+                           int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>蝙九�蠑墓焚繧呈戟縺､蝙九ｒ霑斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><span class="strong">Path.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#getClassLinks()">getClassLinks</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.util.List&lt;java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&gt;</code></td>
+<td class="colLast"><span class="strong">OWLClassGraph.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#searchPathsFromOWL(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">searchPathsFromOWL</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>蝙九�蝙句ｼ墓焚繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ繝ｻ繝代Λ繝｡繝ｼ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">Path.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#setClassLinks(java.util.List)">setClassLinks</a></strong>(java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>蝙九�繝代Λ繝｡繝ｼ繧ｿ繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#OWLClassGraph.LinkAndPath(org.biohackathon.SPARQLBuilder.OWL.ClassLink, java.util.List)">OWLClassGraph.LinkAndPath</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink,
+                         java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;path)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#OWLClassGraph.OWLEdge(java.lang.String, org.biohackathon.SPARQLBuilder.OWL.ClassLink)">OWLClassGraph.OWLEdge</a></strong>(java.lang.String&nbsp;startClass,
+                     <a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>蝙九�蝙句ｼ墓焚繧呈戟縺､<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ繝ｻ繝代Λ繝｡繝ｼ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#OWLClassGraph.LinkAndPath(org.biohackathon.SPARQLBuilder.OWL.ClassLink, java.util.List)">OWLClassGraph.LinkAndPath</a></strong>(<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink,
+                         java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;path)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colLast"><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#Path(java.lang.String, java.util.List)">Path</a></strong>(java.lang.String&nbsp;startClass,
+    java.util.List&lt;<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/ClassLink.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="ClassLink.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html (revision 2)
@@ -0,0 +1,157 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Instance縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.Instance\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Instance.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.Instance縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.Instance縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.biohackathon.SPARQLBuilder.OWL">
+<!--   -->
+</a>
+<h3><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｧ縺ｮ<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>縺ｮ菴ｿ逕ｨ</h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="陦ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏弱�菴ｿ逕ｨ">
+<caption><span><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>繧定ｿ斐☆<a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">org.biohackathon.SPARQLBuilder.OWL</a>縺ｮ繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilderImpl.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html#getInstances(java.lang.String[], java.lang.String)">getInstances</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;keyword)</code>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]</code></td>
+<td class="colLast"><span class="strong">OWLQueryBuilder.</span><code><strong><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getInstances(java.lang.String[], java.lang.String)">getInstances</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;keyword)</code>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/Instance.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Instance.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.LinkAndPath.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.LinkAndPath.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.LinkAndPath.html (revision 2)
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath縺ｯ縺ｩ縺薙°繧峨ｂ菴ｿ逕ｨ縺輔ｌ縺ｦ縺�∪縺帙ｓ</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.html (revision 2)
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph縺ｮ菴ｿ逕ｨ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u30AF\u30E9\u30B9 org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph\u306E\u4F7F\u7528";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h2 title="繧ｯ繝ｩ繧ｹ org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph縺ｮ菴ｿ逕ｨ" class="title">繧ｯ繝ｩ繧ｹ<br>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph縺ｮ菴ｿ逕ｨ</h2>
+</div>
+<div class="classUseContainer">org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph縺ｯ縺ｩ縺薙°繧峨ｂ菴ｿ逕ｨ縺輔ｌ縺ｦ縺�∪縺帙ｓ</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li><a href="../../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">繧ｯ繝ｩ繧ｹ</a></li>
+<li class="navBarCell1Rev">菴ｿ逕ｨ</li>
+<li><a href="../package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/class-use/OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Path.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Path.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Path.html (revision 2)
@@ -0,0 +1,370 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>Path</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Path";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Path.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li>谺｡縺ｮ繧ｯ繝ｩ繧ｹ</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Path.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Path.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ Path" class="title">繧ｯ繝ｩ繧ｹ Path</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.Path</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">Path</span>
+extends java.lang.Object</pre>
+<div class="block">襍ｷ轤ｹ縺ｨ縺ｪ繧九Μ繧ｽ繝ｼ繧ｹ縺九ｉ騾先ｬ｡逧�↓隍�焚繝ｪ繝ｳ繧ｯ縺ｧ邨らせ繝ｪ繧ｽ繝ｼ繧ｹ縺ｾ縺ｧ謗･邯壹＆繧後ｋ荳縺､縺ｮ繝代せ繧定ｨ倩ｿｰ縺吶ｋ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Yamaguchi</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#classLinks">classLinks</a></strong></code>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺九ｉ邨らせ縺ｫ蜷代°縺｣縺ｦ騾先ｬ｡逧�↓縺､縺ｪ縺後ｋ繧ｯ繝ｩ繧ｹ髢薙Μ繝ｳ繧ｯ縺ｮ繝ｪ繧ｹ繝�/div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#startClass">startClass</a></strong></code>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI</div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#Path()">Path</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#Path(java.lang.String, java.util.List)">Path</a></strong>(java.lang.String&nbsp;startClass,
+    java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#getClassLinks()">getClassLinks</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#getStartClass()">getStartClass</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#setClassLinks(java.util.List)">setClassLinks</a></strong>(java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html#setStartClas(java.lang.String)">setStartClas</a></strong>(java.lang.String&nbsp;startClass)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="startClass">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startClass</h4>
+<pre>private&nbsp;java.lang.String startClass</pre>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI</div>
+</li>
+</ul>
+<a name="classLinks">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>classLinks</h4>
+<pre>private&nbsp;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt; classLinks</pre>
+<div class="block">繝代せ縺ｮ襍ｷ轤ｹ縺九ｉ邨らせ縺ｫ蜷代°縺｣縺ｦ騾先ｬ｡逧�↓縺､縺ｪ縺後ｋ繧ｯ繝ｩ繧ｹ髢薙Μ繝ｳ繧ｯ縺ｮ繝ｪ繧ｹ繝�/div>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="Path()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>Path</h4>
+<pre>public&nbsp;Path()</pre>
+</li>
+</ul>
+<a name="Path(java.lang.String, java.util.List)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Path</h4>
+<pre>public&nbsp;Path(java.lang.String&nbsp;startClass,
+    java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="getStartClass()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getStartClass</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getStartClass()</pre>
+</li>
+</ul>
+<a name="getClassLinks()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassLinks</h4>
+<pre>public&nbsp;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;getClassLinks()</pre>
+</li>
+</ul>
+<a name="setStartClas(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setStartClas</h4>
+<pre>public&nbsp;void&nbsp;setStartClas(java.lang.String&nbsp;startClass)</pre>
+</li>
+</ul>
+<a name="setClassLinks(java.util.List)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setClassLinks</h4>
+<pre>public&nbsp;void&nbsp;setClassLinks(java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;classLinks)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Path.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li>谺｡縺ｮ繧ｯ繝ｩ繧ｹ</li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Path.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Path.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html (revision 2)
@@ -0,0 +1,399 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>OWLQueryBuilder</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="OWLQueryBuilder";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLQueryBuilder.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ OWLQueryBuilder" class="title">繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ OWLQueryBuilder</h2>
+</div>
+<div class="contentContainer">
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>譌｢遏･縺ｮ螳溯｣�け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝�</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public interface <span class="strong">OWLQueryBuilder</span></pre>
+<div class="block">繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繧､繧ｹ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>YAMAGUCHI, GO, KOZAKI, KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">createSPARQL</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getInstances(java.lang.String[], java.lang.String)">getInstances</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;keyword)</code>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClass(java.lang.String[], java.lang.String, int)">getNextClass</a></strong>(java.lang.String[]&nbsp;graphURIs,
+            java.lang.String&nbsp;originClass,
+            int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextClassViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                           java.lang.String&nbsp;originClass,
+                           int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� 
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">getNextInstancesViaInstanceLink</a></strong>(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;originInstance,
+                               int&nbsp;limit)</code>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getOWLClasses(java.lang.String[], java.lang.String)">getOWLClasses</a></strong>(java.lang.String[]&nbsp;graphURIs,
+             java.lang.String&nbsp;keyword)</code>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� 
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html#getPaths(java.lang.String, java.lang.String)">getPaths</a></strong>(java.lang.String&nbsp;startClass,
+        java.lang.String&nbsp;endClass)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="getOWLClasses(java.lang.String[], java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getOWLClasses</h4>
+<pre>java.lang.String[]&nbsp;getOWLClasses(java.lang.String[]&nbsp;graphURIs,
+                               java.lang.String&nbsp;keyword)
+                                 throws java.lang.Exception</pre>
+<div class="block">譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧� <p>
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+ <br>
+ </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>keyword</code> - ��ull繧�ｩｺ譁�ｭ励�荳榊庄��/dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getInstances(java.lang.String[], java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstances</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a>[]&nbsp;getInstances(java.lang.String[]&nbsp;graphURIs,
+                      java.lang.String&nbsp;keyword)
+                        throws java.lang.Exception</pre>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧� <p>
+ 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+ <br>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>keyword</code> - ��ull繧�ｩｺ譁�ｭ励�荳榊庄��/dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getNextClass(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNextClass</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]&nbsp;getNextClass(java.lang.String[]&nbsp;graphURIs,
+                       java.lang.String&nbsp;originClass,
+                       int&nbsp;limit)
+                         throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+ 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ <br>
+ </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originClass</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getNextClassViaInstanceLink(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getNextClassViaInstanceLink</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>[]&nbsp;getNextClassViaInstanceLink(java.lang.String[]&nbsp;graphURIs,
+                                      java.lang.String&nbsp;originClass,
+                                      int&nbsp;limit)
+                                        throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originClass</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+<a name="getPaths(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPaths</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]&nbsp;getPaths(java.lang.String&nbsp;startClass,
+              java.lang.String&nbsp;endClass)
+                throws java.lang.Exception</pre>
+<dl><dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
+</li>
+</ul>
+<a name="createSPARQL(org.biohackathon.SPARQLBuilder.OWL.Path)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>createSPARQL</h4>
+<pre>java.lang.String&nbsp;createSPARQL(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>&nbsp;path)
+                              throws java.lang.Exception</pre>
+<dl><dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd></dl>
+</li>
+</ul>
+<a name="getNextInstancesViaInstanceLink(java.lang.String[], java.lang.String, int)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>getNextInstancesViaInstanceLink</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a>[]&nbsp;getNextInstancesViaInstanceLink(java.lang.String[]&nbsp;graphURIs,
+                                             java.lang.String&nbsp;originInstance,
+                                             int&nbsp;limit)
+                                               throws java.lang.Exception</pre>
+<div class="block">謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�縲蜿門ｾ励＆繧後◆蜷�う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧らｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧� <p>
+ 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺� <br>
+ 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+ <br>
+ </p></div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>graphURIs</code> - 讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)</dd><dd><code>originInstance</code> - 襍ｷ轤ｹ縺ｨ縺ｪ繧九う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縲��ull荳榊庄��/dd><dd><code>limit</code> - 隗｣縺ｨ縺励※霑斐＆繧後ｋInstanceLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�</dd>
+<dt><span class="strong">謌ｻ繧雁､:</span></dt><dd>InstanceLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�/dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLQueryBuilder.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLQueryBuilder.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li>繝輔ぅ繝ｼ繝ｫ繝�nbsp;|&nbsp;</li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html (revision 2)
@@ -0,0 +1,282 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>OWLClassGraph.OWLEdge</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="OWLClassGraph.OWLEdge";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.OWLEdge.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ OWLClassGraph.OWLEdge" class="title">繧ｯ繝ｩ繧ｹ OWLClassGraph.OWLEdge</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.OWLEdge</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>蜷ｫ縺ｾ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ:</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">OWLClassGraph.OWLEdge</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#classLink">classLink</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#startClass">startClass</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html#OWLClassGraph.OWLEdge(java.lang.String, org.biohackathon.SPARQLBuilder.OWL.ClassLink)">OWLClassGraph.OWLEdge</a></strong>(java.lang.String&nbsp;startClass,
+                     <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="startClass">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startClass</h4>
+<pre>java.lang.String startClass</pre>
+</li>
+</ul>
+<a name="classLink">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>classLink</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a> classLink</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="OWLClassGraph.OWLEdge(java.lang.String, org.biohackathon.SPARQLBuilder.OWL.ClassLink)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OWLClassGraph.OWLEdge</h4>
+<pre>public&nbsp;OWLClassGraph.OWLEdge(java.lang.String&nbsp;startClass,
+                     <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.OWLEdge.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.OWLEdge.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html (revision 2)
@@ -0,0 +1,340 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>LabeledMultiDigraph</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="LabeledMultiDigraph";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/LabeledMultiDigraph.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li><a href="#nested_class_summary">繝阪せ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ LabeledMultiDigraph" class="title">繧ｯ繝ｩ繧ｹ LabeledMultiDigraph</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>逶ｴ邉ｻ縺ｮ譌｢遏･縺ｮ繧ｵ繝悶け繝ｩ繧ｹ:</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">LabeledMultiDigraph</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ∬｡ｨ縲√ロ繧ｹ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繧ｯ繝ｩ繧ｹ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a>&gt;&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#adjlist">adjlist</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.util.HashMap&lt;java.lang.String,java.lang.Integer&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labelednodes">labelednodes</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;java.lang.String&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labels">labels</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#LabeledMultiDigraph()">LabeledMultiDigraph</a></strong>()</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#addNodes(java.lang.String)">addNodes</a></strong>(java.lang.String&nbsp;label)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="adjlist">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>adjlist</h4>
+<pre>java.util.List&lt;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a>&gt;&gt; adjlist</pre>
+</li>
+</ul>
+<a name="labels">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>labels</h4>
+<pre>java.util.List&lt;java.lang.String&gt; labels</pre>
+</li>
+</ul>
+<a name="labelednodes">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>labelednodes</h4>
+<pre>java.util.HashMap&lt;java.lang.String,java.lang.Integer&gt; labelednodes</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="LabeledMultiDigraph()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>LabeledMultiDigraph</h4>
+<pre>public&nbsp;LabeledMultiDigraph()</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="addNodes(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>addNodes</h4>
+<pre>public&nbsp;void&nbsp;addNodes(java.lang.String&nbsp;label)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/LabeledMultiDigraph.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="LabeledMultiDigraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li><a href="#nested_class_summary">繝阪せ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Instance.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Instance.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/Instance.html (revision 2)
@@ -0,0 +1,380 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>Instance</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="Instance";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Instance.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Instance.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Instance.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ Instance" class="title">繧ｯ繝ｩ繧ｹ Instance</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.Instance</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">Instance</span>
+extends java.lang.Object</pre>
+<div class="block">螻槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｿ晄戟縺励※繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｨ倩ｿｰ縺吶ｋ</div>
+<dl><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd>
+<dt><span class="strong">繝舌�繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>29.01.2014</dd>
+<dt><span class="strong">菴懈�閠�</span></dt>
+  <dd>Norio KOBAYASHI</dd></dl>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#classURIs">classURIs</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>private java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#instanceURI">instanceURI</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#Instance(java.lang.String, java.lang.String[])">Instance</a></strong>(java.lang.String&nbsp;instanceURI,
+        java.lang.String[]&nbsp;classURIs)</code>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縺ｨ縺昴�繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#getClassURIs()">getClassURIs</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#getInstanceURI()">getInstanceURI</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#setClassURIs(java.lang.String[])">setClassURIs</a></strong>(java.lang.String[]&nbsp;classURIs)</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#setInstanceURI(java.lang.String)">setInstanceURI</a></strong>(java.lang.String&nbsp;instanceURI)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Instance.html#toString()">toString</a></strong>()</code>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="instanceURI">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>instanceURI</h4>
+<pre>private&nbsp;java.lang.String instanceURI</pre>
+</li>
+</ul>
+<a name="classURIs">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>classURIs</h4>
+<pre>private&nbsp;java.lang.String[] classURIs</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="Instance(java.lang.String, java.lang.String[])">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>Instance</h4>
+<pre>public&nbsp;Instance(java.lang.String&nbsp;instanceURI,
+        java.lang.String[]&nbsp;classURIs)</pre>
+<div class="block">繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縺ｨ縺昴�繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧剃ｸ弱∴繧区ｧ区�蟄�/div>
+<dl><dt><span class="strong">繝代Λ繝｡繝ｼ繧ｿ:</span></dt><dd><code>instanceURI</code> - 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI</dd><dd><code>classURIs</code> - 蠖楢ｩｲ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺ｮURI縺ｮ驟榊�</dd>
+<dt><span class="strong">萓句､�</span></dt>
+<dd><code>java.lang.Exception</code></dd><dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="getInstanceURI()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getInstanceURI</h4>
+<pre>public&nbsp;java.lang.String&nbsp;getInstanceURI()</pre>
+</li>
+</ul>
+<a name="setInstanceURI(java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setInstanceURI</h4>
+<pre>public&nbsp;void&nbsp;setInstanceURI(java.lang.String&nbsp;instanceURI)</pre>
+</li>
+</ul>
+<a name="getClassURIs()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getClassURIs</h4>
+<pre>public&nbsp;java.lang.String[]&nbsp;getClassURIs()</pre>
+</li>
+</ul>
+<a name="setClassURIs(java.lang.String[])">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setClassURIs</h4>
+<pre>public&nbsp;void&nbsp;setClassURIs(java.lang.String[]&nbsp;classURIs)</pre>
+</li>
+</ul>
+<a name="toString()">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>toString</h4>
+<pre>public&nbsp;java.lang.String&nbsp;toString()</pre>
+<div class="block">譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�/div>
+<dl>
+<dt><strong>繧ｪ繝ｼ繝舌�繝ｩ繧､繝�</strong></dt>
+<dd><code>toString</code>&nbsp;繧ｯ繝ｩ繧ｹ蜀�nbsp;<code>java.lang.Object</code></dd>
+<dt><span class="strong">蟆主�縺輔ｌ縺溘ヰ繝ｼ繧ｸ繝ｧ繝ｳ:</span></dt>
+  <dd>28.01.2014</dd></dl>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/Instance.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/Instance.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="Instance.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html (revision 2)
@@ -0,0 +1,282 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>OWLClassGraph.LinkAndPath</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="OWLClassGraph.LinkAndPath";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.LinkAndPath.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ OWLClassGraph.LinkAndPath" class="title">繧ｯ繝ｩ繧ｹ OWLClassGraph.LinkAndPath</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph.LinkAndPath</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>蜷ｫ縺ｾ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ:</dt>
+<dd><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public class <span class="strong">OWLClassGraph.LinkAndPath</span>
+extends java.lang.Object</pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#classLink">classLink</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#path">path</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html#OWLClassGraph.LinkAndPath(org.biohackathon.SPARQLBuilder.OWL.ClassLink, java.util.List)">OWLClassGraph.LinkAndPath</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink,
+                         java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;path)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="classLink">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>classLink</h4>
+<pre><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a> classLink</pre>
+</li>
+</ul>
+<a name="path">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>path</h4>
+<pre>java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt; path</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="OWLClassGraph.LinkAndPath(org.biohackathon.SPARQLBuilder.OWL.ClassLink, java.util.List)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OWLClassGraph.LinkAndPath</h4>
+<pre>public&nbsp;OWLClassGraph.LinkAndPath(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&nbsp;classLink,
+                         java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&nbsp;path)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.LinkAndPath.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.LinkAndPath.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li>繝阪せ繝�nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#methods_inherited_from_class_java.lang.Object">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li>繝｡繧ｽ繝�ラ</li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html
===================================================================
--- BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html (revision 2)
+++ BH13SPARQLBuilder/doc/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html (revision 2)
@@ -0,0 +1,446 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>OWLClassGraph</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="OWLClassGraph";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li><a href="#nested_class_summary">繝阪せ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<!-- ======== START OF CLASS DATA ======== -->
+<div class="header">
+<div class="subTitle">org.biohackathon.SPARQLBuilder.OWL</div>
+<h2 title="繧ｯ繝ｩ繧ｹ OWLClassGraph" class="title">繧ｯ繝ｩ繧ｹ OWLClassGraph</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li>java.lang.Object</li>
+<li>
+<ul class="inheritance">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph</a></li>
+<li>
+<ul class="inheritance">
+<li>org.biohackathon.SPARQLBuilder.OWL.OWLClassGraph</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<hr>
+<br>
+<pre>public class <span class="strong">OWLClassGraph</span>
+extends <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></pre>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== NESTED CLASS SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="nested_class_summary">
+<!--   -->
+</a>
+<h3>繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ∬｡ｨ縲√ロ繧ｹ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繧ｯ繝ｩ繧ｹ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.LinkAndPath</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="nested_classes_inherited_from_class_org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘ロ繧ｹ繝医＆繧後◆繧ｯ繝ｩ繧ｹ/繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ&nbsp;org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></h3>
+<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph.LabeledEdge</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_summary">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ∬｡ｨ縲√ヵ繧｣繝ｼ繝ｫ繝峨�繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝輔ぅ繝ｼ繝ｫ繝�/span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝輔ぅ繝ｼ繝ｫ繝峨→隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a>&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#allOWLEdge">allOWLEdge</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#endClass">endClass</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#endNode">endNode</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#limit">limit</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#nsteps">nsteps</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>(package private) java.lang.String</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#startClass">startClass</a></strong></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>(package private) int</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#startNode">startNode</a></strong></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields_inherited_from_class_org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘ヵ繧｣繝ｼ繝ｫ繝�nbsp;org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></h3>
+<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#adjlist">adjlist</a>, <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labelednodes">labelednodes</a>, <a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#labels">labels</a></code></li>
+</ul>
+</li>
+</ul>
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_summary">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ∬｡ｨ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colOne" scope="col">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colOne"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#OWLClassGraph(java.lang.String, java.lang.String)">OWLClassGraph</a></strong>(java.lang.String&nbsp;p_startClass,
+             java.lang.String&nbsp;p_endClass)</code>&nbsp;</td>
+</tr>
+</table>
+</li>
+</ul>
+<!-- ========== METHOD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_summary">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/h3>
+<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="繝｡繧ｽ繝�ラ縺ｮ讎りｦ∬｡ｨ縲√Γ繧ｽ繝�ラ縺ｮ繝ｪ繧ｹ繝医♀繧医�隱ｬ譏�>
+<caption><span>繝｡繧ｽ繝�ラ</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">菫ｮ鬟ｾ蟄舌→繧ｿ繧､繝�/th>
+<th class="colLast" scope="col">繝｡繧ｽ繝�ラ縺ｨ隱ｬ譏�/th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#generateGraph()">generateGraph</a></strong>()</code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#getPaths(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">getPaths</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>private java.util.List&lt;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html#searchPathsFromOWL(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">searchPathsFromOWL</a></strong>(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_org.biohackathon.SPARQLBuilder.OWL.LabeledMultiDigraph">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;org.biohackathon.SPARQLBuilder.OWL.<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></h3>
+<code><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html#addNodes(java.lang.String)">addNodes</a></code></li>
+</ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
+<!--   -->
+</a>
+<h3>繧ｯ繝ｩ繧ｹ縺九ｉ邯呎価縺輔ｌ縺溘Γ繧ｽ繝�ラ&nbsp;java.lang.Object</h3>
+<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+<div class="details">
+<ul class="blockList">
+<li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field_detail">
+<!--   -->
+</a>
+<h3>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</h3>
+<a name="startClass">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startClass</h4>
+<pre>java.lang.String startClass</pre>
+</li>
+</ul>
+<a name="endClass">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>endClass</h4>
+<pre>java.lang.String endClass</pre>
+</li>
+</ul>
+<a name="startNode">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>startNode</h4>
+<pre>int startNode</pre>
+</li>
+</ul>
+<a name="endNode">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>endNode</h4>
+<pre>int endNode</pre>
+</li>
+</ul>
+<a name="nsteps">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nsteps</h4>
+<pre>int nsteps</pre>
+</li>
+</ul>
+<a name="limit">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>limit</h4>
+<pre>int limit</pre>
+</li>
+</ul>
+<a name="allOWLEdge">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>allOWLEdge</h4>
+<pre>java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.OWLEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph.OWLEdge</a>&gt; allOWLEdge</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor_detail">
+<!--   -->
+</a>
+<h3>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</h3>
+<a name="OWLClassGraph(java.lang.String, java.lang.String)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>OWLClassGraph</h4>
+<pre>public&nbsp;OWLClassGraph(java.lang.String&nbsp;p_startClass,
+             java.lang.String&nbsp;p_endClass)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method_detail">
+<!--   -->
+</a>
+<h3>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</h3>
+<a name="generateGraph()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>generateGraph</h4>
+<pre>public&nbsp;void&nbsp;generateGraph()</pre>
+</li>
+</ul>
+<a name="getPaths(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getPaths</h4>
+<pre>public&nbsp;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a>[]&nbsp;getPaths(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</pre>
+</li>
+</ul>
+<a name="searchPathsFromOWL(org.biohackathon.SPARQLBuilder.OWL.OWLQueryBuilderImpl)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>searchPathsFromOWL</h4>
+<pre>private&nbsp;java.util.List&lt;java.util.List&lt;<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a>&gt;&gt;&nbsp;searchPathsFromOWL(<a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a>&nbsp;qb)</pre>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+</div>
+</div>
+<!-- ========= END OF CLASS DATA ========= -->
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li class="navBarCell1Rev">繧ｯ繝ｩ繧ｹ</li>
+<li><a href="class-use/OWLClassGraph.html">菴ｿ逕ｨ</a></li>
+<li><a href="package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="../../../../deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="../../../../index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="../../../../help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.LabeledEdge.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">蜑阪�繧ｯ繝ｩ繧ｹ</span></a></li>
+<li><a href="../../../../org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.LinkAndPath.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ"><span class="strong">谺｡縺ｮ繧ｯ繝ｩ繧ｹ</span></a></li>
+</ul>
+<ul class="navList">
+<li><a href="../../../../index.html?org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="OWLClassGraph.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="../../../../allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<div>
+<ul class="subNavList">
+<li>讎りｦ�&nbsp;</li>
+<li><a href="#nested_class_summary">繝阪せ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#field_summary">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_summary">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_summary">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+<ul class="subNavList">
+<li>隧ｳ邏ｰ:&nbsp;</li>
+<li><a href="#field_detail">繝輔ぅ繝ｼ繝ｫ繝�/a>&nbsp;|&nbsp;</li>
+<li><a href="#constructor_detail">繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ</a>&nbsp;|&nbsp;</li>
+<li><a href="#method_detail">繝｡繧ｽ繝�ラ</a></li>
+</ul>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/constant-values.html
===================================================================
--- BH13SPARQLBuilder/doc/constant-values.html (revision 2)
+++ BH13SPARQLBuilder/doc/constant-values.html (revision 2)
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:26 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>螳壽焚繝輔ぅ繝ｼ繝ｫ繝牙､</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u5B9A\u6570\u30D5\u30A3\u30FC\u30EB\u30C9\u5024";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="constant-values.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="螳壽焚繝輔ぅ繝ｼ繝ｫ繝牙､" class="title">螳壽焚繝輔ぅ繝ｼ繝ｫ繝牙､</h1>
+<h2 title="繧ｳ繝ｳ繝�Φ繝�>繧ｳ繝ｳ繝�Φ繝�/h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?constant-values.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="constant-values.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/index.html
===================================================================
--- BH13SPARQLBuilder/doc/index.html (revision 2)
+++ BH13SPARQLBuilder/doc/index.html (revision 2)
@@ -0,0 +1,65 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>逕滓�縺輔ｌ縺溘ラ繧ｭ繝･繝｡繝ｳ繝�繧ｿ繧､繝医Ν縺ｪ縺�</title>
+<script type="text/javascript">
+    targetPage = "" + window.location.search;
+    if (targetPage != "" && targetPage != "undefined")
+        targetPage = targetPage.substring(1);
+    if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
+        targetPage = "undefined";
+    function validURL(url) {
+        var pos = url.indexOf(".html");
+        if (pos == -1 || pos != url.length - 5)
+            return false;
+        var allowNumber = false;
+        var allowSep = false;
+        var seenDot = false;
+        for (var i = 0; i < url.length - 5; i++) {
+            var ch = url.charAt(i);
+            if ('a' <= ch && ch <= 'z' ||
+                    'A' <= ch && ch <= 'Z' ||
+                    ch == '$' ||
+                    ch == '_') {
+                allowNumber = true;
+                allowSep = true;
+            } else if ('0' <= ch && ch <= '9'
+                    || ch == '-') {
+                if (!allowNumber)
+                     return false;
+            } else if (ch == '/' || ch == '.') {
+                if (!allowSep)
+                    return false;
+                allowNumber = false;
+                allowSep = false;
+                if (ch == '.')
+                     seenDot = true;
+                if (ch == '/' && seenDot)
+                     return false;
+            } else {
+                return false;
+            }
+        }
+        return true;
+    }
+    function loadFrames() {
+        if (targetPage != "" && targetPage != "undefined")
+             top.classFrame.location = top.targetPage;
+    }
+</script>
+</head>
+<frameset cols="20%,80%" title="Documentation frame" onload="top.loadFrames()">
+<frame src="allclasses-frame.html" name="packageFrame" title="縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺翫ｈ縺ｳ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ(髱枹tatic縺ｮ繝阪せ繝医＆繧後◆蝙九ｒ髯､縺�">
+<frame src="org/biohackathon/SPARQLBuilder/OWL/package-summary.html" name="classFrame" title="繝代ャ繧ｱ繝ｼ繧ｸ縲√け繝ｩ繧ｹ縺翫ｈ縺ｳ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ隱ｬ譏� scrolling="yes">
+<noframes>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<h2>繝輔Ξ繝ｼ繝髢｢騾｣縺ｮ繧｢繝ｩ繝ｼ繝�/h2>
+<p>縺薙�繝峨く繝･繝｡繝ｳ繝医�繝輔Ξ繝ｼ繝讖溯�繧剃ｽｿ逕ｨ縺励※陦ｨ遉ｺ縺吶ｋ繧医≧縺ｫ菴懈�縺輔ｌ縺ｦ縺�∪縺吶ゅヵ繝ｬ繝ｼ繝繧定｡ｨ遉ｺ縺ｧ縺阪↑縺Цeb繧ｯ繝ｩ繧､繧｢繝ｳ繝医�蝣ｴ蜷医↓縺薙�繝｡繝�そ繝ｼ繧ｸ縺瑚｡ｨ遉ｺ縺輔ｌ縺ｾ縺吶�a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝輔Ξ繝ｼ繝縺ｫ蟇ｾ蠢懊＠縺ｦ縺�↑縺�ヰ繝ｼ繧ｸ繝ｧ繝ｳ</a>縺ｫ繝ｪ繝ｳ繧ｯ縺励∪縺吶�/p>
+</noframes>
+</frameset>
+</html>
Index: BH13SPARQLBuilder/doc/deprecated-list.html
===================================================================
--- BH13SPARQLBuilder/doc/deprecated-list.html (revision 2)
+++ BH13SPARQLBuilder/doc/deprecated-list.html (revision 2)
@@ -0,0 +1,114 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>髱樊耳螂ｨ縺ｮ繝ｪ繧ｹ繝�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="\u975E\u63A8\u5968\u306E\u30EA\u30B9\u30C8";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li class="navBarCell1Rev">髱樊耳螂ｨ</li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="deprecated-list.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 title="髱樊耳螂ｨ縺ｮAPI" class="title">髱樊耳螂ｨ縺ｮAPI</h1>
+<h2 title="繧ｳ繝ｳ繝�Φ繝�>繧ｳ繝ｳ繝�Φ繝�/h2>
+</div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li class="navBarCell1Rev">髱樊耳螂ｨ</li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li><a href="help-doc.html">繝倥Ν繝�/a></li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?deprecated-list.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="deprecated-list.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/allclasses-noframe.html
===================================================================
--- BH13SPARQLBuilder/doc/allclasses-noframe.html (revision 2)
+++ BH13SPARQLBuilder/doc/allclasses-noframe.html (revision 2)
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<h1 class="bar">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</h1>
+<div class="indexContainer">
+<ul>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/ClassLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">ClassLink</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Direction.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��蛻玲嫌蝙�>Direction</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Instance.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Instance</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/InstanceLink.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">InstanceLink</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">LabeledMultiDigraph</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLClassGraph</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ"><i>OWLQueryBuilder</i></a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">OWLQueryBuilderImpl</a></li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/Path.html" title="org.biohackathon.SPARQLBuilder.OWL蜀��繧ｯ繝ｩ繧ｹ">Path</a></li>
+</ul>
+</div>
+</body>
+</html>
Index: BH13SPARQLBuilder/doc/help-doc.html
===================================================================
--- BH13SPARQLBuilder/doc/help-doc.html (revision 2)
+++ BH13SPARQLBuilder/doc/help-doc.html (revision 2)
@@ -0,0 +1,215 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!-- NewPage -->
+<html lang="ja">
+<head>
+<!-- Generated by javadoc (version 1.7.0_45) on Wed Jan 29 10:48:27 JST 2014 -->
+<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
+<title>API繝倥Ν繝�/title>
+<meta name="date" content="2014-01-29">
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
+</head>
+<body>
+<script type="text/javascript"><!--
+    if (location.href.indexOf('is-external=true') == -1) {
+        parent.document.title="API\u30D8\u30EB\u30D7";
+    }
+//-->
+</script>
+<noscript>
+<div>繝悶Λ繧ｦ繧ｶ縺ｮJavaScript縺檎┌蜉ｹ縺ｫ縺ｪ縺｣縺ｦ縺�∪縺吶�/div>
+</noscript>
+<!-- ========= START OF TOP NAVBAR ======= -->
+<div class="topNav"><a name="navbar_top">
+<!--   -->
+</a><a href="#skip-navbar_top" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_top_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li class="navBarCell1Rev">繝倥Ν繝�/li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="help-doc.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_top">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_top");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_top">
+<!--   -->
+</a></div>
+<!-- ========= END OF TOP NAVBAR ========= -->
+<div class="header">
+<h1 class="title">API繝峨く繝･繝｡繝ｳ繝医�讒区�</h1>
+<div class="subTitle">縺薙�API(Application Programming Interface)繝峨く繝･繝｡繝ｳ繝医↓縺ｯ縲∵ｬ｡縺ｫ隱ｬ譏弱☆繧九リ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝舌�縺ｫ縺ゅｋ鬆�岼縺ｫ蟇ｾ蠢懊☆繧九�繝ｼ繧ｸ縺悟性縺ｾ繧後∪縺吶�/div>
+</div>
+<div class="contentContainer">
+<ul class="blockList">
+<li class="blockList">
+<h2>繝代ャ繧ｱ繝ｼ繧ｸ</h2>
+<p>蜷�ヱ繝�こ繝ｼ繧ｸ縺ｫ縺ｯ縲√◎縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ縺ｮ繧ｯ繝ｩ繧ｹ縺翫ｈ縺ｳ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ繝ｪ繧ｹ繝医→縲√◎繧後◇繧後�讎りｦ√ｒ蜷ｫ繧繝壹�繧ｸ縺後≠繧翫∪縺吶ゅ％縺ｮ繝壹�繧ｸ縺ｯ6縺､縺ｮ繧ｫ繝�ざ繝ｪ縺ｧ讒区�縺輔ｌ縺ｾ縺吶�/p>
+<ul>
+<li>繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ(繧､繧ｿ繝ｪ繝�け)</li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>蛻玲嫌蝙�/li>
+<li>萓句､�/li>
+<li>繧ｨ繝ｩ繝ｼ</li>
+<li>豕ｨ驥亥梛</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>繧ｯ繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ</h2>
+<p>蜷�け繝ｩ繧ｹ縲√う繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縲√ロ繧ｹ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺翫ｈ縺ｳ繝阪せ繝医＆繧後◆繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｫ縺ｯ蛟句挨縺ｮ繝壹�繧ｸ縺後≠繧翫∪縺吶ょ推繝壹�繧ｸ縺ｫ縺ｯ谺｡縺ｮ繧医≧縺ｫ縲√け繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ隱ｬ譏弱→縲∵ｦりｦ∬｡ｨ縺翫ｈ縺ｳ繝｡繝ｳ繝舌�縺ｮ隧ｳ邏ｰ隱ｬ譏弱′蜷ｫ縺ｾ繧後∪縺吶�/p>
+<ul>
+<li>繧ｯ繝ｩ繧ｹ髫主ｱ､陦ｨ遉ｺ</li>
+<li>逶ｴ邉ｻ縺ｮ繧ｵ繝悶け繝ｩ繧ｹ</li>
+<li>譌｢遏･縺ｮ繧ｵ繝悶う繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ繝ｪ繧ｹ繝�/li>
+<li>譌｢遏･縺ｮ螳溯｣�け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝�/li>
+<li>繧ｯ繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ螳｣險</li>
+<li>繧ｯ繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ隱ｬ譏�/li>
+</ul>
+<ul>
+<li>繝阪せ繝医＆繧後◆繧ｯ繝ｩ繧ｹ縺ｮ讎りｦ�/li>
+<li>繝輔ぅ繝ｼ繝ｫ繝峨�讎りｦ�/li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ讎りｦ�/li>
+<li>繝｡繧ｽ繝�ラ縺ｮ讎りｦ�/li>
+</ul>
+<ul>
+<li>繝輔ぅ繝ｼ繝ｫ繝峨�隧ｳ邏ｰ</li>
+<li>繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺ｮ隧ｳ邏ｰ</li>
+<li>繝｡繧ｽ繝�ラ縺ｮ隧ｳ邏ｰ</li>
+</ul>
+<p>蜷�ｦりｦ√お繝ｳ繝医Μ縺ｫ縺ｯ縲√◎縺ｮ鬆�岼縺ｮ隧ｳ邏ｰ縺ｪ隱ｬ譏弱�荳ｭ縺九ｉ1陦檎岼縺ｮ譁�′陦ｨ遉ｺ縺輔ｌ縺ｾ縺吶りｩｳ邏ｰ縺ｪ隱ｬ譏弱�繧ｽ繝ｼ繧ｹ繝ｻ繧ｳ繝ｼ繝峨↓迴ｾ繧後ｋ鬆�↓荳ｦ縺ｹ繧峨ｌ縺ｾ縺吶′縲∵ｦりｦ√お繝ｳ繝医Μ縺ｯ繧｢繝ｫ繝輔ぃ繝吶ャ繝磯�↓荳ｦ縺ｹ繧峨ｌ縺ｾ縺吶ゅ％繧後↓繧医▲縺ｦ縲√�繝ｭ繧ｰ繝ｩ繝槭′險ｭ螳壹＠縺溯ｫ也炊逧�↑繧ｰ繝ｫ繝ｼ繝怜�縺代′菫晄戟縺輔ｌ縺ｾ縺吶�/p>
+</li>
+<li class="blockList">
+<h2>豕ｨ驥亥梛</h2>
+<p>蜷�ｳｨ驥亥梛縺ｫ縺ｯ縲√◎繧瑚�霄ｫ縺ｮ蛟句挨縺ｮ繝壹�繧ｸ縺ｨ谺｡縺ｮ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺後≠繧翫∪縺�</p>
+<ul>
+<li>豕ｨ驥亥梛縺ｮ螳｣險</li>
+<li>豕ｨ驥亥梛縺ｮ隱ｬ譏�/li>
+<li>蠢�郁ｦ∫ｴ縺ｮ讎りｦ�/li>
+<li>莉ｻ諢剰ｦ∫ｴ縺ｮ讎りｦ�/li>
+<li>隕∫ｴ縺ｮ隧ｳ邏ｰ</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>蛻玲嫌蝙�/h2>
+<p>蜷��謖吝梛縺ｫ縺ｯ縲√◎繧瑚�霄ｫ縺ｮ蛟句挨縺ｮ繝壹�繧ｸ縺ｨ谺｡縺ｮ繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺後≠繧翫∪縺�</p>
+<ul>
+<li>蛻玲嫌蝙九�螳｣險</li>
+<li>蛻玲嫌蝙九�隱ｬ譏�/li>
+<li>蛻玲嫌蝙句ｮ壽焚縺ｮ讎りｦ�/li>
+<li>蛻玲嫌蝙句ｮ壽焚縺ｮ隧ｳ邏ｰ</li>
+</ul>
+</li>
+<li class="blockList">
+<h2>菴ｿ逕ｨ</h2>
+<p>蜷�ラ繧ｭ繝･繝｡繝ｳ繝亥喧縺輔ｌ縺溘ヱ繝�こ繝ｼ繧ｸ縲√け繝ｩ繧ｹ縺翫ｈ縺ｳ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｫ縺ｯ縺昴ｌ縺槭ｌ縲御ｽｿ逕ｨ縲阪�繝ｼ繧ｸ縺後≠繧翫∪縺吶ゅ％縺ｮ繝壹�繧ｸ縺ｫ縺ｯ縲√←縺ｮ繧医≧縺ｪ繝代ャ繧ｱ繝ｼ繧ｸ縲√け繝ｩ繧ｹ縲√Γ繧ｽ繝�ラ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺翫ｈ縺ｳ繝輔ぅ繝ｼ繝ｫ繝峨′縲∫音螳壹�繧ｯ繝ｩ繧ｹ縺ｾ縺溘�繝代ャ繧ｱ繝ｼ繧ｸ縺ｮ荳驛ｨ繧剃ｽｿ逕ｨ縺励※縺�ｋ縺九′險倩ｿｰ縺輔ｌ縺ｦ縺�∪縺吶ゅ◆縺ｨ縺医�縲√け繝ｩ繧ｹA縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹA縺ｮ蝣ｴ蜷医√◎縺ｮ縲御ｽｿ逕ｨ縲阪�繝ｼ繧ｸ縺ｫ縺ｯ縲、縺ｮ繧ｵ繝悶け繝ｩ繧ｹ縲、縺ｨ縺励※螳｣險縺輔ｌ繧九ヵ繧｣繝ｼ繝ｫ繝峨、繧定ｿ斐☆繝｡繧ｽ繝�ラ縺ｨ縲∝梛A繧呈戟縺､繝｡繧ｽ繝�ラ縺翫ｈ縺ｳ繧ｳ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縺悟性縺ｾ繧後∪縺吶ゅ％縺ｮ繝壹�繧ｸ縺ｫ繧｢繧ｯ繧ｻ繧ｹ縺吶ｋ縺ｫ縺ｯ縲√∪縺壹◎縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ縲√け繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｫ遘ｻ蜍輔＠縲√リ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝舌�縺ｮ縲御ｽｿ逕ｨ縲阪Μ繝ｳ繧ｯ繧偵け繝ｪ繝�け縺励※縺上□縺輔＞縲�/p>
+</li>
+<li class="blockList">
+<h2>髫主ｱ､繝�Μ繝ｼ(繧ｯ繝ｩ繧ｹ髫主ｱ､)</h2>
+<p>縺吶∋縺ｦ縺ｮ繝代ャ繧ｱ繝ｼ繧ｸ縺ｫ縺ｯ<a href="overview-tree.html">繧ｯ繝ｩ繧ｹ髫主ｱ､</a>繝壹�繧ｸ縺後≠繧翫√＆繧峨↓蜷�ヱ繝�こ繝ｼ繧ｸ縺ｮ髫主ｱ､縺後≠繧翫∪縺吶ょ推髫主ｱ､繝壹�繧ｸ縺ｯ縲√け繝ｩ繧ｹ縺ｮ繝ｪ繧ｹ繝医→繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｮ繝ｪ繧ｹ繝医ｒ蜷ｫ縺ｿ縺ｾ縺吶ゅけ繝ｩ繧ｹ縺ｯ <code>java.lang.Object</code> 繧帝幕蟋狗せ縺ｨ縺吶ｋ邯呎価讒矩縺ｧ邱ｨ謌舌＆繧後∪縺吶ゅう繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縺ｯ縲�code>java.lang.Object</code> 縺九ｉ縺ｯ邯呎価縺励∪縺帙ｓ縲�/p>
+<ul>
+<li>讎りｦ√�繝ｼ繧ｸ繧定｡ｨ遉ｺ縺励※縺�ｋ縺ｨ縺阪↓縲碁嚴螻､繝�Μ繝ｼ縲阪ｒ繧ｯ繝ｪ繝�け縺吶ｋ縺ｨ縲∝�繝代ャ繧ｱ繝ｼ繧ｸ縺ｮ髫主ｱ､縺瑚｡ｨ遉ｺ縺輔ｌ縺ｾ縺吶�/li>
+<li>迚ｹ螳壹�繝代ャ繧ｱ繝ｼ繧ｸ縲√け繝ｩ繧ｹ縺ｾ縺溘�繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ繧定｡ｨ遉ｺ縺励※縺�ｋ縺ｨ縺阪↓縲碁嚴螻､繝�Μ繝ｼ縲阪ｒ繧ｯ繝ｪ繝�け縺吶ｋ縺ｨ縲∬ｩｲ蠖薙☆繧九ヱ繝�こ繝ｼ繧ｸ縺ｮ縺ｿ縺ｮ髫主ｱ､縺瑚｡ｨ遉ｺ縺輔ｌ縺ｾ縺吶�/li>
+</ul>
+</li>
+<li class="blockList">
+<h2>髱樊耳螂ｨ縺ｮAPI</h2>
+<p><a href="deprecated-list.html">髱樊耳螂ｨ縺ｮAPI</a>繝壹�繧ｸ縺ｯ縲�撼謗ｨ螂ｨ縺ｮAPI繧偵☆縺ｹ縺ｦ繝ｪ繧ｹ繝医＠縺ｾ縺吶る撼謗ｨ螂ｨ縺ｮAPI縺ｨ縺ｯ縲∵ｩ溯�謾ｹ濶ｯ縺ｪ縺ｩ縺ｮ逅�罰縺九ｉ菴ｿ逕ｨ繧偵♀阮ｦ繧√〒縺阪↑縺上↑縺｣縺蘗PI縺ｮ縺薙→縺ｧ縲�壼ｸｸ縺ｯ縺昴ｌ縺ｫ莉｣繧上ｋAPI縺梧署萓帙＆繧後∪縺吶る撼謗ｨ螂ｨ縺ｮAPI縺ｯ莉雁ｾ後�螳溯｣�〒蜑企勁縺輔ｌ繧句庄閭ｽ諤ｧ縺後≠繧翫∪縺吶�/p>
+</li>
+<li class="blockList">
+<h2>邏｢蠑�/h2>
+<p><a href="index-files/index-1.html">邏｢蠑�/a>縺ｫ縺ｯ縲√☆縺ｹ縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縲√う繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縲√さ繝ｳ繧ｹ繝医Λ繧ｯ繧ｿ縲√Γ繧ｽ繝�ラ縺翫ｈ縺ｳ繝輔ぅ繝ｼ繝ｫ繝峨�繧｢繝ｫ繝輔ぃ繝吶ャ繝磯��繝ｪ繧ｹ繝医′蜷ｫ縺ｾ繧後∪縺吶�/p>
+</li>
+<li class="blockList">
+<h2>蜑�谺｡</h2>
+<p>縺薙ｌ繧峨�繝ｪ繝ｳ繧ｯ縺ｫ繧医ｊ縲∝燕縺ｾ縺溘�谺｡縺ｮ繧ｯ繝ｩ繧ｹ縲√う繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ縲√ヱ繝�こ繝ｼ繧ｸ縺ｾ縺溘�髢｢騾｣繝壹�繧ｸ縺ｸ遘ｻ蜍輔〒縺阪∪縺吶�/p>
+</li>
+<li class="blockList">
+<h2>繝輔Ξ繝ｼ繝/繝輔Ξ繝ｼ繝縺ｪ縺�/h2>
+<p>縺薙ｌ繧峨�繝ｪ繝ｳ繧ｯ縺ｯHTML繝輔Ξ繝ｼ繝縺ｮ陦ｨ遉ｺ縺ｨ髱櫁｡ｨ遉ｺ繧貞�繧頑崛縺医∪縺吶ゅ☆縺ｹ縺ｦ縺ｮ繝壹�繧ｸ縺ｯ繝輔Ξ繝ｼ繝縺ゅｊ縺ｧ繧ゅ√ヵ繝ｬ繝ｼ繝縺ｪ縺励〒繧り｡ｨ遉ｺ縺ｧ縺阪∪縺吶�/p>
+</li>
+<li class="blockList">
+<h2>縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</h2>
+<p><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a>繝ｪ繝ｳ繧ｯ縺ｫ縺ｯ縲√☆縺ｹ縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺翫ｈ縺ｳ繧､繝ｳ繧ｿ繝輔ぉ繝ｼ繧ｹ(髱枹tatic縺ｮ繝阪せ繝医＆繧後◆蝙九ｒ髯､縺�縺瑚｡ｨ遉ｺ縺輔ｌ縺ｾ縺吶�/p>
+</li>
+<li class="blockList">
+<h2>逶ｴ蛻怜喧縺輔ｌ縺溷ｽ｢蠑�/h2>
+<p>逶ｴ蛻怜喧蜿ｯ閭ｽ縺ｾ縺溘�螟夜Κ蛹門庄閭ｽ縺ｪ蜷�け繝ｩ繧ｹ縺ｯ縲∫峩蛻怜喧繝輔ぅ繝ｼ繝ｫ繝峨→繝｡繧ｽ繝�ラ縺ｮ隱ｬ譏弱ｒ蜷ｫ縺ｿ縺ｾ縺吶ゅ％縺ｮ諠�ｱ縺ｯ縲、PI繧剃ｽｿ逕ｨ縺吶ｋ髢狗匱閠�〒縺ｯ縺ｪ縺上∝�螳溯｣�ｒ陦後≧諡�ｽ楢�↓蠖ｹ遶九■縺ｾ縺吶ゅリ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝舌�縺ｫ繝ｪ繝ｳ繧ｯ縺後↑縺�ｴ蜷医∫峩蛻怜喧縺輔ｌ縺溘け繝ｩ繧ｹ縺ｫ遘ｻ蜍輔＠縺ｦ縲√け繝ｩ繧ｹ險倩ｿｰ縺ｮ縲碁未騾｣鬆�岼縲阪そ繧ｯ繧ｷ繝ｧ繝ｳ縺ｫ縺ゅｋ縲檎峩蛻怜喧縺輔ｌ縺溷ｽ｢蠑上阪ｒ繧ｯ繝ｪ繝�け縺吶ｋ縺薙→縺ｫ繧医ｊ縲√％縺ｮ諠�ｱ繧定｡ｨ遉ｺ縺ｧ縺阪∪縺吶�/p>
+</li>
+<li class="blockList">
+<h2>螳壽焚繝輔ぅ繝ｼ繝ｫ繝牙､</h2>
+<p><a href="constant-values.html">螳壽焚繝輔ぅ繝ｼ繝ｫ繝牙､</a>繝壹�繧ｸ縺ｫ縺ｯ縲《tatic final繝輔ぅ繝ｼ繝ｫ繝峨→縺昴�蛟､縺ｮ繝ｪ繧ｹ繝医′縺ゅｊ縺ｾ縺吶�/p>
+</li>
+</ul>
+<em>縺薙�繝倥Ν繝励�繝輔ぃ繧､繝ｫ縺ｯ縲∵ｨ呎ｺ謀oclet繧剃ｽｿ逕ｨ縺励※逕滓�縺輔ｌ縺蘗PI繝峨く繝･繝｡繝ｳ繝医↓驕ｩ逕ｨ縺輔ｌ縺ｾ縺吶�/em></div>
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<div class="bottomNav"><a name="navbar_bottom">
+<!--   -->
+</a><a href="#skip-navbar_bottom" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ繝ｻ繝ｪ繝ｳ繧ｯ繧偵せ繧ｭ繝��"></a><a name="navbar_bottom_firstrow">
+<!--   -->
+</a>
+<ul class="navList" title="繝翫ン繧ｲ繝ｼ繧ｷ繝ｧ繝ｳ">
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-summary.html">繝代ャ繧ｱ繝ｼ繧ｸ</a></li>
+<li>繧ｯ繝ｩ繧ｹ</li>
+<li>菴ｿ逕ｨ</li>
+<li><a href="org/biohackathon/SPARQLBuilder/OWL/package-tree.html">髫主ｱ､繝�Μ繝ｼ</a></li>
+<li><a href="deprecated-list.html">髱樊耳螂ｨ</a></li>
+<li><a href="index-files/index-1.html">邏｢蠑�/a></li>
+<li class="navBarCell1Rev">繝倥Ν繝�/li>
+</ul>
+</div>
+<div class="subNav">
+<ul class="navList">
+<li>蜑�/li>
+<li>谺｡</li>
+</ul>
+<ul class="navList">
+<li><a href="index.html?help-doc.html" target="_top">繝輔Ξ繝ｼ繝</a></li>
+<li><a href="help-doc.html" target="_top">繝輔Ξ繝ｼ繝縺ｪ縺�/a></li>
+</ul>
+<ul class="navList" id="allclasses_navbar_bottom">
+<li><a href="allclasses-noframe.html">縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ</a></li>
+</ul>
+<div>
+<script type="text/javascript"><!--
+  allClassesLink = document.getElementById("allclasses_navbar_bottom");
+  if(window==top) {
+    allClassesLink.style.display = "block";
+  }
+  else {
+    allClassesLink.style.display = "none";
+  }
+  //-->
+</script>
+</div>
+<a name="skip-navbar_bottom">
+<!--   -->
+</a></div>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+</body>
+</html>
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Label.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Label.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Label.java (revision 2)
@@ -0,0 +1,36 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+public class Label {
+
+	private String label = null;
+	private String language = null;
+	
+	
+	public Label(String label, String language){
+		this.label = label;
+		this.language = language;
+	}
+
+
+	public String getLabel() {
+		return label;
+	}
+
+
+	public void setLabel(String label) {
+		this.label = label;
+	}
+
+
+	public String getLanguage() {
+		return language;
+	}
+
+
+	public void setLanguage(String language) {
+		this.language = language;
+	}
+
+
+
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Direction.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Direction.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Direction.java (revision 2)
@@ -0,0 +1,27 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ * 1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ�郁ｿｰ隱橸ｼ峨�蜷代″繧定ｨ倩ｿｰ縺吶ｋ
+ * <p>
+ * 蜷代″縺ｮ隗｣驥医�縺薙�縲Direction 縺御ｽｿ逕ｨ縺輔ｌ繧狗憾豕√↓蠢懊§縺ｦ螳壹∪繧�
+ * 
+ * @author Norio KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public enum Direction {
+	/**
+	 *  鬆�婿蜷�
+	 */
+	forward, 
+
+	/**
+	 *  騾�婿蜷�
+	 */
+	reverse, 
+
+	/**
+	 *  荳｡譁ｹ蜷�
+	 */
+	both;
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java (revision 2)
@@ -0,0 +1,540 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+import java.nio.charset.Charset;
+import java.util.ArrayList;
+import java.util.Collection;
+import java.util.HashMap;
+import java.util.HashSet;
+import java.util.List;
+import java.util.Set;
+
+import org.apache.http.HttpEntity;
+import org.apache.http.HttpResponse;
+import org.apache.http.NameValuePair;
+import org.apache.http.client.HttpClient;
+import org.apache.http.client.entity.UrlEncodedFormEntity;
+import org.apache.http.client.methods.HttpPost;
+import org.apache.http.impl.client.HttpClientBuilder;
+import org.apache.http.message.BasicNameValuePair;
+import org.apache.http.util.EntityUtils;
+
+import com.hp.hpl.jena.query.Query;
+import com.hp.hpl.jena.query.QueryExecution;
+import com.hp.hpl.jena.query.QueryExecutionFactory;
+import com.hp.hpl.jena.query.QueryFactory;
+import com.hp.hpl.jena.query.QuerySolution;
+import com.hp.hpl.jena.query.ResultSet;
+import com.hp.hpl.jena.rdf.model.Resource;
+/**
+ * 繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧ｯ繝ｩ繧ｹ
+ * @author Norio KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public class OWLQueryBuilderImpl implements OWLQueryBuilder {
+
+	// private Model model = null;
+	private String endpointURI = null;
+
+	
+	/**
+	 * 繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI繧呈欠螳壹☆繧区ｧ区�蟄�
+	 * 
+	 * @param endpointURI縲繧｢繧ｯ繧ｻ繧ｹ縺吶ｋSPARQL endpoint縺ｮURI
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public OWLQueryBuilderImpl(String endpointURI) {
+		this.endpointURI = endpointURI;
+	}
+
+	/**
+	 * 繝�せ繝医↓菴ｿ逕ｨ縺吶ｋmain繝｡繧ｽ繝�ラ
+	 * <p>
+	 * 繧ｯ繧ｨ繝ｪ繝薙Ν繝繝ｼ縺ｮ譛ｬ逡ｪ繝励Ο繧ｰ繝ｩ繝縺ｧ縺ｯ縺薙�繝｡繧ｽ繝�ラ縺ｯ菴ｿ逕ｨ縺励↑縺�
+	 * </p>
+	 * @param args 菴ｿ逕ｨ縺励↑縺�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public static void main(String[] args) throws Exception {
+		String sparqlEndpoint = "http://dbpedia.org/sparql";
+		String keyword = "artiste";
+		String[] graphURIs = new String[0];
+
+		OWLQueryBuilder builder = new OWLQueryBuilderImpl(sparqlEndpoint);
+		String[] clsURIs = builder.getOWLClasses(graphURIs, keyword);
+		for(String cls: clsURIs){
+			System.out.println(cls);
+		}
+
+		System.out.println("CLS");
+		ClassLink[] cls = builder.getNextClass(null, clsURIs[0], 0);
+		if( cls != null ){
+			for( ClassLink cl: cls){
+				System.out.println(cl.toString());
+			}
+		}
+
+		System.out.println("CLS-INS");
+		cls = builder.getNextClassViaInstanceLink(null, clsURIs[0], 100);
+		if( cls != null ){
+			for( ClassLink cl: cls){
+				System.out.println(cl.toString());
+			}
+		}
+
+		System.out.println("Instances");
+		Instance[] ins = builder.getInstances(null, "\"A.C. Reed\"@en");
+		if( ins != null ){
+			for( Instance in: ins){
+				System.out.println(in.toString());
+			}
+		}
+
+		
+		System.out.println("INS-INS");
+		ins = builder.getInstances(null, "\"A.C. Reed\"@en");
+		InstanceLink[] iLinks = builder.getNextInstancesViaInstanceLink(null, ins[0].getInstanceURI(), 100);
+		
+
+		
+		if( iLinks != null ){
+			for( InstanceLink in: iLinks){
+				System.out.println(in.toString());
+			}
+		}
+		
+		
+	}
+
+	
+	/**
+	 * 譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧�
+	 * <p>
+	 * 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param keyword ��ull繧�ｩｺ譁�ｭ励�荳榊庄��
+	 * @return 繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public String[] getOWLClasses(String[] graphURIs, String keyword)
+			throws Exception {
+		StringBuffer queryStr = new StringBuffer();
+		queryStr.append("PREFIX owl: <http://www.w3.org/2002/07/owl#>\n");
+		queryStr.append("PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n");
+		queryStr.append("PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n");
+		queryStr.append("SELECT DISTINCT ?c \n");
+		if (graphURIs != null) {
+			for (String graphURI : graphURIs) {
+				queryStr.append("FROM <");
+				queryStr.append(graphURI);
+				queryStr.append(">\n");
+			}
+		}
+		queryStr.append("WHERE{\n");
+		
+		queryStr.append(" {?c rdf:type rdfs:Class} UNION {?c rdf:type owl:Class}\n");
+
+		queryStr.append("      ?c rdfs:label ?label.\n");
+
+//		queryStr.append("      ?c rdfs:label ");
+//		queryStr.append(keyword);
+//		queryStr.append(".");
+
+		queryStr.append("  FILTER (\n"); 
+		queryStr.append("    REGEX( ?label , \"");
+		queryStr.append(keyword);
+		queryStr.append("\" , \"i\" )\n");
+		queryStr.append("  )"); 
+		queryStr.append("\n}");
+
+ System.out.println(queryStr.toString());
+		
+		Query query = QueryFactory.create(queryStr.toString());
+		QueryExecution qexec = QueryExecutionFactory.sparqlService(endpointURI,
+				query);
+
+		ResultSet results = qexec.execSelect();
+		ArrayList<String> solStrings = new ArrayList<String>();
+		for (; results.hasNext();) {
+			QuerySolution sol = results.next();
+			Resource res = sol.getResource("c");
+			String uri = res.getURI();
+			solStrings.add(uri);
+		}
+		qexec.close();
+		return solStrings.toArray(new String[0]);
+	}
+
+
+	/**
+	 *縲繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧�
+	 * <p>
+	 * 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+	 * <br>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param keyword ��ull繧�ｩｺ譁�ｭ励�荳榊庄��
+	 * @return 繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public Instance[] getInstances(String[] graphURIs, String keyword)
+			throws Exception {
+		StringBuffer queryStr = new StringBuffer();
+		queryStr.append("PREFIX owl: <http://www.w3.org/2002/07/owl#>\n");
+		queryStr.append("PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n");
+		queryStr.append("PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n");
+		queryStr.append("SELECT DISTINCT ?ins ?c \n");
+		if (graphURIs != null) {
+			for (String graphURI : graphURIs) {
+				queryStr.append("FROM <");
+				queryStr.append(graphURI);
+				queryStr.append(">\n");
+			}
+		}
+		queryStr.append("WHERE{\n");
+//		queryStr.append(" {?c rdf:type rdfs:Class} UNION {?c rdf:type owl:Class}\n");
+
+		
+		queryStr.append("      ?ins rdf:type ?c.\n");
+		queryStr.append("      ?ins rdfs:label ");
+		queryStr.append(keyword);
+		queryStr.append(".\n");
+		queryStr.append(" FILTER (?c != rdf:Property)");
+		queryStr.append("}");
+				
+// System.out.println(queryStr.toString());
+		
+		Query query = QueryFactory.create(queryStr.toString());
+		QueryExecution qexec = QueryExecutionFactory.sparqlService(endpointURI,
+				query);
+
+		ResultSet results = qexec.execSelect();
+		HashMap<String, HashSet<String>> instanceMap = new HashMap<String, HashSet<String>>();
+		for (; results.hasNext();) {
+			QuerySolution sol = results.next();
+			Resource cls = sol.getResource("c");
+			Resource ins = sol.getResource("ins");
+			String clsURI = cls.getURI();
+			String insURI = ins.getURI();
+			if( instanceMap.containsKey(insURI)){
+				HashSet<String> classes = instanceMap.get(insURI);
+				classes.add(clsURI);
+			}else{
+				HashSet<String> classes = new HashSet<String>();
+				instanceMap.put(insURI, classes);
+				classes.add(clsURI);
+			}
+		}
+		qexec.close();
+		Set<String> keySet = instanceMap.keySet();
+		ArrayList<Instance> instanceList = new ArrayList<Instance>();
+		for(String key: keySet){
+			Instance ins = new Instance(key, instanceMap.get(key).toArray(new String[0]));
+			instanceList.add(ins);
+		}
+		return instanceList.toArray(new Instance[0]);
+	}
+
+	
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+	 * 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originClass 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public ClassLink[] getNextClass(String[] graphURIs, String originClass,
+			int limit) throws Exception {
+		StringBuffer queryStr = new StringBuffer();
+		queryStr.append("PREFIX owl: <http://www.w3.org/2002/07/owl#>\n");
+		queryStr.append("PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n");
+		queryStr.append("PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n");
+		queryStr.append("SELECT DISTINCT ?p ?pDirection ?c \n");
+		if (graphURIs != null) {
+			for (String graphURI : graphURIs) {
+				queryStr.append("FROM <");
+				queryStr.append(graphURI);
+				queryStr.append(">\n");
+			}
+		}
+		queryStr.append("WHERE{\n");
+		queryStr.append("  { ?c rdf:type rdfs:Class. }\n  UNION\n  { ?c rdf:type owl:Class. }\n");
+		queryStr.append("  { ?p rdfs:domain <");
+		queryStr.append(originClass);
+		queryStr.append(">.\n    ?p rdfs:range ?c.}\n  UNION\n");
+		queryStr.append("  { ?p rdfs:range <");
+		queryStr.append(originClass);
+		queryStr.append(">.\n    ?p rdfs:domain ?c.}\n");
+		queryStr.append("  ?p ?pDirection ?c.\n");
+		queryStr.append("}\n");
+		if (limit > 0) {
+			queryStr.append("limit ");
+			queryStr.append(limit);
+			queryStr.append("\n");
+		}
+		
+//		System.out.println(queryStr.toString());	
+	
+		Query query = QueryFactory.create(queryStr.toString());
+		QueryExecution qexec = QueryExecutionFactory.sparqlService(endpointURI,
+				query);
+
+		ResultSet results = qexec.execSelect();
+		ArrayList<ClassLink> solCLs = new ArrayList<ClassLink>();
+		for (; results.hasNext();) {
+			QuerySolution sol = results.next();
+			Resource pro = sol.getResource("p");
+			Resource cls = sol.getResource("c");
+			Resource dir = sol.getResource("pDirection");
+			String proURI = pro.getURI();
+			String clsURI = cls.getURI();
+			String dirURI = dir.getURI();
+
+// 			System.out.println(pro.getURI() + " " + cls.getURI() + " " + dir.getURI());
+			
+			
+			Direction direction = null;
+			if( dirURI.equals("http://www.w3.org/2000/01/rdf-schema#domain") || dirURI.equals("rdfs:domain")){
+				direction = Direction.reverse;
+			}
+			if( dirURI.equals("http://www.w3.org/2000/01/rdf-schema#range") || dirURI.equals("rdfs:range")){
+				if( direction != null ){
+					direction = Direction.both;
+				}else{
+				direction = Direction.forward;
+				}
+			}
+//			System.out.println(direction);
+			ClassLink cl = new ClassLink(proURI, clsURI, direction, 0);
+			solCLs.add(cl);
+		}
+		qexec.close();
+		return solCLs.toArray(new ClassLink[0]);
+	}
+	
+	
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originClass 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public ClassLink[] getNextClassViaInstanceLink(String[] graphURIs, String originClass,
+			int limit) throws Exception {
+		StringBuffer queryStr = new StringBuffer();
+		queryStr.append("PREFIX owl: <http://www.w3.org/2002/07/owl#>\n");
+		queryStr.append("PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n");
+		queryStr.append("PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n");
+		queryStr.append("SELECT DISTINCT ?pf ?pr ?c \n");
+		if (graphURIs != null) {
+			for (String graphURI : graphURIs) {
+				queryStr.append("FROM <");
+				queryStr.append(graphURI);
+				queryStr.append(">\n");
+			}
+		}
+		queryStr.append("WHERE{\n");
+		queryStr.append("  ?ins rdf:type ?c.\n");
+		queryStr.append("  ?insOrg rdf:type <");
+		queryStr.append(originClass);
+		queryStr.append(">.\n");
+		queryStr.append("  { ?ins ?pr ?insOrg. }\n  UNION { ?insOrg ?pf ?ins. }\n");
+		queryStr.append("}\n");
+		if (limit > 0) {
+			queryStr.append("limit ");
+			queryStr.append(limit);
+			queryStr.append("\n");
+		}
+		
+//		System.out.println(queryStr.toString());	
+	
+		Query query = QueryFactory.create(queryStr.toString());
+		QueryExecution qexec = QueryExecutionFactory.sparqlService(endpointURI,
+				query);
+
+		ResultSet results = qexec.execSelect();
+		ArrayList<ClassLink> solCLs = new ArrayList<ClassLink>();
+		for (; results.hasNext();) {
+			QuerySolution sol = results.next();
+			Resource proForward = sol.getResource("pf");
+			Resource proReverse = sol.getResource("pr");
+			Resource cls = sol.getResource("c");
+			Direction direction = null;
+			String propURI = null;
+			if( proForward != null ){
+				if( proReverse != null ){
+					direction = Direction.both;
+				}else{
+					direction = Direction.forward;
+				}
+				propURI = proForward.getURI();
+			}else{
+				direction = Direction.reverse;
+				propURI = proReverse.getURI();
+			}
+			String clsURI = cls.getURI();
+//			System.out.println(propURI + " " + clsURI + " " + direction);
+			
+			ClassLink cl = new ClassLink(propURI, clsURI, direction, 0);
+			solCLs.add(cl);
+		}
+		qexec.close();
+		return solCLs.toArray(new ClassLink[0]);
+	}
+
+	
+	
+	public Path[] getPaths(String startClass, String endClass) throws Exception {
+		OWLClassGraph graph = new OWLClassGraph(startClass, endClass);
+		return graph.getPaths(this);
+	}
+
+	public String createSPARQL(Path path) throws Exception {
+		return null;
+	}
+
+
+	
+	
+/*
+	private String executeSelect(String sparqlQuery) throws Exception {
+		HttpClient client = HttpClientBuilder.create().build();
+		HttpPost httppost = new HttpPost(endpointURI);
+		httppost.setHeader("Content-Type", "application/x-www-form-urlencoded");
+		httppost.setHeader("Accept", "application/sparql-results+xml");
+		List<NameValuePair> nvpList = new ArrayList<NameValuePair>();
+		nvpList.add(new BasicNameValuePair("query", sparqlQuery));
+		// nvpList.add(new BasicNameValuePair("format",
+		// outputFormat.getMime()));
+		httppost.setEntity(new UrlEncodedFormEntity(nvpList, Charset
+				.forName("UTF-8")));
+		HttpResponse response = client.execute(httppost);
+		// System.out.println("[StatusLine] " + response.getStatusLine());
+		HttpEntity entity = response.getEntity();
+		String entityString = EntityUtils.toString(entity, "UTF-8");
+		return entityString;
+	}
+*/
+	
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�
+	 *縲蜿門ｾ励＆繧後◆蜷�う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧らｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originInstance 襍ｷ轤ｹ縺ｨ縺ｪ繧九う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋInstanceLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return InstanceLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public InstanceLink[] getNextInstancesViaInstanceLink(String[] graphURIs, String originInstance,
+			int limit) throws Exception {
+		StringBuffer queryStr = new StringBuffer();
+		queryStr.append("PREFIX owl: <http://www.w3.org/2002/07/owl#>\n");
+		queryStr.append("PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>\n");
+		queryStr.append("PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>\n");
+		queryStr.append("SELECT DISTINCT ?pf ?pr ?ins ?c \n");
+		if (graphURIs != null) {
+			for (String graphURI : graphURIs) {
+				queryStr.append("FROM <");
+				queryStr.append(graphURI);
+				queryStr.append(">\n");
+			}
+		}
+		queryStr.append("WHERE{\n");
+//		queryStr.append("  { ?c rdf:type rdfs:Class. }\n  UNION\n  { ?c rdf:type owl:Class. }\n");
+		queryStr.append("  ?ins rdf:type ?c.\n");
+		queryStr.append("  { ?ins ?pr <");
+		queryStr.append(originInstance);
+		queryStr.append(">. }\n  UNION { <");
+		queryStr.append(originInstance);
+		queryStr.append("> ?pf ?ins. }\n");
+
+		queryStr.append(" FILTER (?c != rdf:Property)");
+
+		queryStr.append("}\n");
+		if (limit > 0) {
+			queryStr.append("limit ");
+			queryStr.append(limit);
+			queryStr.append("\n");
+		}
+		
+//		System.out.println(queryStr.toString());	
+	
+		Query query = QueryFactory.create(queryStr.toString());
+		QueryExecution qexec = QueryExecutionFactory.sparqlService(endpointURI,
+				query);
+
+		ResultSet results = qexec.execSelect();
+		HashMap<String, InstanceLink> insLinkMap = new HashMap<String, InstanceLink>();
+		for (; results.hasNext();) {
+			QuerySolution sol = results.next();
+			Resource proForward = sol.getResource("pf");
+			Resource proReverse = sol.getResource("pr");
+			Resource ins = sol.getResource("ins");
+			Resource cls = sol.getResource("c");
+			Direction direction = null;
+			String propURI = null;
+			if( proForward != null ){
+				if( proReverse != null ){
+					direction = Direction.both;
+				}else{
+					direction = Direction.forward;
+				}
+				propURI = proForward.getURI();
+			}else{
+				direction = Direction.reverse;
+				propURI = proReverse.getURI();
+			}
+			String clsURI = cls.getURI();
+			String insURI = ins.getURI();
+			String key = propURI + "\t" + insURI + "\t" + direction;
+			if( insLinkMap.containsKey(key)){
+				InstanceLink insLink = insLinkMap.get(key);
+				insLink.addLinkedClassURI(clsURI);
+			}else{
+				InstanceLink insLink = new InstanceLink(propURI, insURI, new String[]{clsURI}, direction);
+				insLinkMap.put(key, insLink);
+			}
+		}
+		qexec.close();
+		Collection<InstanceLink> values = insLinkMap.values();
+		return values.toArray(new InstanceLink[0]);
+	}
+
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/InstanceLink.java (revision 2)
@@ -0,0 +1,122 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+import java.util.HashSet;
+
+/**
+ * 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ
+ * @author Norio KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public class InstanceLink {
+
+	private String propertyURI = null;
+	private String[] linkedClassURIs = null;
+	private String linkedInstanceURI = null;
+	private Direction direction = null;
+
+
+	/**
+	 * 繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�
+	 * <BR>
+	 * 繝ｪ繝ｳ繧ｯ蜈�(蜈� 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ縺､縺�※縺ｯ縲√◎繧後′螻槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧ゆｸ弱∴繧�
+	 * 
+	 * @param propertyURI縲繝励Ο繝代ユ繧｣縺ｮURI
+	 * @param linkedInstanceURI縲繝ｪ繝ｳ繧ｯ縺ｮ荳ｻ隱槭√√≠繧九＞縺ｯ繝ｪ繝ｳ繧ｯ縺ｮ逶ｮ逧�ｪ槭→縺ｪ縺｣縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI
+	 * @param linkedClassURIs縲linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺ｮURI縺ｮ驟榊�
+	 * @param direction 繝励Ο繝代ユ繧｣縺ｮ蜷代″縲〕inkedClassURI縺ｮ繧ｯ繝ｩ繧ｹ縺後Μ繝ｳ繧ｯ蜈医↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.forward,繝ｪ繝ｳ繧ｯ蜈�↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.reverse, 縺昴ｌ繧我ｸ｡譁ｹ縺ｮ譎ゅ�Direction.both繧呈欠螳壹☆繧�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public InstanceLink(String propertyURI, String linkedInstanceURI, String[] linkedClassURIs, Direction direction){
+		this.propertyURI = propertyURI;
+		this.linkedInstanceURI = linkedInstanceURI;
+		this.linkedClassURIs = linkedClassURIs;
+		this.direction = direction;
+	}
+	
+
+	/**
+	 * linkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｸ縺､霑ｽ蜉縺吶ｋ
+	 * 
+	 * @param classURI縲霑ｽ蜉縺吶ｋlinkedInstanceURI縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ縺ｮURI
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public void addLinkedClassURI(String classURI){
+		if( linkedClassURIs == null || linkedClassURIs.length == 0 ){
+			linkedClassURIs = new String[]{classURI};
+		}else{
+			HashSet<String> hSet = new HashSet<String>();
+			for(String clsURI: linkedClassURIs){
+				hSet.add(clsURI);
+			}
+			hSet.add(classURI);
+			linkedClassURIs = hSet.toArray(new String[0]);
+		}
+	}
+	
+	/**
+	 * 譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�
+	 * 
+	 * @since 28.01.2014
+	 */
+	public String toString(){
+		StringBuffer sb = new StringBuffer();
+		sb.append(propertyURI);
+		if( direction == Direction.forward ){
+			sb.append(" --> ");
+		}else{
+			if( direction == Direction.reverse ){
+			sb.append(" <-- ");
+			}else{
+				sb.append(" <-> ");
+			}
+		}
+		sb.append(linkedInstanceURI);
+		sb.append(" rdf:type [");
+		if( linkedClassURIs != null ){
+			for( int i = 0; i < linkedClassURIs.length; i++ ) {
+				if( i != 0 ) {
+					sb.append(", ");
+				}
+				sb.append(linkedClassURIs[i]);
+			}
+		}
+		sb.append("]");
+		return sb.toString();
+	}
+	
+	public String getPropertyURI() {
+		return propertyURI;
+	}
+	public void setPropertyURI(String propertyURI) {
+		this.propertyURI = propertyURI;
+	}
+	public String[] getLinkedClassURIs() {
+		return linkedClassURIs;
+	}
+	public void setLinkedClassURIs(String[] linkedClassURIs) {
+		this.linkedClassURIs = linkedClassURIs;
+	}
+	public Direction getDirection() {
+		return direction;
+	}
+	public void setDirection(Direction direction) {
+		this.direction = direction;
+	}
+
+	public String getLinkedInstanceURI() {
+		return linkedInstanceURI;
+	}
+
+	public void setLinkedInstanceURI(String linkedInstanceURI) {
+		this.linkedInstanceURI = linkedInstanceURI;
+	}
+		
+	// private String[] propertyDomainClassURIs = null;
+	// private String[] propertyRangeClassURIs = null;
+
+		
+
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/LabeledMultiDigraph.java (revision 2)
@@ -0,0 +1,36 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ *
+ * @author atsuko
+ */
+import java.util.*;
+
+
+public class LabeledMultiDigraph {
+    List<List<LabeledEdge>> adjlist;
+    List<String> labels;
+    HashMap<String,Integer> labelednodes;
+    
+    public class LabeledEdge{
+        Integer node;
+        String label;
+        Direction direction;
+    }
+    
+    public LabeledMultiDigraph(){
+        adjlist = new ArrayList<List<LabeledEdge>>();
+        labels = new LinkedList<String>();
+        labelednodes = new HashMap<String, Integer>();
+    }
+    
+    public void addNodes(String label){
+        labels.add(label);
+        adjlist.add(new LinkedList<LabeledEdge>());
+    }
+    
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/ClassLink.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/ClassLink.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/ClassLink.java (revision 2)
@@ -0,0 +1,92 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ * 繧ｯ繝ｩ繧ｹ縺ｸ縲√≠繧九＞縺ｯ繧ｯ繝ｩ繧ｹ縺九ｉ縺ｮ1繧ｹ繝�ャ繝励Μ繝ｳ繧ｯ繧定ｨ倩ｿｰ縺吶ｋ
+ * @author Norio KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public class ClassLink {
+
+	private String propertyURI = null;
+	private String linkedClassURI = null;
+	private Direction direction = null;
+	private int numOfLinks = 0;
+
+	/**
+	 * 繝励Ο繝代ユ繧｣URI縲√Μ繝ｳ繧ｯ蜈茨ｼ亥��峨け繝ｩ繧ｹ縲√Μ繝ｳ繧ｯ縺ｮ蜷代″繧剃ｸ弱∴繧区ｧ区�蟄�
+	 * 
+	 * @param propertyURI縲繝励Ο繝代ユ繧｣縺ｮURI
+	 * @param linkedClassURI縲繝ｪ繝ｳ繧ｯ縺ｮ荳ｻ隱槭√√≠繧九＞縺ｯ繝ｪ繝ｳ繧ｯ縺ｮ逶ｮ逧�ｪ槭→縺ｪ縺｣縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ縺ｮURI
+	 * @param direction 繝励Ο繝代ユ繧｣縺ｮ蜷代″縲〕inkedClassURI縺ｮ繧ｯ繝ｩ繧ｹ縺後Μ繝ｳ繧ｯ蜈医↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.forward,繝ｪ繝ｳ繧ｯ蜈�↓縺ｪ縺｣縺ｦ縺�ｋ縺ｨ縺阪�Direction.reverse, 縺昴ｌ繧我ｸ｡譁ｹ縺ｮ譎ゅ�Direction.both繧呈欠螳壹☆繧�
+	 * @param numOfLinks 蠖楢ｩｲ繝励Ο繝代ユ繧｣縺ｧ荳｡遶ｯ繧ｯ繝ｩ繧ｹ縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ蜷悟｣ｫ繧偵▽縺ｪ縺�〒縺�ｋ繝ｪ繝ｳ繧ｯ謨ｰ�医ヨ繝ｪ繝励Ν謨ｰ��
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public ClassLink(String propertyURI, String linkedClassURI, Direction direction, int numLinks){
+		this.propertyURI = propertyURI;
+		this.linkedClassURI = linkedClassURI;
+		this.direction = direction;
+		this.numOfLinks = numLinks;
+	}
+	
+	
+	public int getNumOfLinks() {
+		return numOfLinks;
+	}
+
+
+
+
+	public void setNumOfLinks(int numOfLinks) {
+		this.numOfLinks = numOfLinks;
+	}
+
+
+
+
+	/**
+	 * 譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�
+	 * 
+	 * @since 28.01.2014
+	 */
+	public String toString(){
+		StringBuffer sb = new StringBuffer();
+		sb.append(propertyURI);
+		if( direction == Direction.forward ){
+			sb.append(" --> ");
+		}else{
+			if( direction == Direction.reverse ){
+			sb.append(" <-- ");
+			}else{
+				sb.append(" <-> ");
+			}
+		}
+		sb.append(linkedClassURI);
+		return sb.toString();
+	}
+	
+	public String getPropertyURI() {
+		return propertyURI;
+	}
+	public void setPropertyURI(String propertyURI) {
+		this.propertyURI = propertyURI;
+	}
+	public String getLinkedClassURI() {
+		return linkedClassURI;
+	}
+	public void setLinkedClassURI(String linkedClassURI) {
+		this.linkedClassURI = linkedClassURI;
+	}
+	public Direction getDirection() {
+		return direction;
+	}
+	public void setDirection(Direction direction) {
+		this.direction = direction;
+	}
+		
+	// private String[] propertyDomainClassURIs = null;
+	// private String[] propertyRangeClassURIs = null;
+
+		
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Instance.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Instance.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Instance.java (revision 2)
@@ -0,0 +1,67 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ * 螻槭＠縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧剃ｿ晄戟縺励※繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｨ倩ｿｰ縺吶ｋ
+ * @author Norio KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public class Instance {
+
+	private String instanceURI;
+//	private Label instanceLabel;
+	private String[] classURIs;
+	
+	/**
+	 * 繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縺ｨ縺昴�繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ繧剃ｸ弱∴繧区ｧ区�蟄�
+	 * 
+	 * @param instanceURI縲繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI
+	 * @param classURIs縲蠖楢ｩｲ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺悟ｱ槭＠縺ｦ縺�ｋ縺吶∋縺ｦ縺ｮ繧ｯ繝ｩ繧ｹ縺ｮURI縺ｮ驟榊�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public Instance(String instanceURI, String[] classURIs){
+		this.instanceURI = instanceURI;
+		this.classURIs = classURIs;
+	}
+
+	public String getInstanceURI() {
+		return instanceURI;
+	}
+
+	public void setInstanceURI(String instanceURI) {
+		this.instanceURI = instanceURI;
+	}
+
+	public String[] getClassURIs() {
+		return classURIs;
+	}
+
+	public void setClassURIs(String[] classURIs) {
+		this.classURIs = classURIs;
+	}
+
+	/**
+	 * 譁�ｭ怜�陦ｨ險倥ｒ蜿門ｾ励☆繧�
+	 * 
+	 * @since 28.01.2014
+	 */
+	public String toString(){
+		StringBuffer sb = new StringBuffer();
+		sb.append(instanceURI);
+		sb.append (" rdf:type ");
+		sb.append("[");
+		if( classURIs != null ){
+			for( int i = 0; i < classURIs.length; i++ ){
+				if( i != 0 ){
+					sb.append(", ");
+				}
+				sb.append(classURIs[i]);
+			}
+		}
+		sb.append("]");
+		return sb.toString();
+	}
+	
+	
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLClassGraph.java (revision 2)
@@ -0,0 +1,98 @@
+/*
+ * To change this template, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ *
+ * @author atsuko
+ */
+import java.util.*;
+
+public class OWLClassGraph extends LabeledMultiDigraph{
+    String startClass;
+    String endClass;
+    int startNode;
+    int endNode;
+    int nsteps;
+    int limit;
+    
+    List<OWLEdge> allOWLEdge; 
+        
+    public class OWLEdge{
+        String startClass;
+        ClassLink classLink;
+        public OWLEdge(String startClass, ClassLink classLink){
+           this.startClass = startClass; 
+           this.classLink = classLink;
+        }
+    }
+    
+    public class LinkAndPath{
+        ClassLink classLink;
+        List<ClassLink> path;
+        public LinkAndPath(ClassLink classLink, List<ClassLink> path){
+           this.classLink = classLink;
+           this.path = path;
+        }
+    }
+    
+    public OWLClassGraph(String p_startClass, String p_endClass){
+        super();
+        startClass = p_startClass;
+        adjlist.add(new LinkedList<LabeledEdge>());
+        labels.add(startClass);
+        endClass = p_endClass;
+        labels.add(endClass);
+        nsteps = 3;
+        limit = 100;
+        allOWLEdge= new LinkedList<OWLEdge>();
+    }
+    
+    public void generateGraph(){
+        // atode
+    }
+    
+    public Path[] getPaths(OWLQueryBuilderImpl qb){
+        List<List<ClassLink>> paths = searchPathsFromOWL(qb);
+        Path[] patharray = new Path[paths.size()];
+        ListIterator<List<ClassLink>> pit = paths.listIterator();
+        int i = 0;
+        while ( pit.hasNext() ){
+            patharray[i].setStartClass(startClass);
+            List<ClassLink> path = pit.next();
+            path.remove(0);
+            patharray[i].setClassLinks(path);
+            i++;
+        }
+        return patharray;
+    }
+    
+    private List<List<ClassLink>> searchPathsFromOWL(OWLQueryBuilderImpl qb){
+        List<List<ClassLink>> paths = new ArrayList<List<ClassLink>>();
+        ClassLink crrLink = new ClassLink(null,startClass,Direction.both);
+        List<LinkAndPath> lp = new LinkedList<LinkAndPath>();
+        lp.add(new LinkAndPath(crrLink, new LinkedList<ClassLink>()));
+        try{
+          for ( int i = 0; i < nsteps; i++ ){
+              ListIterator<LinkAndPath> lit = lp.listIterator();
+              List<LinkAndPath> nextlp = new LinkedList<LinkAndPath>();
+              while ( lit.hasNext() ){
+                  LinkAndPath crrlp = lit.next();
+                  if ( crrlp.classLink.getLinkedClassURI().equals(endClass) ){ continue; }
+                  ClassLink[] classLinks = qb.getNextClass(null, crrlp.classLink.getLinkedClassURI(), limit);
+                  for ( int j = 0 ; j < classLinks.length; j++ ){
+                      List<ClassLink> crrpath = new LinkedList<ClassLink>(crrlp.path);
+                      crrpath.add(classLinks[j]);
+                      if ( classLinks[j].getLinkedClassURI().equals(endClass) ){
+                          paths.add(new LinkedList<ClassLink>(crrpath));
+                      }
+                      nextlp.add(new LinkAndPath(classLinks[j],crrpath));
+                  }
+              }
+          }
+        }catch(Exception e){ System.err.println(e);}
+        return paths;
+    }
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Path.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Path.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/Path.java (revision 2)
@@ -0,0 +1,58 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+import java.util.List;
+
+/**
+ * 襍ｷ轤ｹ縺ｨ縺ｪ繧九Μ繧ｽ繝ｼ繧ｹ縺九ｉ騾先ｬ｡逧�↓隍�焚繝ｪ繝ｳ繧ｯ縺ｧ邨らせ繝ｪ繧ｽ繝ｼ繧ｹ縺ｾ縺ｧ謗･邯壹＆繧後ｋ荳縺､縺ｮ繝代せ繧定ｨ倩ｿｰ縺吶ｋ
+ * @author Yamaguchi
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public class Path{
+
+	/**
+	 * 繝代せ縺ｮ襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI
+	 */
+	private String startClass;
+
+	/**
+	 * 繝代せ縺ｮ襍ｷ轤ｹ縺九ｉ邨らせ縺ｫ蜷代°縺｣縺ｦ騾先ｬ｡逧�↓縺､縺ｪ縺後ｋ繧ｯ繝ｩ繧ｹ髢薙Μ繝ｳ繧ｯ縺ｮ繝ｪ繧ｹ繝�
+	 */
+	private List<ClassLink> classLinks;
+	
+	public String getStartClass(){
+		return startClass;
+	}
+
+/*	public String[] getProperties(){
+		return properties;
+	}
+
+	public String[] getObjectClasses(){
+		return objectClasses;
+	}
+
+	public Direction[] getDirections(){
+		return directions;
+	}
+	*/
+	public List<ClassLink> getClassLinks(){
+		return classLinks;
+	}	
+	
+	public Path(){}
+	
+	public Path(String startClass, List<ClassLink> classLinks){
+		this.startClass = startClass;
+		this.classLinks = classLinks;
+	}
+	
+	public void setStartClas(String startClass){
+		this.startClass = startClass;
+	}
+
+	public void setClassLinks(List<ClassLink> classLinks){
+		this.classLinks = classLinks;
+	}
+	
+}
Index: BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java
===================================================================
--- BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java (revision 2)
+++ BH13SPARQLBuilder/src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilder.java (revision 2)
@@ -0,0 +1,103 @@
+package org.biohackathon.SPARQLBuilder.OWL;
+
+/**
+ * 繧ｯ繧ｨ繝ｪ繧堤函謌舌☆繧九◆繧√�讖溯�繧呈署萓帙☆繧区ｸ繧､繝ｳ繧ｿ繝ｼ繝輔ぉ繧､繧ｹ
+ * @author YAMAGUCHI
+ * @author GO
+ * @author KOZAKI
+ * @author KOBAYASHI
+ * @since 28.01.2014
+ * @version 29.01.2014
+ */
+public interface OWLQueryBuilder {
+	/**
+	 * 譏守､ｺ逧�↓RDF縺ｧ譖ｸ縺九ｌ縺ｦ縺�ｋ繧ｯ繝ｩ繧ｹ繧貞叙蠕励☆繧�
+	 * <p>
+	 * 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧ｯ繝ｩ繧ｹ��dfs:Class�峨ｒ縺吶∋縺ｦ霑斐☆
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param keyword ��ull繧�ｩｺ譁�ｭ励�荳榊庄��
+	 * @return 繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public String[] getOWLClasses(String[] graphURIs, String keyword) throws Exception;
+
+	/**
+	 *縲繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧貞叙蠕励☆繧�
+	 * <p>
+	 * 謖�ｮ壹＆繧後◆graphURIs縺ｮ荳ｭ縺九ｉ縲√く繝ｼ繝ｯ繝ｼ繝峨↓繝偵ャ繝医☆繧九Λ繝吶Ν繧呈戟縺､繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧偵☆縺ｹ縺ｦ霑斐☆
+	 * <br>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� (null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param keyword ��ull繧�ｩｺ譁�ｭ励�荳榊庄��
+	 * @return 繧ｯ繝ｩ繧ｹURI縺ｮ驟榊�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public Instance[] getInstances(String[] graphURIs, String keyword) throws Exception;
+
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励∵�遉ｺ逧�↓險倩ｿｰ縺輔ｌ縺ｦ縺�ｋOWL縺ｮproperty蛻ｶ邏�ｒ隱ｿ縺ｹ縲√◎縺ｮproperty蛻ｶ邏�〒
+	 * 髢｢騾｣縺･縺代ｉ繧後※縺�ｋ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originClass 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public ClassLink[] getNextClass(String[] graphURIs, String originClass, int limit) throws Exception;
+
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧ｯ繝ｩ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧ｯ繝ｩ繧ｹ縺ｫ螻槭＠縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励＠縲∝叙蠕励＠縺溘う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧堤ｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originClass 襍ｷ轤ｹ縺ｨ縺ｪ繧九け繝ｩ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋClassLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return ClassLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+	public ClassLink[] getNextClassViaInstanceLink(String[] graphURIs, String originClass, int limit) throws Exception;
+
+	public Path[] getPaths(String startClass, String endClass) throws Exception;
+	public String createSPARQL(Path path) throws Exception;
+
+	/**
+	 *縲謖�ｮ壹＆繧後◆繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ繧定ｵｷ轤ｹ縺ｨ縺励√◎縺ｮ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｫ繝ｪ繝ｳ繧ｯ縺悟ｼｵ繧峨ｌ縺ｦ縺�ｋ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ髮�粋繧貞叙蠕励☆繧九�
+	 *縲蜿門ｾ励＆繧後◆蜷�う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮ繧ｯ繝ｩ繧ｹ繧らｶｲ鄒�噪縺ｫ蜿門ｾ励☆繧�
+	 * <p>
+	 * 縺薙％縺ｧ繧､繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｨ縺ｯ縲〉df:type縺ｮ荳ｻ隱槭→縺励※險倩ｿｰ縺輔ｌ縺ｦ縺�ｋ繧ゅ�繧偵＞縺�
+	 * <br>
+	 * 蜃ｦ逅�ｯｾ雎｡繝��繧ｿ繧暖raphURIs縺ｧ謖�ｮ壹☆繧九％縺ｨ縺後〒縺阪ｋ
+	 * <br>
+	 * </p>
+	 * 
+	 * @param graphURIs縲讀懃ｴ｢蟇ｾ雎｡縺ｮgraph縺ｮURI驟榊� 縲(null繧�聞縺�縺ｮ驟榊�繧ょ庄)
+	 * @param originInstance 襍ｷ轤ｹ縺ｨ縺ｪ繧九う繝ｳ繧ｹ繧ｿ繝ｳ繧ｹ縺ｮURI縲��ull荳榊庄��
+	 * @param limit 隗｣縺ｨ縺励※霑斐＆繧後ｋInstanceLink驟榊�縺ｮ髟ｷ縺輔�荳企剞蛟､繧呈欠螳壹☆繧九�荳企剞蛟､繧定ｨｭ螳壹＠縺ｪ縺�ｴ蜷医�0莉･荳九�蛟､繧呈欠螳壹☆繧�
+	 * @return InstanceLink縺ｮ驟榊�縲ゅ％縺薙↓縺ｯ縲∝叙蠕励＆繧後◆繧ｯ繝ｩ繧ｹ縺ｨ髢｢菫ゅ▼縺代ｉ繧後※縺�ｋ繝励Ο繝代ユ繧｣縲�未菫ゅ�蜷代″縺悟性縺ｾ繧後ｋ縲�
+	 * @throws Exception
+	 * @since 28.01.2014
+	 */
+ InstanceLink[] getNextInstancesViaInstanceLink(String[] graphURIs, String originInstance,
+			int limit) throws Exception;
+}
Index: BH13SPARQLBuilder/pom.xml
===================================================================
--- BH13SPARQLBuilder/pom.xml (revision 2)
+++ BH13SPARQLBuilder/pom.xml (revision 2)
@@ -0,0 +1,41 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>BH13SPARQLBuilder</groupId>
+  <artifactId>BH13SPARQLBuilder</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>3.1</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
+  	<dependency>
+  		<groupId>com.hp.hpl.jena</groupId>
+  		<artifactId>jena</artifactId>
+  		<version>2.6.4</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>com.hp.hpl.jena</groupId>
+  		<artifactId>arq</artifactId>
+  		<version>2.8.8</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.apache.httpcomponents</groupId>
+  		<artifactId>httpcore</artifactId>
+  		<version>4.3</version>
+  	</dependency>
+  	<dependency>
+  		<groupId>org.apache.httpcomponents</groupId>
+  		<artifactId>httpclient</artifactId>
+  		<version>4.3.1</version>
+  	</dependency>
+  </dependencies>
+</project>
Index: BH13SPARQLBuilder/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- BH13SPARQLBuilder/.settings/org.eclipse.jdt.core.prefs (revision 2)
+++ BH13SPARQLBuilder/.settings/org.eclipse.jdt.core.prefs (revision 2)
@@ -0,0 +1,12 @@
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.7
+org.eclipse.jdt.core.compiler.debug.lineNumber=generate
+org.eclipse.jdt.core.compiler.debug.localVariable=generate
+org.eclipse.jdt.core.compiler.debug.sourceFile=generate
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
+org.eclipse.jdt.core.compiler.source=1.7
Index: BH13SPARQLBuilder/.settings/org.eclipse.m2e.core.prefs
===================================================================
--- BH13SPARQLBuilder/.settings/org.eclipse.m2e.core.prefs (revision 2)
+++ BH13SPARQLBuilder/.settings/org.eclipse.m2e.core.prefs (revision 2)
@@ -0,0 +1,4 @@
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
Index: BH13SPARQLBuilder/.settings/org.eclipse.core.resources.prefs
===================================================================
--- BH13SPARQLBuilder/.settings/org.eclipse.core.resources.prefs (revision 2)
+++ BH13SPARQLBuilder/.settings/org.eclipse.core.resources.prefs (revision 2)
@@ -0,0 +1,3 @@
+eclipse.preferences.version=1
+encoding//src/org/biohackathon/SPARQLBuilder/OWL/OWLQueryBuilderImpl.java=UTF-8
+encoding/<project>=UTF-8
