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

org.opencds.cqf.cql.execution.DefaultLibraryLoader Maven / Gradle / Ivy

There is a newer version: 1.3.12.1
Show newest version
package org.opencds.cqf.cql.execution;

import org.apache.commons.lang3.NotImplementedException;
import org.cqframework.cql.elm.execution.Library;
import org.cqframework.cql.elm.execution.VersionedIdentifier;

/**
 * Created by Bryn on 9/12/2016.
 */
public class DefaultLibraryLoader implements LibraryLoader {
    @Override
    public Library load(VersionedIdentifier libraryIdentifier) {
        throw new NotImplementedException("Library loader is not implemented.");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy