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

se.l4.silo.search.QueryPart Maven / Gradle / Ivy

The newest version!
package se.l4.silo.search;

import se.l4.silo.search.query.QueryReceiver;

public interface QueryPart
{
	void parent(ReturnPath path, QueryReceiver receiver);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy