WinVMJ on FeatureIDE 101

We strongly recommend visiting the FeatureIDE GitHub Page and the WinVMJ-AISCO GitLab Repository to learn more about the respective framework's usage.

WinVMJ FeatureIDE Structure

root
├── [src]
│   ├── pl.corefeature1.core/
│   ├── pl.corefeature1.delta1/
│   ├── ...
│   └── pl.product.productx/
├── src-gen
│   ├── pl.product.product1/
│   ├── pl.product.product2/
│   ├── ...
│   └── pl.product.productn/
├── [config]
│   ├── config1.xml
│   ├── config2.xml
│   ├── ...
│   └── confign.xml
├── external
│   ├── lib1.jar
│   ├── lib2.jar
│   ├── ...
│   └── libn.jar
├── modules
│   ├── pl.corefeature1.core/
│   ├── pl.corefeature1.delta1/
│   ├── pl.corefeature1.delta2/
│   ├── ...
│   └── pl.corefeaturem.deltan/
├── db.properties
├── feature_to_module.json
└── model.uvl
        

Each component can be explained as: