Skip to content

Commit bc3bb91

Browse files
committed
updated docs
1 parent 2f84258 commit bc3bb91

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+126
-120
lines changed

docs/api/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>All Classes (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/constant-values.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>Constant Field Values (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/deprecated-list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>Deprecated List (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/help-doc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>API Help (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>

docs/api/index-all.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>Index (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
@@ -573,8 +573,8 @@ <h2 class="title">P</h2>
573573
</dd>
574574
<dt><span class="memberNameLink"><a href="org/cicirello/permutations/Permutation.html#Permutation-org.cicirello.permutations.Permutation-int-">Permutation(Permutation, int)</a></span> - Constructor for class org.cicirello.permutations.<a href="org/cicirello/permutations/Permutation.html" title="class in org.cicirello.permutations">Permutation</a></dt>
575575
<dd>
576-
<div class="block">Initializes a permutation of integers to be identical to a subset of a given
577-
permutation.</div>
576+
<div class="block">Initializes a permutation of the integers in the interval [0, length) based on their relative order
577+
in a permutation p.</div>
578578
</dd>
579579
<dt><a href="org/cicirello/permutations/distance/PermutationDistanceMeasurer.html" title="interface in org.cicirello.permutations.distance"><span class="typeNameLink">PermutationDistanceMeasurer</span></a> - Interface in <a href="org/cicirello/permutations/distance/package-summary.html">org.cicirello.permutations.distance</a></dt>
580580
<dd>

docs/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>JavaPermutationTools - A Java API for computation on permutations</title>
77
<script type="text/javascript">
88
targetPage = "" + window.location.search;

docs/api/org/cicirello/math/stats/Statistics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:56 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:36 EDT 2018 -->
66
<title>Statistics (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/package-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>org.cicirello.math.stats (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

docs/api/org/cicirello/math/stats/package-summary.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_05) on Fri Sep 21 13:40:58 EDT 2018 -->
5+
<!-- Generated by javadoc (1.8.0_05) on Mon Oct 15 15:01:37 EDT 2018 -->
66
<title>org.cicirello.math.stats (JavaPermutationTools - A Java API for computation on permutations)</title>
7-
<meta name="date" content="2018-09-21">
7+
<meta name="date" content="2018-10-15">
88
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
99
<script type="text/javascript" src="../../../../script.js"></script>
1010
</head>

0 commit comments

Comments
 (0)