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

org.hl7.cql.model.InstantiationContext Maven / Gradle / Ivy

package org.hl7.cql.model;

public interface InstantiationContext {
    boolean isInstantiable(TypeParameter parameter, DataType callType);
    DataType instantiate(TypeParameter parameter);
    Iterable getSimpleConversionTargets(DataType callType);
    Iterable getIntervalConversionTargets(DataType callType);
    Iterable getListConversionTargets(DataType callType);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy