diff options
Diffstat (limited to 'src/main/scala/rsacomb/RDFoxRuleShards.scala')
| -rw-r--r-- | src/main/scala/rsacomb/RDFoxRuleShards.scala | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/rsacomb/RDFoxRuleShards.scala b/src/main/scala/rsacomb/RDFoxRuleShards.scala index bce31d2..8f72983 100644 --- a/src/main/scala/rsacomb/RDFoxRuleShards.scala +++ b/src/main/scala/rsacomb/RDFoxRuleShards.scala | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | package rsacomb | 1 | package rsacomb |
| 2 | 2 | ||
| 3 | import tech.oxfordsemantic.jrdfox.logic.{Rule, Atom, Literal} | 3 | import tech.oxfordsemantic.jrdfox.logic.{Atom, BodyFormula} |
| 4 | 4 | ||
| 5 | case class RDFoxRuleShards(res : List[Atom], ext : List[Literal]) | 5 | case class RDFoxRuleShards(res : List[Atom], ext : List[BodyFormula]) |
| 6 | 6 | ||
