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

querqy.model.Node Maven / Gradle / Ivy

There is a newer version: 3.18.2
Show newest version
/**
 * 
 */
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