signature.VisitableDAG Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signatures Show documentation
Show all versions of signatures Show documentation
A graph signature library
The newest version!
package signature;
public interface VisitableDAG {
public void accept(DAGVisitor visitor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy