From 17bd9beaf7f358a44e5bf36a5855fe6727d506dc Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Tue, 10 May 2022 18:17:06 +0100 Subject: [pagoda] Move project to Scala This commit includes a few changes: - The repository still uses Maven to manage dependency but it is now a Scala project. - The code has been ported from OWLAPI 3.4.10 to 5.1.20 - A proof of concept program using both RSAComb and PAGOdA has been added. --- src/test/java/resources/HeavyTests.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/test/java/resources/HeavyTests.xml (limited to 'src/test/java/resources/HeavyTests.xml') diff --git a/src/test/java/resources/HeavyTests.xml b/src/test/java/resources/HeavyTests.xml new file mode 100644 index 0000000..c0b0044 --- /dev/null +++ b/src/test/java/resources/HeavyTests.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3