A C D G I M O Q R S T V 

A

AudioDB - Class in org.omras2
 
AudioDB.Mode - Enum in org.omras2
 
AudioDB(File) - Constructor for class org.omras2.AudioDB
 
audiodb_close() - Method in class org.omras2.AudioDB
 
audiodb_create(String, int, int, int) - Method in class org.omras2.AudioDB
 
audiodb_insert_data(String, int, int, double[], double[], double[]) - Method in class org.omras2.AudioDB
 
audiodb_insert_path(String, String, String, String) - Method in class org.omras2.AudioDB
 
audiodb_open(String, AudioDB.Mode) - Method in class org.omras2.AudioDB
 
audiodb_query(String, Query) - Method in class org.omras2.AudioDB
 
audiodb_status() - Method in class org.omras2.AudioDB
 

C

close() - Method in class org.omras2.AudioDB
 
create(int, int, int) - Method in class org.omras2.AudioDB
 

D

Datum - Class in org.omras2
 
Datum() - Constructor for class org.omras2.Datum
 

G

getStatus() - Method in class org.omras2.AudioDB
 

I

insert(File) - Method in class org.omras2.AudioDB
 
insert(String, int, int, double[]) - Method in class org.omras2.AudioDB
 
insert(String, int, int, double[], double[]) - Method in class org.omras2.AudioDB
 
insert(String, int, int, double[], double[], double[]) - Method in class org.omras2.AudioDB
 
insert(String, File) - Method in class org.omras2.AudioDB
 
insert(String, File, File) - Method in class org.omras2.AudioDB
 
insert(String, File, File, File) - Method in class org.omras2.AudioDB
 

M

main(String[]) - Static method in class org.omras2.AudioDB
 

O

org.omras2 - package org.omras2
 
open(AudioDB.Mode) - Method in class org.omras2.AudioDB
 

Q

Query - Class in org.omras2
 
Query.Accumulation - Enum in org.omras2
 
Query.Distance - Enum in org.omras2
 
Query() - Constructor for class org.omras2.Query
 
query(String, Query) - Method in class org.omras2.AudioDB
 
query(Query) - Method in class org.omras2.AudioDB
 

R

Result - Class in org.omras2
 
Result(String, double, int, int) - Constructor for class org.omras2.Result
 

S

Status - Class in org.omras2
 
Status() - Constructor for class org.omras2.Status
 

T

toString() - Method in class org.omras2.Result
 

V

valueOf(String) - Static method in enum org.omras2.AudioDB.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omras2.Query.Accumulation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.omras2.Query.Distance
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.omras2.AudioDB.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omras2.Query.Accumulation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.omras2.Query.Distance
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I M O Q R S T V