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

com.structurizr.dsl.ModelViewDslContext Maven / Gradle / Ivy

The newest version!
package com.structurizr.dsl;

import com.structurizr.view.ModelView;

abstract class ModelViewDslContext extends ViewDslContext {

    ModelViewDslContext(ModelView view) {
        super(view);
    }

    ModelView getView() {
        return (ModelView)super.getView();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy