View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sesame-sail-inferencer-4.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.openrdf.sail.inferencer
├─ org.openrdf.sail.inferencer.InferencerConnection.class - [JAR]
├─ org.openrdf.sail.inferencer.InferencerConnectionWrapper.class - [JAR]
org.openrdf.sail.inferencer.util
├─ org.openrdf.sail.inferencer.util.RDFInferencerInserter.class - [JAR]
org.openrdf.sail.inferencer.fc
├─ org.openrdf.sail.inferencer.fc.AbstractForwardChainingInferencer.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.AbstractForwardChainingInferencerConnection.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.CustomGraphQueryInferencer.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.DedupingInferencer.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.DedupingInferencerConnection.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.DirectTypeHierarchyInferencer.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencer.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.ForwardChainingRDFSInferencerConnection.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.RDFSRules.class - [JAR]
org.openrdf.sail.inferencer.fc.config
├─ org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerConfig.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerFactory.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.CustomGraphQueryInferencerSchema.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.DedupingInferencerConfig.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.DedupingInferencerFactory.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerConfig.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.DirectTypeHierarchyInferencerFactory.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerConfig.class - [JAR]
├─ org.openrdf.sail.inferencer.fc.config.ForwardChainingRDFSInferencerFactory.class - [JAR]