-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/DIVERSIFY-project/sosiefier
- Loading branch information
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,28 @@ | ||
#Sosiefier | ||
# Sosiefier | ||
Sosiefier is a project that aims at exporing the space of sosie of java programs. | ||
It can be used to: | ||
* Explore java sources in order to build source transformations | ||
* Apply transformation and run tests in order to determine if the variant obtained is a sosie or not. | ||
* Chain these operations | ||
Project > Transformation exploration > apply transformation > build & run tests > results | ||
|
||
#Architecture | ||
# Architecture | ||
|
||
##Transformation | ||
## Transformation | ||
Describe a source transformation. | ||
##Querry | ||
## Querry | ||
Explore a program to find transofrmations. | ||
(In order to test your query see `generator/src/test/java/fr/inria/diversify/transformation/query/LoopFlipQueryTest.java`) | ||
##Runner | ||
## Runner | ||
Behavior to execute whith a set of transformations. | ||
##JSON input | ||
## JSON input | ||
Read a transformation from a json file | ||
|
||
##Configuration Files | ||
## Configuration Files | ||
See examples in `./configurationFiles` | ||
|
||
# Usage | ||
|
||
```sh | ||
java -jar main/target/main-1.0.0-jar-with-dependencies.jar path/to/config/file.properties | ||
``` |