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

magritte.NodeFilter Maven / Gradle / Ivy

package magritte;

public interface NodeFilter {
    public boolean accept(Node item);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy