{
    "id": "FM_jplug",
    "name": "FM_jplug",
    "features": {
        "compiler": {
            "name": "compiler",
            "optional": true,
            "type": "OR",
            "note": ""
        },
        "diagram_builder": {
            "name": "diagram_builder",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "gui_builder": {
            "name": "gui_builder",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "interface": {
            "name": "interface",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "java": {
            "name": "java",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "javac": {
            "name": "javac",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "jplug": {
            "name": "jplug",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "mdi": {
            "name": "mdi",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "model_code_synch": {
            "name": "model_code_synch",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "mvc": {
            "name": "mvc",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "petri_net": {
            "name": "petri_net",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "qt": {
            "name": "qt",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "sdi": {
            "name": "sdi",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "uml": {
            "name": "uml",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "jplug",
        "children": [
            {
                "id": "compiler",
                "children": [
                    {
                        "id": "javac"
                    },
                    {
                        "id": "mvc"
                    }
                ]
            },
            {
                "id": "diagram_builder",
                "children": [
                    {
                        "id": "petri_net"
                    },
                    {
                        "id": "uml"
                    }
                ]
            },
            {
                "id": "gui_builder",
                "children": [
                    {
                        "id": "java"
                    },
                    {
                        "id": "qt"
                    }
                ]
            },
            {
                "id": "interface",
                "children": [
                    {
                        "id": "mdi"
                    },
                    {
                        "id": "sdi"
                    }
                ]
            },
            {
                "id": "model_code_synch"
            }
        ]
    },
    "constraints": {
        "Constraint 0": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "gui_builder"
                    ]
                },
                {
                    "type": "NotTerm",
                    "operands": [
                        {
                            "type": "FeatureTerm",
                            "operands": [
                                "sdi"
                            ]
                        }
                    ]
                }
            ]
        },
        "Constraint 1": {
            "type": "ImpliesTerm",
            "operands": [
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "model_code_synch"
                    ]
                },
                {
                    "type": "FeatureTerm",
                    "operands": [
                        "diagram_builder"
                    ]
                }
            ]
        }
    }
}