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

ai.stapi.graphoperations.graphLoader.inmemory.AbstractInMemorySearchOptionResolver Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ai.stapi.graphoperations.graphLoader.inmemory;

import ai.stapi.graphoperations.graphLoader.search.AbstractSearchOptionResolver;
import ai.stapi.graphoperations.graphLoader.search.SearchOption;
import ai.stapi.schema.structureSchemaProvider.StructureSchemaFinder;

public abstract class AbstractInMemorySearchOptionResolver>
    extends AbstractSearchOptionResolver {

  protected AbstractInMemorySearchOptionResolver(
      StructureSchemaFinder structureSchemaFinder
  ) {
    super(structureSchemaFinder);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy