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

org.openl.IOpenVM Maven / Gradle / Ivy

There is a newer version: 5.27.9-jakarta
Show newest version
/*
 * Created on May 30, 2003
 *
 * Developed by Intelligent ChoicePoint Inc. 2003
 */

package org.openl;

import org.openl.vm.IRuntimeEnv;

/**
 * @author snshor
 *
 */
public interface IOpenVM {
    IOpenDebugger getDebugger();

    IOpenRunner getRunner();

    IRuntimeEnv getRuntimeEnv();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy