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 umlatj-petri-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.umlatj.petri
├─ org.umlatj.petri.Arc.class - [JAR]
├─ org.umlatj.petri.InhibitorArc.class - [JAR]
├─ org.umlatj.petri.InputArc.class - [JAR]
├─ org.umlatj.petri.Net.class - [JAR]
├─ org.umlatj.petri.Node.class - [JAR]
├─ org.umlatj.petri.OutputArc.class - [JAR]
├─ org.umlatj.petri.Place.class - [JAR]
├─ org.umlatj.petri.ResetArc.class - [JAR]
├─ org.umlatj.petri.Transition.class - [JAR]