Skip to content

Commit

Permalink
#70 add a link to the Main class (yes I know we ought to use classpat…
Browse files Browse the repository at this point in the history
…h scanning, but...)
  • Loading branch information
paulhoule committed Nov 21, 2013
1 parent afa2272 commit 16dd585
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 33 deletions.
59 changes: 26 additions & 33 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bakemono/src/main/java/com/ontology2/bakemono/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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<String, TopLevelCommand> myCommands=new HashMap<String,TopLevelCommand>() {{
Expand Down

0 comments on commit 16dd585

Please sign in to comment.