org.wicketstuff.datatable_autocomplete.tree.TrieVisualizerLayout Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of datatable-autocomplete-test Show documentation
                Show all versions of datatable-autocomplete-test Show documentation
Test code for visualizing a Trie.  Seperated so that projects can use the JUNG visualization against their actual production data
                
             The newest version!
        
        package org.wicketstuff.datatable_autocomplete.tree;
/**
 * @author mocleiri
 * 
 */
public enum TrieVisualizerLayout
{
	TREE, DAG;
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy