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 customer-models-1.9.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.powertac.customer.coldstorage
├─ org.powertac.customer.coldstorage.ColdStorage.class - [JAR]
org.powertac.customer.model
├─ org.powertac.customer.model.Battery.class - [JAR]
├─ org.powertac.customer.model.LiftTruck.class - [JAR]
├─ org.powertac.customer.model.package-info.class - [JAR]
org.powertac.customer
├─ org.powertac.customer.ModelBuilder.class - [JAR]
├─ org.powertac.customer.ModelComponent.class - [JAR]
├─ org.powertac.customer.StepInfo.class - [JAR]
├─ org.powertac.customer.package-info.class - [JAR]
org.powertac.customer.evcharger
├─ org.powertac.customer.evcharger.DemandElement.class - [JAR]
├─ org.powertac.customer.evcharger.DemandSampler.class - [JAR]
├─ org.powertac.customer.evcharger.EvCharger.class - [JAR]
├─ org.powertac.customer.evcharger.StorageElement.class - [JAR]
├─ org.powertac.customer.evcharger.StorageState.class - [JAR]
├─ org.powertac.customer.evcharger.TariffInfo.class - [JAR]