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

org.opencds.cqf.modelinfo.quick.QuickModelInfoBuilder Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package org.opencds.cqf.modelinfo.quick;

import java.util.Collection;

import org.hl7.elm_modelinfo.r1.TypeInfo;
import org.opencds.cqf.modelinfo.ModelInfoBuilder;

public class QuickModelInfoBuilder extends ModelInfoBuilder {

    public QuickModelInfoBuilder(String version, Collection typeInfos) {
        super(typeInfos);
        this.settings = new QuickModelInfoSettings(version);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy