Skip to content

Commit f928247

Browse files
included new methods to ease the use of the objects, modified some tests
1 parent 165a3cd commit f928247

38 files changed

+124
-2085
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Finally, import in a project the Astrea maven dependency using the following cod
3333
<dependency>
3434
<groupId>oeg.validation</groupId>
3535
<artifactId>astrea</artifactId>
36-
<version>1.1.0</version>
36+
<version>1.1.1</version>
3737
</dependency>
3838
````
3939
Alternatively, Astrea can be installed as a local dependency following these steps:
@@ -43,7 +43,7 @@ mvn clean package -Dskiptests
4343
````
4444
2. Compile the project:
4545
````
46-
mvn install:install-file -Dfile=./target/astrea-1.1.0.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.1.0 -Dpackaging=jar
46+
mvn install:install-file -Dfile=./target/astrea-1.1.1.jar -DgroupId=oeg.validation -DartifactId=astrea -Dversion=1.1.1 -Dpackaging=jar
4747
````
4848
3. Import the dependency in your project using the pom file relying on the previous snipped
4949

docs/allclasses-frame.html

100755100644
+2-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_151) on Tue Nov 12 19:45:04 CET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-11-12">
7+
<meta name="date" content="2019-12-08">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<h1 class="bar">All&nbsp;Classes</h1>
1313
<div class="indexContainer">
1414
<ul>
15-
<li><a href="astrea/generators/OptimisedOwlGenerator.html" title="class in astrea.generators" target="classFrame">OptimisedOwlGenerator</a></li>
1615
<li><a href="astrea/generators/OwlGenerator.html" title="class in astrea.generators" target="classFrame">OwlGenerator</a></li>
1716
<li><a href="astrea/model/ShaclFromOwl.html" title="interface in astrea.model" target="classFrame"><span class="interfaceName">ShaclFromOwl</span></a></li>
1817
</ul>

docs/allclasses-noframe.html

100755100644
+2-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_151) on Tue Nov 12 19:45:04 CET 2019 -->
5+
<!-- Generated by javadoc (1.8.0_151) on Sun Dec 08 16:39:30 CET 2019 -->
66
<title>All Classes</title>
7-
<meta name="date" content="2019-11-12">
7+
<meta name="date" content="2019-12-08">
88
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
99
<script type="text/javascript" src="script.js"></script>
1010
</head>
1111
<body>
1212
<h1 class="bar">All&nbsp;Classes</h1>
1313
<div class="indexContainer">
1414
<ul>
15-
<li><a href="astrea/generators/OptimisedOwlGenerator.html" title="class in astrea.generators">OptimisedOwlGenerator</a></li>
1615
<li><a href="astrea/generators/OwlGenerator.html" title="class in astrea.generators">OwlGenerator</a></li>
1716
<li><a href="astrea/model/ShaclFromOwl.html" title="interface in astrea.model"><span class="interfaceName">ShaclFromOwl</span></a></li>
1817
</ul>

0 commit comments

Comments
 (0)