Skip to content

Commit

Permalink
Introduce match method in Prolog Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
jzalacainllanes committed Jul 12, 2023
1 parent 59b0f81 commit 1272240
Show file tree
Hide file tree
Showing 199 changed files with 10,034 additions and 9,774 deletions.
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:39 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:15 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Constant Field Values (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Deprecated List (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
4 changes: 2 additions & 2 deletions docs/apidocs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>API Help (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
10 changes: 8 additions & 2 deletions docs/apidocs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down Expand Up @@ -1674,10 +1674,16 @@ <h2 class="title">M</h2>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/prolobjectlink/prolog/PrologProgram.html#markMultifile-java.lang.String-int-">markMultifile(String, int)</a></span> - Method in interface io.github.prolobjectlink.prolog.<a href="io/github/prolobjectlink/prolog/PrologProgram.html" title="interface in io.github.prolobjectlink.prolog">PrologProgram</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/prolobjectlink/prolog/AbstractEngine.html#match-io.github.prolobjectlink.prolog.PrologTerm-io.github.prolobjectlink.prolog.PrologTerm-">match(PrologTerm, PrologTerm)</a></span> - Method in class io.github.prolobjectlink.prolog.<a href="io/github/prolobjectlink/prolog/AbstractEngine.html" title="class in io.github.prolobjectlink.prolog">AbstractEngine</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="io/github/prolobjectlink/prolog/AbstractTerm.html#match-io.github.prolobjectlink.prolog.PrologTerm-">match(PrologTerm)</a></span> - Method in class io.github.prolobjectlink.prolog.<a href="io/github/prolobjectlink/prolog/AbstractTerm.html" title="class in io.github.prolobjectlink.prolog">AbstractTerm</a></dt>
<dd>
<div class="block">Match to other term returning list of substitutions.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/prolobjectlink/prolog/PrologEngine.html#match-io.github.prolobjectlink.prolog.PrologTerm-io.github.prolobjectlink.prolog.PrologTerm-">match(PrologTerm, PrologTerm)</a></span> - Method in interface io.github.prolobjectlink.prolog.<a href="io/github/prolobjectlink/prolog/PrologEngine.html" title="interface in io.github.prolobjectlink.prolog">PrologEngine</a></dt>
<dd>
<div class="block">Match to other term returning list of substitutions.</div>
</dd>
<dt><span class="memberNameLink"><a href="io/github/prolobjectlink/prolog/PrologTerm.html#match-io.github.prolobjectlink.prolog.PrologTerm-">match(PrologTerm)</a></span> - Method in interface io.github.prolobjectlink.prolog.<a href="io/github/prolobjectlink/prolog/PrologTerm.html" title="interface in io.github.prolobjectlink.prolog">PrologTerm</a></dt>
<dd>
<div class="block">Match to other term returning list of substitutions.</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/apidocs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:40 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:20 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>prolobjectlink-jpi 1.2-SNAPSHOT API</title>
<script type="text/javascript">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:34 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:03 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractClause (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:34 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:05 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractCompounds (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:34 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:05 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractConsole (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:34 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:05 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractConverter (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_141) on Sat May 13 12:50:35 EDT 2023 -->
<!-- Generated by javadoc (1.8.0_141) on Wed Jul 12 14:21:07 EDT 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>AbstractEngine.PrologProgramIterator (prolobjectlink-jpi 1.2-SNAPSHOT API)</title>
<meta name="date" content="2023-05-13">
<meta name="date" content="2023-07-12">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
Expand Down
Loading

0 comments on commit 1272240

Please sign in to comment.