{
    "id": "FM_FAME-DBMS",
    "name": "FM_FAME-DBMS",
    "features": {
        "API": {
            "name": "API",
            "optional": false,
            "type": "FEATURE",
            "note": ""
        },
        "B+_Tree": {
            "name": "B+_Tree",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Buffer_Manager": {
            "name": "Buffer_Manager",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Debug_Logging": {
            "name": "Debug_Logging",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Delete": {
            "name": "Delete",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Dynamic": {
            "name": "Dynamic",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "FAME-DBMS": {
            "name": "FAME-DBMS",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Get": {
            "name": "Get",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "In_Memory": {
            "name": "In_Memory",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "LFU": {
            "name": "LFU",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "LRU": {
            "name": "LRU",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Memory_Allocation": {
            "name": "Memory_Allocation",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Nut/OS": {
            "name": "Nut/OS",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "OS": {
            "name": "OS",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Page_Replication": {
            "name": "Page_Replication",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Persistent": {
            "name": "Persistent",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Put": {
            "name": "Put",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Static": {
            "name": "Static",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Storage": {
            "name": "Storage",
            "optional": false,
            "type": "XOR",
            "note": ""
        },
        "Unindexed": {
            "name": "Unindexed",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        },
        "Win": {
            "name": "Win",
            "optional": true,
            "type": "FEATURE",
            "note": ""
        }
    },
    "tree": {
        "id": "\"FAME-DBMS\"",
        "children": [
            {
                "id": "Buffer_Manager",
                "children": [
                    {
                        "id": "In_Memory"
                    },
                    {
                        "id": "Persistent",
                        "children": [
                            {
                                "id": "Memory_Allocation",
                                "children": [
                                    {
                                        "id": "Dynamic"
                                    },
                                    {
                                        "id": "Static"
                                    }
                                ]
                            },
                            {
                                "id": "Page_Replication",
                                "children": [
                                    {
                                        "id": "LFU"
                                    },
                                    {
                                        "id": "LRU"
                                    }
                                ]
                            }
                        ]
                    }
                ]
            },
            {
                "id": "Debug_Logging"
            },
            {
                "id": "OS",
                "children": [
                    {
                        "id": "\"Nut/OS\""
                    },
                    {
                        "id": "Win"
                    }
                ]
            },
            {
                "id": "Storage",
                "children": [
                    {
                        "id": "API",
                        "children": [
                            {
                                "id": "Delete"
                            },
                            {
                                "id": "Get"
                            },
                            {
                                "id": "Put"
                            }
                        ]
                    },
                    {
                        "id": "\"B+_Tree\""
                    },
                    {
                        "id": "Unindexed"
                    }
                ]
            }
        ]
    },
    "constraints": {}
}