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 com.github.tno.gltsdiff-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.tno.gltsdiff.glts
├─ com.github.tno.gltsdiff.glts.GLTS.class - [JAR]
├─ com.github.tno.gltsdiff.glts.GLTSs.class - [JAR]
├─ com.github.tno.gltsdiff.glts.State.class - [JAR]
├─ com.github.tno.gltsdiff.glts.Transition.class - [JAR]
com.github.tno.gltsdiff.mergers
├─ com.github.tno.gltsdiff.mergers.AbstractMerger.class - [JAR]
├─ com.github.tno.gltsdiff.mergers.DefaultMerger.class - [JAR]
├─ com.github.tno.gltsdiff.mergers.Merger.class - [JAR]
com.github.tno.gltsdiff.builders.lts.automaton.diff
├─ com.github.tno.gltsdiff.builders.lts.automaton.diff.BaseDiffAutomatonStructureComparatorBuilder.class - [JAR]
├─ com.github.tno.gltsdiff.builders.lts.automaton.diff.DiffAutomatonStructureComparatorBuilder.class - [JAR]
com.github.tno.gltsdiff.scorers
├─ com.github.tno.gltsdiff.scorers.DynamicScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.SimilarityScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.WalkinshawGlobalScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.WalkinshawLocalScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.WalkinshawScorer.class - [JAR]
com.github.tno.gltsdiff.operators.hiders
├─ com.github.tno.gltsdiff.operators.hiders.Hider.class - [JAR]
├─ com.github.tno.gltsdiff.operators.hiders.SubstitutionHider.class - [JAR]
com.github.tno.gltsdiff.writers.lts
├─ com.github.tno.gltsdiff.writers.lts.LTSDotWriter.class - [JAR]
com.github.tno.gltsdiff.examples
├─ com.github.tno.gltsdiff.examples.MoreThanTwoInputsExample.class - [JAR]
├─ com.github.tno.gltsdiff.examples.PostProcessingExample.class - [JAR]
├─ com.github.tno.gltsdiff.examples.SimpleDiffExample.class - [JAR]
com.github.tno.gltsdiff.utils
├─ com.github.tno.gltsdiff.utils.EquivalenceClasses.class - [JAR]
├─ com.github.tno.gltsdiff.utils.Maps.class - [JAR]
├─ com.github.tno.gltsdiff.utils.QuadFunction.class - [JAR]
├─ com.github.tno.gltsdiff.utils.QuintFunction.class - [JAR]
├─ com.github.tno.gltsdiff.utils.TriFunction.class - [JAR]
com.github.tno.gltsdiff.writers
├─ com.github.tno.gltsdiff.writers.DotRenderer.class - [JAR]
├─ com.github.tno.gltsdiff.writers.DotWriter.class - [JAR]
com.github.tno.gltsdiff.matchers.lts
├─ com.github.tno.gltsdiff.matchers.lts.BruteForceLTSMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.lts.DynamicLTSMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.lts.WalkinshawLTSMatcher.class - [JAR]
com.github.tno.gltsdiff
├─ com.github.tno.gltsdiff.StructureComparator.class - [JAR]
com.github.tno.gltsdiff.operators.hiders.lts.automaton.diff
├─ com.github.tno.gltsdiff.operators.hiders.lts.automaton.diff.DiffPropertyHider.class - [JAR]
com.github.tno.gltsdiff.glts.lts
├─ com.github.tno.gltsdiff.glts.lts.BaseLTS.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.LTS.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.LTSStateProperty.class - [JAR]
com.github.tno.gltsdiff.operators.projectors.lts.automaton.diff
├─ com.github.tno.gltsdiff.operators.projectors.lts.automaton.diff.DiffAutomatonStatePropertyProjector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.lts.automaton.diff.DiffKindProjector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.lts.automaton.diff.DiffPropertyProjector.class - [JAR]
com.github.tno.gltsdiff.builders
├─ com.github.tno.gltsdiff.builders.BaseStructureComparatorBuilder.class - [JAR]
├─ com.github.tno.gltsdiff.builders.StructureComparatorBuilder.class - [JAR]
com.github.tno.gltsdiff.matchers
├─ com.github.tno.gltsdiff.matchers.BruteForceMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.DynamicMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.KuhnMunkresMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.Matcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.ScoringMatcher.class - [JAR]
├─ com.github.tno.gltsdiff.matchers.WalkinshawMatcher.class - [JAR]
com.github.tno.gltsdiff.operators.inclusions
├─ com.github.tno.gltsdiff.operators.inclusions.BaseInclusion.class - [JAR]
├─ com.github.tno.gltsdiff.operators.inclusions.EqualToCombinationInclusion.class - [JAR]
├─ com.github.tno.gltsdiff.operators.inclusions.Inclusion.class - [JAR]
com.github.tno.gltsdiff.rewriters.lts.automaton.diff
├─ com.github.tno.gltsdiff.rewriters.lts.automaton.diff.DiffAutomatonRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.lts.automaton.diff.EntanglementRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.lts.automaton.diff.SkipForkPatternRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.lts.automaton.diff.SkipJoinPatternRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.lts.automaton.diff.SkipPatternRewriter.class - [JAR]
com.github.tno.gltsdiff.writers.lts.automaton
├─ com.github.tno.gltsdiff.writers.lts.automaton.AutomatonDotWriter.class - [JAR]
com.github.tno.gltsdiff.operators.combiners.lts.automaton
├─ com.github.tno.gltsdiff.operators.combiners.lts.automaton.AutomatonStatePropertyCombiner.class - [JAR]
com.github.tno.gltsdiff.builders.lts.automaton
├─ com.github.tno.gltsdiff.builders.lts.automaton.AutomatonStructureComparatorBuilder.class - [JAR]
├─ com.github.tno.gltsdiff.builders.lts.automaton.BaseAutomatonStructureComparatorBuilder.class - [JAR]
com.github.tno.gltsdiff.glts.lts.automaton.diff
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.BaseDiffAutomaton.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.DiffAutomata.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.DiffAutomaton.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.DiffAutomatonStateProperty.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.DiffKind.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.diff.DiffProperty.class - [JAR]
com.github.tno.gltsdiff.operators.combiners
├─ com.github.tno.gltsdiff.operators.combiners.Combiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.EqualityCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.FixedValueCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.OptionalCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.PairCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.SetCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.SubtypeCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.TransitionCombiner.class - [JAR]
com.github.tno.gltsdiff.operators.combiners.lts.automaton.diff
├─ com.github.tno.gltsdiff.operators.combiners.lts.automaton.diff.DiffAutomatonStatePropertyCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.lts.automaton.diff.DiffKindCombiner.class - [JAR]
├─ com.github.tno.gltsdiff.operators.combiners.lts.automaton.diff.DiffPropertyCombiner.class - [JAR]
com.github.tno.gltsdiff.operators.printers.lts.automaton.diff
├─ com.github.tno.gltsdiff.operators.printers.lts.automaton.diff.DiffKindHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.lts.automaton.diff.DiffPropertyHtmlPrinter.class - [JAR]
com.github.tno.gltsdiff.rewriters
├─ com.github.tno.gltsdiff.rewriters.FixedPointRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.LocalRedundancyRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.NothingRewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.Rewriter.class - [JAR]
├─ com.github.tno.gltsdiff.rewriters.SequenceRewriter.class - [JAR]
com.github.tno.gltsdiff.operators.printers
├─ com.github.tno.gltsdiff.operators.printers.HtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.PairHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.SetHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.StateHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.StringHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.SubtypeHtmlPrinter.class - [JAR]
├─ com.github.tno.gltsdiff.operators.printers.TransitionHtmlPrinter.class - [JAR]
com.github.tno.gltsdiff.operators.projectors
├─ com.github.tno.gltsdiff.operators.projectors.IdentityProjector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.OptionalProjector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.Projector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.SetProjector.class - [JAR]
├─ com.github.tno.gltsdiff.operators.projectors.SubtypeProjector.class - [JAR]
com.github.tno.gltsdiff.writers.lts.automaton.diff
├─ com.github.tno.gltsdiff.writers.lts.automaton.diff.DiffAutomatonDotWriter.class - [JAR]
com.github.tno.gltsdiff.builders.lts
├─ com.github.tno.gltsdiff.builders.lts.BaseLTSStructureComparatorBuilder.class - [JAR]
├─ com.github.tno.gltsdiff.builders.lts.LTSStructureComparatorBuilder.class - [JAR]
com.github.tno.gltsdiff.glts.lts.automaton
├─ com.github.tno.gltsdiff.glts.lts.automaton.Automaton.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.AutomatonStateProperty.class - [JAR]
├─ com.github.tno.gltsdiff.glts.lts.automaton.BaseAutomaton.class - [JAR]
com.github.tno.gltsdiff.operators.combiners.lts
├─ com.github.tno.gltsdiff.operators.combiners.lts.LTSStatePropertyCombiner.class - [JAR]
com.github.tno.gltsdiff.scorers.lts
├─ com.github.tno.gltsdiff.scorers.lts.DynamicLTSScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.lts.WalkinshawGlobalLTSScorer.class - [JAR]
├─ com.github.tno.gltsdiff.scorers.lts.WalkinshawLocalLTSScorer.class - [JAR]