-
- Downloads
Minor cleanups and added feature to save model edit distance.
parent
4cda0e06
No related branches found
No related tags found
Showing
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/EMappingStrategy.java 5 additions, 0 deletions...va/org/oceandsl/tools/restructuring/EMappingStrategy.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/LightTraceRestorator.java 29 additions, 0 deletions...rg/oceandsl/tools/restructuring/LightTraceRestorator.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/MappingStrategyConverter.java 14 additions, 0 deletions...ceandsl/tools/restructuring/MappingStrategyConverter.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/RestructuringMain.java 33 additions, 36 deletions...a/org/oceandsl/tools/restructuring/RestructuringMain.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/Settings.java 3 additions, 3 deletions.../main/java/org/oceandsl/tools/restructuring/Settings.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/TeetimeConfiguration.java 32 additions, 25 deletions...rg/oceandsl/tools/restructuring/TeetimeConfiguration.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/AggregateModelEditDistanceStage.java 35 additions, 0 deletions...restructuring/stages/AggregateModelEditDistanceStage.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/RestructureModelSinkStage.java 31 additions, 0 deletions...tools/restructuring/stages/RestructureModelSinkStage.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/RestructurerStage.java 33 additions, 0 deletions...ceandsl/tools/restructuring/stages/RestructurerStage.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/ResultRecord.java 31 additions, 0 deletions...org/oceandsl/tools/restructuring/stages/ResultRecord.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/TraceRestoratorStage.java 33 additions, 37 deletions...ndsl/tools/restructuring/stages/TraceRestoratorStage.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/OutputModelCreator.java 49 additions, 51 deletions...l/tools/restructuring/stages/exec/OutputModelCreator.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/RestructureStepFinder.java 84 additions, 78 deletions...ools/restructuring/stages/exec/RestructureStepFinder.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/AbstractMapper.java 37 additions, 20 deletions...ools/restructuring/stages/exec/mapper/AbstractMapper.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/ComponentsMapper.java 92 additions, 88 deletions...ls/restructuring/stages/exec/mapper/ComponentsMapper.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/EmptyMapper.java 6 additions, 7 deletions...l/tools/restructuring/stages/exec/mapper/EmptyMapper.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/KuhnMatcherMapper.java 37 additions, 27 deletions...s/restructuring/stages/exec/mapper/KuhnMatcherMapper.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/RandomMapper.java 86 additions, 82 deletions.../tools/restructuring/stages/exec/mapper/RandomMapper.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/matching/BipartiteGraph.java 97 additions, 89 deletions...ructuring/stages/exec/mapper/matching/BipartiteGraph.java
- tools/restructuring/src/main/java/org/oceandsl/tools/restructuring/stages/exec/mapper/matching/Edge.java 8 additions, 7 deletions...tools/restructuring/stages/exec/mapper/matching/Edge.java
Loading
Please register or sign in to comment