aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-06-30 08:51:48 +0100
committerFederico Igne <git@federicoigne.com>2021-06-30 08:51:48 +0100
commit59decebc8b3c36767073f2879cf39806f39ff6a2 (patch)
treecb6e16c9bf78f461034c75dd1e73ab02bae20119 /src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
parentb1764d7bcefb510f6edd3e50ef7cfa6d0e037390 (diff)
parentae73b267d414b3307af9768bd1176bb18bc7f8f3 (diff)
downloadRSAComb-59decebc8b3c36767073f2879cf39806f39ff6a2.tar.gz
RSAComb-59decebc8b3c36767073f2879cf39806f39ff6a2.zip
Merge branch 'master' of github.com:KRR-Oxford/RSA-combined-approach
Diffstat (limited to 'src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala')
-rw-r--r--src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala b/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
index 6621f59..b949ccb 100644
--- a/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
+++ b/src/main/scala/uk/ac/ox/cs/rsacomb/CanonicalModel.scala
@@ -1,3 +1,19 @@
1/*
2 * Copyright 2020, 2021 KRR Oxford
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
1package uk.ac.ox.cs.rsacomb 17package uk.ac.ox.cs.rsacomb
2 18
3import org.semanticweb.owlapi.model.{OWLObjectInverseOf, OWLObjectProperty} 19import org.semanticweb.owlapi.model.{OWLObjectInverseOf, OWLObjectProperty}