Skip to content

Reference to another model builder #26

@nicoh

Description

@nicoh

The following is more a question than an issue. I have the following situation: I have two meta-models, let's say "car.rb" and "wheel.rb". Now I would like to make within the "Car" ModelBuilder a reference to a Wheel created by the Wheel model builder. Is there any standard way? Note, in the Car metamodel I manually inserted the following:

require_relative 'wheel'
...
CarMetaModel::Car.contains_many_uni 'wheels', WheelMetaModel::Wheel

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions