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

org.kevoree.modeling.KPreparedLookup Maven / Gradle / Ivy

There is a newer version: 4.27.0.2
Show newest version
package org.kevoree.modeling;

public interface KPreparedLookup {

    void addLookupOperation(long universe, long time, long uuid);

    long[] flatLookup();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy