|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRException | |
---|---|
org.kit.furia | |
org.kit.furia.fragment | |
org.kit.furia.fragment.asm | |
org.kit.furia.fragment.soot | |
org.kit.furia.index |
Uses of IRException in org.kit.furia |
---|
Methods in org.kit.furia that throw IRException | |
---|---|
void |
FuriaChanEngine.close()
|
void |
IRIndex.close()
Closes the databases. |
int |
IRIndex.delete(java.lang.String documentName)
Deletes the given string document from the database. |
void |
FuriaChanEngine.freeze()
Freeze the index. |
void |
IRIndex.freeze()
Freezes the index. |
void |
IRIndex.insert(Document<O> document)
Inserts a new document into the database. |
void |
FuriaChanEngine.insert(java.io.File dir)
Insert the given directory into Furia-chan We will ignore applications that have less than |
java.util.List<ResultCandidate> |
IRIndexShort.search(Document<O> document,
byte k,
short r,
short n)
Searches the top n documents that are closest to document. |
float |
FuriaChanEngine.search(java.io.File dir)
Performs a search in the database and prints the result to the user. |
Uses of IRException in org.kit.furia.fragment |
---|
Methods in org.kit.furia.fragment that throw IRException | |
---|---|
void |
FragmentExtractor.extractMethodsFromDirectory(java.lang.String directory,
int maxStructuresAllowed,
int minStructuresAllowed,
java.lang.String outputPath,
java.lang.String outputFile)
Extracts fragments from the given directory. |
Uses of IRException in org.kit.furia.fragment.asm |
---|
Methods in org.kit.furia.fragment.asm that throw IRException | |
---|---|
void |
FragmentExtractorASM.extractMethodsFromDirectory(java.lang.String directory,
int maxStructuresAllowed,
int minStructuresAllowed,
java.lang.String outputPath,
java.lang.String outputFile)
|
Uses of IRException in org.kit.furia.fragment.soot |
---|
Subclasses of IRException in org.kit.furia.fragment.soot | |
---|---|
class |
NoClassesFound
|
Methods in org.kit.furia.fragment.soot that throw IRException | |
---|---|
void |
FragmentExtractorSoot.extractMethodsFromDirectory(java.lang.String directory,
soot.util.cfgcmd.CFGGraphType graphtype,
int maxStructuresAllowed,
int minStructuresAllowed,
java.lang.String outputPath,
java.lang.String outputFile)
Extracts fragments from the given directory. |
void |
FragmentExtractorSoot.extractMethodsFromDirectory(java.lang.String directory,
int maxStructuresAllowed,
int minStructuresAllowed,
java.lang.String outputPath,
java.lang.String outputFile)
|
void |
FragmentBuilder.fillRepetitionCounts(java.util.HashMap<java.lang.String,IntegerHolder> repetitionCounts)
Fills a hash map that contains the fragment and number of occurrences. |
Uses of IRException in org.kit.furia.index |
---|
Methods in org.kit.furia.index that throw IRException | |
---|---|
void |
AbstractIRIndex.close()
|
int |
AbstractIRIndex.delete(java.lang.String documentName)
|
void |
AbstractIRIndex.freeze()
|
void |
AbstractIRIndex.insert(Document<O> document)
|
protected java.util.List<ResultCandidate> |
AbstractIRIndex.processQueryResults(java.util.Map<java.lang.Integer,java.lang.Integer> normalizedQuery,
short n,
Document query)
|
java.util.List<ResultCandidate> |
FIRIndexShort.search(Document<O> document,
byte k,
short r,
short n)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |