
querqy.model.Node Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of querqy-core Show documentation
Show all versions of querqy-core Show documentation
Querqy library for query rewriting: Querqy Core
/**
*
*/
package querqy.model;
/**
* @author René Kriegler, @renekrie
*
*/
public interface Node {
T accept(NodeVisitor visitor);
boolean isGenerated();
Node getParent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy