-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds setNamespace method to switch namespace of entities to add into …
…an ontology (this can be used to reuse terms from external vocabularies and ontologies); cleans printing of ontology information and entities by numbering lists of entities. Updates README to include an example of using setNamespace method.
- Loading branch information
1 parent
9aafcf2
commit 9308af1
Showing
85 changed files
with
40,579 additions
and
5,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (12.0.2) on Wed Sep 29 17:39:35 CEST 2021 --> | ||
<title>All Classes (simpleOWLAPI wrapper for the OWLAPI 1.2.1 API)</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="dc.created" content="2021-09-29"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> | ||
<!--[if IE]> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-ui.js"></script> | ||
</head> | ||
<body> | ||
<script type="text/javascript"><!-- | ||
try { | ||
if (location.href.indexOf('is-external=true') == -1) { | ||
parent.document.title="All Classes (simpleOWLAPI wrapper for the OWLAPI 1.2.1 API)"; | ||
} | ||
} | ||
catch(err) { | ||
} | ||
//--> | ||
var pathtoroot = "./"; | ||
var useModuleDirectories = true; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<header role="banner"> | ||
<nav role="navigation"> | ||
<div class="fixedNav"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="topNav"><a id="navbar.top"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.top.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-summary.html">Package</a></li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="subNav"> | ||
<ul class="navListSearch"> | ||
<li><label for="search">SEARCH:</label> | ||
<input type="text" id="search" value="search" disabled="disabled"> | ||
<input type="reset" id="reset" value="reset" disabled="disabled"> | ||
</li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.top"> | ||
<!-- --> | ||
</a> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
</div> | ||
<div class="navPadding"> </div> | ||
<script type="text/javascript"><!-- | ||
$('.navPadding').css('padding-top', $('.fixedNav').css("height")); | ||
//--> | ||
</script> | ||
</nav> | ||
</header> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Classes" class="title">All Classes</h1> | ||
</div> | ||
<div class="allClassesContainer"> | ||
<ul class="blockList"> | ||
<li class="blockList"> | ||
<div class="typeSummary"> | ||
<table> | ||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption> | ||
<tr> | ||
<th class="colFirst" scope="col">Class</th> | ||
<th class="colLast" scope="col">Description</th> | ||
</tr> | ||
<tbody> | ||
<tr class="altColor" id="i0"> | ||
<td class="colFirst"><a href="org/semanticweb/owl/simpleowlapi/Parser.html" title="class in org.semanticweb.owl.simpleowlapi">Parser</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Represents a Parser wrapper class for working with the Manchester OWL syntax.</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i1"> | ||
<td class="colFirst"><a href="org/semanticweb/owl/simpleowlapi/Provider.html" title="class in org.semanticweb.owl.simpleowlapi">Provider</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Represents a Provider class providing a default implementation for getting a short form, human-readable label for an entity with an IRI from an ontology.</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i2"> | ||
<td class="colFirst"><a href="org/semanticweb/owl/simpleowlapi/SelectedReasoner.html" title="class in org.semanticweb.owl.simpleowlapi">SelectedReasoner</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Represents a SelectedReasoner class that catalogues / enumerates metadata about OWL 2 reasoners which simpleOWLAPI is able to interact with.</div> | ||
</th> | ||
</tr> | ||
<tr class="rowColor" id="i3"> | ||
<td class="colFirst"><a href="org/semanticweb/owl/simpleowlapi/SimpleOWLAPIFactory.html" title="class in org.semanticweb.owl.simpleowlapi">SimpleOWLAPIFactory</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Core class for simpleOWLAPI which provides access to all methods for constructing and editing OWL ontologies.</div> | ||
</th> | ||
</tr> | ||
<tr class="altColor" id="i4"> | ||
<td class="colFirst"><a href="org/semanticweb/owl/simpleowlapi/SimpleOWLReasoner.html" title="class in org.semanticweb.owl.simpleowlapi">SimpleOWLReasoner</a></td> | ||
<th class="colLast" scope="row"> | ||
<div class="block">Class for simpleOWLAPI which provides access to methods for reasoning with OWL ontologies.</div> | ||
</th> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<nav role="navigation"> | ||
<!-- ======= START OF BOTTOM NAVBAR ====== --> | ||
<div class="bottomNav"><a id="navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.bottom.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-summary.html">Package</a></li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<!-- ======== END OF BOTTOM NAVBAR ======= --> | ||
</nav> | ||
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p> | ||
</footer> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
<!DOCTYPE HTML> | ||
<!-- NewPage --> | ||
<html lang="en"> | ||
<head> | ||
<!-- Generated by javadoc (12.0.2) on Wed Sep 29 17:39:35 CEST 2021 --> | ||
<title>All Packages (simpleOWLAPI wrapper for the OWLAPI 1.2.1 API)</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta name="dc.created" content="2021-09-29"> | ||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> | ||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style"> | ||
<script type="text/javascript" src="script.js"></script> | ||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script> | ||
<!--[if IE]> | ||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> | ||
<![endif]--> | ||
<script type="text/javascript" src="jquery/jquery-3.3.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-migrate-3.0.1.js"></script> | ||
<script type="text/javascript" src="jquery/jquery-ui.js"></script> | ||
</head> | ||
<body> | ||
<script type="text/javascript"><!-- | ||
try { | ||
if (location.href.indexOf('is-external=true') == -1) { | ||
parent.document.title="All Packages (simpleOWLAPI wrapper for the OWLAPI 1.2.1 API)"; | ||
} | ||
} | ||
catch(err) { | ||
} | ||
//--> | ||
var pathtoroot = "./"; | ||
var useModuleDirectories = true; | ||
loadScripts(document, 'script');</script> | ||
<noscript> | ||
<div>JavaScript is disabled on your browser.</div> | ||
</noscript> | ||
<header role="banner"> | ||
<nav role="navigation"> | ||
<div class="fixedNav"> | ||
<!-- ========= START OF TOP NAVBAR ======= --> | ||
<div class="topNav"><a id="navbar.top"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.top.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-summary.html">Package</a></li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<div class="subNav"> | ||
<ul class="navListSearch"> | ||
<li><label for="search">SEARCH:</label> | ||
<input type="text" id="search" value="search" disabled="disabled"> | ||
<input type="reset" id="reset" value="reset" disabled="disabled"> | ||
</li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.top"> | ||
<!-- --> | ||
</a> | ||
<!-- ========= END OF TOP NAVBAR ========= --> | ||
</div> | ||
<div class="navPadding"> </div> | ||
<script type="text/javascript"><!-- | ||
$('.navPadding').css('padding-top', $('.fixedNav').css("height")); | ||
//--> | ||
</script> | ||
</nav> | ||
</header> | ||
<main role="main"> | ||
<div class="header"> | ||
<h1 title="All&nbsp;Packages" class="title">All Packages</h1> | ||
</div> | ||
<div class="allPackagesContainer"> | ||
<ul class="blockList"> | ||
<li class="blockList"> | ||
<div class="packagesSummary"> | ||
<table> | ||
<caption><span>Package Summary</span><span class="tabEnd"> </span></caption> | ||
<tr> | ||
<th class="colFirst" scope="col">Package</th> | ||
<th class="colLast" scope="col">Description</th> | ||
</tr> | ||
<tbody> | ||
<tr class="altColor"> | ||
<th class="colFirst" scope="row"><a href="org/semanticweb/owl/simpleowlapi/package-summary.html">org.semanticweb.owl.simpleowlapi</a></th> | ||
<td class="colLast"> </td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
</li> | ||
</ul> | ||
</div> | ||
</main> | ||
<footer role="contentinfo"> | ||
<nav role="navigation"> | ||
<!-- ======= START OF BOTTOM NAVBAR ====== --> | ||
<div class="bottomNav"><a id="navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> | ||
<a id="navbar.bottom.firstrow"> | ||
<!-- --> | ||
</a> | ||
<ul class="navList" title="Navigation"> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-summary.html">Package</a></li> | ||
<li>Class</li> | ||
<li>Use</li> | ||
<li><a href="org/semanticweb/owl/simpleowlapi/package-tree.html">Tree</a></li> | ||
<li><a href="deprecated-list.html">Deprecated</a></li> | ||
<li><a href="index-all.html">Index</a></li> | ||
<li><a href="help-doc.html">Help</a></li> | ||
</ul> | ||
</div> | ||
<a id="skip.navbar.bottom"> | ||
<!-- --> | ||
</a> | ||
<!-- ======== END OF BOTTOM NAVBAR ======= --> | ||
</nav> | ||
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p> | ||
</footer> | ||
</body> | ||
</html> |
Oops, something went wrong.