Skip to content

Commit

Permalink
deploy: 3c57ec9
Browse files Browse the repository at this point in the history
  • Loading branch information
remiceres committed Oct 22, 2024
1 parent c3e123d commit b0d6d80
Show file tree
Hide file tree
Showing 862 changed files with 8,310 additions and 8,055 deletions.
29 changes: 15 additions & 14 deletions dev/annotated.html
Original file line number Diff line number Diff line change
Expand Up @@ -862,20 +862,21 @@
<tr id="row_0_0_0_0_18_9_" class="odd" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1transform_1_1TransformerVisitor.html" target="_self">TransformerVisitor</a></td><td class="desc">QueryVisitor for Transformation templates May optimize template execution </td></tr>
<tr id="row_0_0_0_0_19_" class="odd"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_19_" class="arrow" onclick="toggleFolder('0_0_0_0_19_')">&#9658;</span><span class="icona"><span class="icon">P</span></span><b>util</b></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_0_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CompareMappings.html" target="_self">CompareMappings</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_1_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Duplicate.html" target="_self">Duplicate</a></td><td class="desc">Remove duplicate candidate edge in Construct Use case: Rule Engine Optimization </td></tr>
<tr id="row_0_0_0_0_19_2_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Example.html" target="_self">Example</a></td><td class="desc">Hello World KGRAM Example </td></tr>
<tr id="row_0_0_0_0_19_3_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Extension.html" target="_self">Extension</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_4_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1GraphListen.html" target="_self">GraphListen</a></td><td class="desc">Graph Listener implements callbacks as FunSPARQL functions Manage an Eval initialized with function definitions Execute callback functions with this Eval </td></tr>
<tr id="row_0_0_0_0_19_5_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1GraphListenerImpl.html" target="_self">GraphListenerImpl</a></td><td class="desc">Graph Listener: survey the size of the graph and may skip insert above max size log insert and delete : kg:listen kg:insert true log insert that match a triple pattern graph kg:insert { ?x a c:Person } </td></tr>
<tr id="row_0_0_0_0_19_6_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1MappingComparator.html" target="_self">MappingComparator</a></td><td class="desc">Compare Mappings (e.g </td></tr>
<tr id="row_0_0_0_0_19_7_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1MappingsGraph.html" target="_self">MappingsGraph</a></td><td class="desc">Generate RDF Result Format Graph for Mappings (bindings in RDF) </td></tr>
<tr id="row_0_0_0_0_19_8_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Parameter.html" target="_self">Parameter</a></td><td class="desc">Manage Turtle Property file to tune corese behavior Authorized namespace for @import and LinkedFunction </td></tr>
<tr id="row_0_0_0_0_19_9_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_19_9_" class="arrow" onclick="toggleFolder('0_0_0_0_19_9_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property.html" target="_self">Property</a></td><td class="desc">Corese configuration with properties such as: LOAD_IN_DEFAULT_GRAPH Usage: Property.set(LOAD_IN_DEFAULT_GRAPH, true); Property.load(property-file-path); Property.init(graph); corese-gui.jar -init property-file-path corese-server.jar -init property-file-path A property file example is in core resources/data/corese/property.properties Define variable: VARIABLE = $home=/user/home/ LOAD_DATASET = $home/file.ttl </td></tr>
<tr id="row_0_0_0_0_19_9_0_" class="even" style="display:none;"><td class="entry"><span style="width:112px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property_1_1Pair.html" target="_self">Pair</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_9_1_" class="even" style="display:none;"><td class="entry"><span style="width:112px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="enumfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property_1_1Value.html" target="_self">Value</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_10_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1QueryGraphVisitorImpl.html" target="_self">QueryGraphVisitorImpl</a></td><td class="desc">QueryGraph Visitor for query(RDF Graph) Replace RDF List by rdf:rest* / rdf:first in query graph Match lists in different order: (a b) match (b a) Use Case: match SPIN Graph </td></tr>
<tr id="row_0_0_0_0_19_11_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1SPINProcess.html" target="_self">SPINProcess</a></td><td class="desc">Compile SPARQL Query in SPIN format </td></tr>
<tr id="row_0_0_0_0_19_12_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Tool.html" target="_self">Tool</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_1_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CoreseInfo.html" target="_self">CoreseInfo</a></td><td class="desc">The <code class="JavaDocCode">CoreseInfo</code> class provides information about the Corese application </td></tr>
<tr id="row_0_0_0_0_19_2_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Duplicate.html" target="_self">Duplicate</a></td><td class="desc">Remove duplicate candidate edge in Construct Use case: Rule Engine Optimization </td></tr>
<tr id="row_0_0_0_0_19_3_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Example.html" target="_self">Example</a></td><td class="desc">Hello World KGRAM Example </td></tr>
<tr id="row_0_0_0_0_19_4_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Extension.html" target="_self">Extension</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_5_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1GraphListen.html" target="_self">GraphListen</a></td><td class="desc">Graph Listener implements callbacks as FunSPARQL functions Manage an Eval initialized with function definitions Execute callback functions with this Eval </td></tr>
<tr id="row_0_0_0_0_19_6_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1GraphListenerImpl.html" target="_self">GraphListenerImpl</a></td><td class="desc">Graph Listener: survey the size of the graph and may skip insert above max size log insert and delete : kg:listen kg:insert true log insert that match a triple pattern graph kg:insert { ?x a c:Person } </td></tr>
<tr id="row_0_0_0_0_19_7_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1MappingComparator.html" target="_self">MappingComparator</a></td><td class="desc">Compare Mappings (e.g </td></tr>
<tr id="row_0_0_0_0_19_8_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1MappingsGraph.html" target="_self">MappingsGraph</a></td><td class="desc">Generate RDF Result Format Graph for Mappings (bindings in RDF) </td></tr>
<tr id="row_0_0_0_0_19_9_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Parameter.html" target="_self">Parameter</a></td><td class="desc">Manage Turtle Property file to tune corese behavior Authorized namespace for @import and LinkedFunction </td></tr>
<tr id="row_0_0_0_0_19_10_" class="even" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_19_10_" class="arrow" onclick="toggleFolder('0_0_0_0_19_10_')">&#9658;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property.html" target="_self">Property</a></td><td class="desc">Corese configuration with properties such as: LOAD_IN_DEFAULT_GRAPH Usage: Property.set(LOAD_IN_DEFAULT_GRAPH, true); Property.load(property-file-path); Property.init(graph); corese-gui.jar -init property-file-path corese-server.jar -init property-file-path A property file example is in core resources/data/corese/property.properties Define variable: VARIABLE = $home=/user/home/ LOAD_DATASET = $home/file.ttl </td></tr>
<tr id="row_0_0_0_0_19_10_0_" class="even" style="display:none;"><td class="entry"><span style="width:112px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property_1_1Pair.html" target="_self">Pair</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_10_1_" class="even" style="display:none;"><td class="entry"><span style="width:112px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="enumfr_1_1inria_1_1corese_1_1core_1_1util_1_1Property_1_1Value.html" target="_self">Value</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_19_11_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1QueryGraphVisitorImpl.html" target="_self">QueryGraphVisitorImpl</a></td><td class="desc">QueryGraph Visitor for query(RDF Graph) Replace RDF List by rdf:rest* / rdf:first in query graph Match lists in different order: (a b) match (b a) Use Case: match SPIN Graph </td></tr>
<tr id="row_0_0_0_0_19_12_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1SPINProcess.html" target="_self">SPINProcess</a></td><td class="desc">Compile SPARQL Query in SPIN format </td></tr>
<tr id="row_0_0_0_0_19_13_" class="even" style="display:none;"><td class="entry"><span style="width:96px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1Tool.html" target="_self">Tool</a></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_20_" class="even"><td class="entry"><span style="width:64px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_20_" class="arrow" onclick="toggleFolder('0_0_0_0_20_')">&#9658;</span><span class="icona"><span class="icon">P</span></span><b>visitor</b></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_20_0_" class="odd" style="display:none;"><td class="entry"><span style="width:80px;display:inline-block;">&#160;</span><span id="arr_0_0_0_0_20_0_" class="arrow" onclick="toggleFolder('0_0_0_0_20_0_')">&#9658;</span><span class="icona"><span class="icon">P</span></span><b>ldpath</b></td><td class="desc"></td></tr>
<tr id="row_0_0_0_0_20_0_0_" class="odd" style="display:none;"><td class="entry"><span style="width:112px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">C</span></span><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1visitor_1_1ldpath_1_1AST.html" target="_self">AST</a></td><td class="desc"></td></tr>
Expand Down
2 changes: 1 addition & 1 deletion dev/classes.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>corese: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">corese
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>

<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>fr</b></li><li class="navelem"><b>inria</b></li><li class="navelem"><b>corese</b></li><li class="navelem"><b>core</b></li><li class="navelem"><b>util</b></li><li class="navelem"><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CoreseInfo.html">CoreseInfo</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">CoreseInfo Member List</div></div>
</div><!--header-->
<div class="contents">

<p>This is the complete list of members for <a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CoreseInfo.html">CoreseInfo</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CoreseInfo.html#ad463592f1516b9e0fbf5431e324cdf1b">getVersion</a>()</td><td class="entry"><a class="el" href="classfr_1_1inria_1_1corese_1_1core_1_1util_1_1CoreseInfo.html">CoreseInfo</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Loading

0 comments on commit b0d6d80

Please sign in to comment.