From 16dd5853ade242874544d6aca2e4d8568611e7fd Mon Sep 17 00:00:00 2001 From: Paul Houle Date: Thu, 21 Nov 2013 14:57:32 -0500 Subject: [PATCH] #70 add a link to the Main class (yes I know we ought to use classpath scanning, but...) --- .idea/workspace.xml | 59 ++++++++----------- .../java/com/ontology2/bakemono/Main.java | 2 + 2 files changed, 28 insertions(+), 33 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0b7eeb6..2c370d5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,19 +2,12 @@ - - - - - - - - + - + @@ -26,7 +19,7 @@ - + @@ -71,7 +64,7 @@ - + @@ -257,10 +250,10 @@ - + - + @@ -322,13 +315,11 @@ - - + + - - - - + + @@ -362,7 +353,6 @@ @@ -1421,7 +1412,11 @@ 1384987639428 1384987639428 - @@ -1492,7 +1487,7 @@ @@ -1540,15 +1535,6 @@ - - - - - - - - - @@ -1663,7 +1649,14 @@ - + + + + + + + + diff --git a/bakemono/src/main/java/com/ontology2/bakemono/Main.java b/bakemono/src/main/java/com/ontology2/bakemono/Main.java index 59140eb..0adc6bf 100644 --- a/bakemono/src/main/java/com/ontology2/bakemono/Main.java +++ b/bakemono/src/main/java/com/ontology2/bakemono/Main.java @@ -6,6 +6,7 @@ import java.util.Map; import java.util.Map.Entry; +import com.ontology2.bakemono.joins.FetchTriplesWithMatchingObjectsTool; import com.ontology2.bakemono.joins.SetDifferenceTool; import com.ontology2.bakemono.mapmap.*; import org.apache.commons.logging.Log; @@ -65,6 +66,7 @@ public IncorrectUsageException(String message) { put("uniqURISubjects", UniqueURISubjectTool.class); put("uniqURIPredicates", UniqueURIPredicateTool.class); put("setDifference", SetDifferenceTool.class); + put("fetchWithMatchingObjects3",FetchTriplesWithMatchingObjectsTool.class); }}; Map myCommands=new HashMap() {{