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

com.jdiai.CoreElement Maven / Gradle / Ivy

There is a newer version: 1.1.8
Show newest version
package com.jdiai;

import com.jdiai.interfaces.HasCore;

public class CoreElement implements HasCore {
    private JS core;

    public JS core() {
        return core != null ? core : JDI.initJSFunc.get();
    }

    public void setCore(JS core) { this.core = core; }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy