All Downloads are FREE. Search and download functionalities are using the official Maven repository.

context-model.CarPerson_context-new-model.json Maven / Gradle / Ivy

[
    {
        "class": "Car",
        "attributes": [
            {
                "name": "color",
                "type": "String"
            }
        ],
        "ends": [
            {
                "name": "owners",
                "target": "Person",
                "opp": "ownedCars",
                "mult": "*"
            }
        ]
    },
    {
        "class": "Person",
        "attributes": [
            {
                "name": "name",
                "type": "String"
            }
        ],
        "ends": [
            {
                "name": "ownedCars",
                "target": "Car",
                "opp": "owners",
                "mult": "*"
            }
        ]
    }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy