Class StringLibrarySourceProvider

java.lang.Object
org.cqframework.cql.cql2elm.StringLibrarySourceProvider
All Implemented Interfaces:
LibrarySourceProvider

public class StringLibrarySourceProvider extends Object implements LibrarySourceProvider
This class implements the LibrarySourceProvider API, using a set of strings representing CQL library content as a source.
  • Constructor Details

    • StringLibrarySourceProvider

      public StringLibrarySourceProvider(List<String> libraries)
  • Method Details