org.sikuli.script
Class VDictProxy<T>

java.lang.Object
  extended by org.sikuli.script.VDictProxy<T>

public class VDictProxy<T>
extends Object


Constructor Summary
VDictProxy()
           
 
Method Summary
 void _insert(long instance, String imagekey_filename, int value)
           
 boolean empty()
           
 void erase(String imagekey_filename)
           
 void insert(String imagekey_filename, T value)
           
 List<T> lookup_similar_n(String imagekey_filename, double similarity_threshold, int n)
           
 T lookup_similar(String imagekey_filename, double similarity_threshold)
           
 T lookup(String imagekey_filename)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDictProxy

public VDictProxy()
Method Detail

insert

public void insert(String imagekey_filename,
                   T value)
            throws FileNotFoundException
Throws:
FileNotFoundException

_insert

public void _insert(long instance,
                    String imagekey_filename,
                    int value)

lookup

public T lookup(String imagekey_filename)
         throws FileNotFoundException
Throws:
FileNotFoundException

lookup_similar

public T lookup_similar(String imagekey_filename,
                        double similarity_threshold)
                 throws FileNotFoundException
Throws:
FileNotFoundException

lookup_similar_n

public List<T> lookup_similar_n(String imagekey_filename,
                                double similarity_threshold,
                                int n)
                         throws FileNotFoundException
Throws:
FileNotFoundException

erase

public void erase(String imagekey_filename)
           throws FileNotFoundException
Throws:
FileNotFoundException

size

public int size()

empty

public boolean empty()