From 97b0c4c1192fe5580a7957c844acc8092b56c604 Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sat, 16 Sep 2023 13:19:31 +0200 Subject: chore: remove VIATRA branding Rename VIATRA subprojects to Refinery Interpreter to avoid interfering with Eclipse Foundation trademarks. Uses refering to a specific (historical) version of VIATRA were kept to avoid ambiguity. --- .../java/tools/refinery/store/reasoning/scope/MultiObjectTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'subprojects/store-reasoning-scope/src') diff --git a/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java b/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java index 0132b3f9..97b9fa5e 100644 --- a/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java +++ b/subprojects/store-reasoning-scope/src/test/java/tools/refinery/store/reasoning/scope/MultiObjectTest.java @@ -12,7 +12,7 @@ import tools.refinery.store.dse.propagation.PropagationResult; import tools.refinery.store.model.Interpretation; import tools.refinery.store.model.Model; import tools.refinery.store.model.ModelStore; -import tools.refinery.store.query.viatra.ViatraModelQueryAdapter; +import tools.refinery.store.query.interpreter.QueryInterpreterAdapter; import tools.refinery.store.reasoning.ReasoningAdapter; import tools.refinery.store.reasoning.ReasoningStoreAdapter; import tools.refinery.store.reasoning.representation.PartialRelation; @@ -40,7 +40,7 @@ class MultiObjectTest { @BeforeEach void beforeEach() { store = ModelStore.builder() - .with(ViatraModelQueryAdapter.builder()) + .with(QueryInterpreterAdapter.builder()) .with(PropagationAdapter.builder()) .with(ReasoningAdapter.builder()) .with(new MultiObjectTranslator()) -- cgit v1.2.3-70-g09d2