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 jsbml-fbc-1.6.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.sbml.jsbml.ext.fbc.converters
├─ org.sbml.jsbml.ext.fbc.converters.CobraToFbcV1Converter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.CobraToFbcV2Converter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.FbcV1ToCobraConverter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.FbcV1ToFbcV2Converter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.FbcV2ToCobraConverter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.FbcV2ToFbcV1Converter.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.GPRParser.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.converters.NotesToAnnotation.class - [JAR]
org.sbml.jsbml.validator.offline.constraints
├─ org.sbml.jsbml.validator.offline.constraints.AndConstraints.class - [JAR]
├─ org.sbml.jsbml.validator.offline.constraints.FBCReactionPluginConstraints.class - [JAR]
├─ org.sbml.jsbml.validator.offline.constraints.GeneProductConstraints.class - [JAR]
├─ org.sbml.jsbml.validator.offline.constraints.ObjectiveConstraints.class - [JAR]
├─ org.sbml.jsbml.validator.offline.constraints.OrConstraints.class - [JAR]
org.sbml.jsbml.ext.fbc
├─ org.sbml.jsbml.ext.fbc.AbstractFBCSBasePlugin.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.And.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.Association.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.CobraConstants.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FBCConstants.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FBCList.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FBCModelPlugin.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FBCReactionPlugin.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FBCSpeciesPlugin.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FluxBound.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.FluxObjective.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.GeneProduct.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.GeneProductAssociation.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.GeneProductRef.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.ListOfObjectives.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.LogicalOperator.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.Objective.class - [JAR]
├─ org.sbml.jsbml.ext.fbc.Or.class - [JAR]
org.sbml.jsbml.xml.parsers
├─ org.sbml.jsbml.xml.parsers.FBCParser.class - [JAR]