diff options
| author | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:48:11 +0100 |
|---|---|---|
| committer | Federico Igne <federico.igne@cs.ox.ac.uk> | 2020-07-15 17:48:11 +0100 |
| commit | 0ccecbe8718c90201700897ee33e9082b7bfce50 (patch) | |
| tree | 04a696141e8a6f5dd5e1e6c681b32dd03995cd41 /src/main/scala/rsacomb/RDFoxRuleShards.scala | |
| parent | 58b8d3c11a9deebb40e21c70d0b085d01cada745 (diff) | |
| download | RSAComb-0ccecbe8718c90201700897ee33e9082b7bfce50.tar.gz RSAComb-0ccecbe8718c90201700897ee33e9082b7bfce50.zip | |
Rename source code directory structure
Diffstat (limited to 'src/main/scala/rsacomb/RDFoxRuleShards.scala')
| -rw-r--r-- | src/main/scala/rsacomb/RDFoxRuleShards.scala | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/scala/rsacomb/RDFoxRuleShards.scala b/src/main/scala/rsacomb/RDFoxRuleShards.scala new file mode 100644 index 0000000..bce31d2 --- /dev/null +++ b/src/main/scala/rsacomb/RDFoxRuleShards.scala | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | package rsacomb | ||
| 2 | |||
| 3 | import tech.oxfordsemantic.jrdfox.logic.{Rule, Atom, Literal} | ||
| 4 | |||
| 5 | case class RDFoxRuleShards(res : List[Atom], ext : List[Literal]) | ||
| 6 | |||
