- waitBackgroundExecuteOperation() - Method in class messif.executor.MethodThreadList
-
Wait for all operations executed on background to finish
- waitBackgroundExecution(Future<? extends T>) - Static method in class messif.algorithms.Algorithm
-
Helper method for waiting for an operation executed on background.
- waitExecutionEnd() - Method in class messif.executor.MethodThread
-
Wait for the end of the operation execution in specified thread (returned by backgroundExecute)
This method will block until the background operation finishes its processing.
- waitForRepeatEveryThread(PrintStream, String...) - Method in class messif.utility.CoreApplication
-
- wasSuccessful() - Method in class messif.operations.AbstractOperation
-
Returns true if this operation has finished successfuly.
- wasSuccessful() - Method in class messif.operations.data.BulkInsertOperation
-
- wasSuccessful() - Method in class messif.operations.data.DeleteByLocatorOperation
-
Returns true if this operation was successfuly completed.
- wasSuccessful() - Method in class messif.operations.data.DeleteOperation
-
- wasSuccessful() - Method in class messif.operations.data.DeleteOperationLegacy
-
- wasSuccessful() - Method in class messif.operations.data.InsertOperation
-
Returns true if this operation has finished successfuly.
- wasSuccessful() - Method in class messif.operations.data.TruncateOperation
-
- wasSuccessful() - Method in class messif.operations.GetCandidateSetOperation
-
- wasSuccessful() - Method in class messif.operations.query.BatchKNNQueryOperation
-
- wasSuccessful() - Method in class messif.operations.query.GetAlgorithmInfoOperation
-
- wasSuccessful() - Method in class messif.operations.query.GetObjectCountOperation
-
Returns true if this operation has finished successfuly.
- wasSuccessful() - Method in class messif.operations.query.PrintAllObjectsOperation
-
- wasSuccessful() - Method in class messif.operations.QueryOperation
-
- wasSuccessful() - Method in class messif.operations.RefineCandidateOperation
-
- weights - Variable in class messif.objects.impl.ObjectIntMultiVector.MultiWeightProvider
-
Weights for data arrays - all the items in the respective data array has a single weight
- WGS84 - Static variable in class messif.objects.impl.ObjectGPSCoordinate.ReferenceEllipsoid
-
The World Geodetic System 1984 reference ellipsoid.
- width - Variable in class messif.objects.impl.ObjectFeatureOrderedSet.SlidingWindow
-
- WildcardFileFilter - Class in messif.utility
-
This class provides an implementation of FileFilter
and FilenameFilter
interfaces that can match filenames using a Glob pattern.
- WildcardFileFilter(String) - Constructor for class messif.utility.WildcardFileFilter
-
Creates a new instance of WildcardFileFilter for the given pattern.
- window - Static variable in class messif.objects.impl.ObjectFeatureSetNeedlemanWunschWindowed
-
UkBench settings for UkBench visual words: images are 640x480 pxs
- window - Static variable in class messif.objects.impl.ObjectFeatureSetSmithWatermanWindowed
-
UkBench settings for UkBench visual words: images are 640x480 pxs
- windowIterator(ObjectFeatureOrderedSet.SlidingWindow) - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
Iterate over all possible positions of the window.
- windowIterator(int, int, int, int) - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
Iterate over all possible positions of the window.
- WordExpander - Interface in messif.objects.text
-
Interface for word expansion techniques.
- wordObjectName - Static variable in class messif.objects.impl.CophirXmlParser
-
Name of the key words object
- wordsToIdentifiers(String[]) - Method in class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
-
Transforms a list of words into array of identifiers.
- wordsToIdentifiers(String[], Set<String>, Set<String>, WordExpander, Stemmer, IntStorageIndexed<String>, boolean) - Static method in class messif.objects.text.TextConversion
-
Transforms a list of words into array of addresses.
- wordsToIdentifiers(String[], Set<String>, WordExpander, Stemmer, IntStorageIndexed<String>, boolean) - Static method in class messif.objects.text.TextConversion
-
Transforms a list of words into array of addresses.
- wordsToIdentifiersRead(Collection<String>, IntStorageIndexed<String>, int[], int) - Static method in class messif.objects.text.TextConversion
-
Transforms a list of words into array of addresses by reading the given word index.
- wordsToIdentifiersStore(Collection<String>, IntStorageIndexed<String>, int[], int) - Static method in class messif.objects.text.TextConversion
-
Transforms a list of words into array of addresses by storing the words
into the given word index and retrieving the generated identifiers.
- wordTagNames - Static variable in class messif.objects.impl.CophirXmlParser
-
Names of tags that contain words for keyword data
- wrapConvertor(DatabaseStorage.ColumnConvertor<T>, boolean, boolean, boolean) - Static method in class messif.buckets.storage.impl.DatabaseStorage
-
Wraps a column convertor while changing its read/write capabilities.
- wrapPrimitiveType(Class<T>) - Static method in class messif.utility.Convert
-
Returns a wrapper class for primitive type.
- wrapUrlDataSource(Extractor<T>, String) - Static method in class messif.objects.extraction.Extractors
-
Returns an extractor wrapper that uses an URL stored in a parameter to get the data.
- wrapWithKwStringSerialization() - Method in class messif.objects.impl.MetaObjectCophirKeywords
-
- wrapWithKwStringSerialization() - Method in class messif.objects.impl.MetaObjectProfiSCTiDIM
-
- wrapWithTitleOnlySerialization() - Method in class messif.objects.impl.MetaObjectCophirKeywords
-
- wrapWithTitleOnlySerialization() - Method in class messif.objects.impl.MetaObjectProfiSCTiDIM
-
- write(OutputStream) - Method in class messif.objects.keys.AbstractObjectKey
-
Writes this object key into the output text stream.
- write(OutputStream) - Method in class messif.objects.LocalAbstractObject
-
Writes the object comments and data - key and filters - into an output text stream.
- write(OutputStream, boolean) - Method in class messif.objects.LocalAbstractObject
-
Writes the object comments and data - key and filters - into an output text stream.
- write(ByteBuffer) - Method in class messif.objects.nio.AsynchronousFileChannelOutputStream
-
Writes the buffered data to the file channel.
- write(BinaryOutput, boolean) - Method in class messif.objects.nio.BinarySerializator
-
Writes a boolean
value to the specified output.
- write(BinaryOutput, byte) - Method in class messif.objects.nio.BinarySerializator
-
Writes a byte
value to the specified output.
- write(BinaryOutput, short) - Method in class messif.objects.nio.BinarySerializator
-
Writes a short
value to the specified output.
- write(BinaryOutput, char) - Method in class messif.objects.nio.BinarySerializator
-
Writes a char
value to the specified output.
- write(BinaryOutput, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a int
value to the specified output.
- write(BinaryOutput, long) - Method in class messif.objects.nio.BinarySerializator
-
Writes a long
value to the specified output.
- write(BinaryOutput, float) - Method in class messif.objects.nio.BinarySerializator
-
Writes a float
value to the specified output.
- write(BinaryOutput, double) - Method in class messif.objects.nio.BinarySerializator
-
Writes a double
value to the specified output.
- write(BinaryOutput, BigInteger) - Method in class messif.objects.nio.BinarySerializator
-
Writes a BigInteger
value to the specified output.
- write(BinaryOutput, boolean[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a boolean
array to the specified output.
- write(BinaryOutput, boolean[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a boolean
array to the specified output.
- write(BinaryOutput, byte[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a byte
array to the specified output.
- write(BinaryOutput, byte[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a byte
array to the specified output.
- write(BinaryOutput, short[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a short
array to the specified output.
- write(BinaryOutput, short[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a short
array to the specified output.
- write(BinaryOutput, char[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a char
array to the specified output.
- write(BinaryOutput, char[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a char
array to the specified output.
- write(BinaryOutput, int[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a int
array to the specified output.
- write(BinaryOutput, int[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a int
array to the specified output.
- write(BinaryOutput, long[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a long
array to the specified output.
- write(BinaryOutput, long[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a long
array to the specified output.
- write(BinaryOutput, float[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a float
array to the specified output.
- write(BinaryOutput, float[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a float
array to the specified output.
- write(BinaryOutput, double[], int, int) - Method in class messif.objects.nio.BinarySerializator
-
Writes a double
array to the specified output.
- write(BinaryOutput, double[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a double
array to the specified output.
- write(BinaryOutput, String) - Method in class messif.objects.nio.BinarySerializator
-
Writes a String
to the specified output.
- write(BinaryOutput, String[]) - Method in class messif.objects.nio.BinarySerializator
-
Writes a String
array to the specified output.
- write(BinaryOutput, Enum<?>) - Method in class messif.objects.nio.BinarySerializator
-
Writes an Enum
to the specified output.
- write(BinaryOutput, Object) - Method in class messif.objects.nio.BinarySerializator
-
Writes object
to the provided output buffer.
- write(Object, boolean) - Method in class messif.objects.nio.BinarySerializator
-
Writes object
to a new buffer output stream.
- write(BinaryOutput, BinarySerializable) - Method in class messif.objects.nio.BinarySerializator
-
Writes object
to this output buffer using binary serialization.
- write(int) - Method in class messif.objects.nio.BufferOutputStream
-
Writes the specified byte to this output stream.
- write(byte[], int, int) - Method in class messif.objects.nio.BufferOutputStream
-
Writes len
bytes from the specified byte array
starting at offset off
to this output stream.
- write(ByteBuffer) - Method in class messif.objects.nio.BufferOutputStream
-
Writes the buffered data out.
- write() - Method in class messif.objects.nio.BufferOutputStream
-
Writes the buffered data to a byte array.
- write(WritableByteChannel) - Method in class messif.objects.nio.BufferOutputStream
-
Writes the buffered data to the specified channel.
- write(FileChannel, long) - Method in class messif.objects.nio.BufferOutputStream
-
Writes the buffered data to the specified file channel.
- write(ByteBuffer) - Method in class messif.objects.nio.ChannelOutputStream
-
Writes the buffered data to the write channel.
- write(ByteBuffer) - Method in class messif.objects.nio.FileChannelOutputStream
-
Writes the buffered data to the file channel.
- write(BinaryOutput, BinarySerializable) - Method in class messif.objects.nio.MultiClassSerializator
-
- write(BinaryOutput, BinarySerializable) - Method in class messif.objects.nio.SingleClassSerializator
-
- write(OutputStream) - Method in class messif.objects.PrecomputedDistancesFilter
-
Writes this distances filter into the output text stream.
- writeAttributesToStream(OutputStream, char, char, LocalAbstractObject, Field...) - Static method in class messif.objects.LocalAbstractObject
-
Helper method for writing object primitive/array attributes to a text stream.
- writeAttributesToStream(OutputStream, char, char, LocalAbstractObject, Field...) - Static method in class messif.objects.LocalAbstractObjectAutoImpl
-
Helper method for writing object primitive/array attributes to a text stream.
- writeByteHexString(byte[], OutputStream) - Static method in class messif.objects.impl.ObjectByteVector
-
Writes the given vector of byte integers to the given output stream using hexadecimal character encoding.
- writeByteVector(byte[], OutputStream, char, char) - Static method in class messif.objects.impl.ObjectByteVector
-
Writes the given vector of byte integers to the given output stream as text.
- writeData(OutputStream) - Method in class messif.objects.BallRegion
-
Store this object's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectArray
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectColor
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectCophirKeywords
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectFixed
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectFixedMap
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectMap
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectPixMacSCT
-
Store this object to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectPixMacShapeAndColor
-
Store this object to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectProfiSCT
-
Store this object to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectSAPIR
-
Store this object to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectShape
-
- writeData(OutputStream) - Method in class messif.objects.impl.MetaObjectShapeAndColor
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectByteVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectColorLayout
-
Write object to text stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectContourShape
-
Write object to text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectDoubleVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFaceLuxandDescriptor
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFacePittPattDescriptor
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeature
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureByte
-
Write object to stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureClustered
-
Deprecated.
Write object to stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureFloat
-
Write object to stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureFloatWClusters
-
Deprecated.
Write object to stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureLong
-
Write object to stream
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureQuantized
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFeatureSet
-
Store this object to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFloatVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectFloatVectorNeuralNetwork
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectGPSCoordinate
-
Store this object's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectHomogeneousTexture
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectIntMultiVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectIntVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectRectangle2D
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectRegionShape
-
Write to the text file as a single-dimensional array
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectShortVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectSignatureSQFD
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectString
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectUnsignedByteVector
-
- writeData(OutputStream) - Method in class messif.objects.impl.ObjectXMRegionShape
-
Write to the text file as a single-dimensional array
- writeData(OutputStream) - Method in class messif.objects.keys.AbstractObjectKey
-
Store this key's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.keys.DimensionObjectKey
-
Store this key's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.keys.DoubleKey
-
- writeData(OutputStream) - Method in class messif.objects.keys.IntegerKey
-
- writeData(OutputStream) - Method in class messif.objects.keys.LongKey
-
- writeData(OutputStream) - Method in class messif.objects.keys.LuxandFaceKey
-
- writeData(OutputStream) - Method in class messif.objects.keys.OCVFaceKey
-
- writeData(OutputStream) - Method in class messif.objects.keys.PittPattFaceKey
-
- writeData(OutputStream) - Method in class messif.objects.LocalAbstractObject
-
Store this object's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.LocalAbstractObjectAutoImpl
-
- writeData(OutputStream) - Method in class messif.objects.LocalAbstractObjectParametric
-
- writeData(OutputStream) - Method in class messif.objects.MetaObjectParametric
-
- writeData(OutputStream) - Method in class messif.objects.PrecomputedDistancesFilter
-
Store this filter's data to a text stream.
- writeData(OutputStream) - Method in class messif.objects.PrecomputedDistancesFixedArrayFilter
-
- writeData(OutputStream) - Method in class messif.objects.PrecomputedDistancesPivotMapFilter
-
- writeData() - Method in interface messif.utility.TextSerializable
-
Returns this object's data as text.
- writeDataImpl(OutputStream) - Method in class messif.objects.impl.MetaObjectParametricArray
-
- writeDataImpl(OutputStream) - Method in class messif.objects.impl.MetaObjectParametricMap
-
- writeDataImpl(OutputStream) - Method in class messif.objects.impl.ObjectFaceMPEG7AdvancedDescriptor
-
- writeDataImpl(OutputStream) - Method in class messif.objects.LocalAbstractObjectParametric
-
Store this object's data to a text stream.
- writeDataImpl(OutputStream) - Method in class messif.objects.MetaObjectParametric
-
Store this object's data to a text stream.
- writeDoubleVector(double[], OutputStream, char, char) - Static method in class messif.objects.impl.ObjectDoubleVector
-
Writes the given vector of doubles to the given output stream as text.
- writeFloatVector(float[], OutputStream, char, char) - Static method in class messif.objects.impl.ObjectFloatVector
-
Writes the given vector of floats to the given output stream as text.
- writeHeader(AsynchronousFileChannel, long, int) - Method in class messif.buckets.storage.impl.DiskStorage
-
Write header information to the file.
- writeHeader(AsynchronousFileChannel, long, int) - Method in class messif.buckets.storage.impl.DiskStorageFillGaps
-
- writeIntVector(int[], OutputStream, char, char) - Static method in class messif.objects.impl.ObjectIntVector
-
Writes the given vector of integers to the given output stream as text.
- writeObjectComment(OutputStream) - Method in class messif.objects.impl.ObjectFeatureOrderedSet
-
- writeObjectComment(OutputStream) - Method in class messif.objects.LocalAbstractObject
-
Write comment lines of text representation of this object.
- writeObjects(OutputStream, Collection<? extends LocalAbstractObject>) - Method in class messif.objects.MetaObject
-
Utility method for writing a the given objects to a text stream.
- writeObjectsHeader(OutputStream, Map<String, T>) - Method in class messif.objects.MetaObject
-
Utility method for writing a metaobject header to a given text stream.
- writePrimitiveTypeToDataStream(ObjectOutputStream, Object, Class<?>) - Static method in class messif.utility.Convert
-
Write a value of a primitive type (or string) to the specified output stream.
- writeShortVector(short[], OutputStream, char, char) - Static method in class messif.objects.impl.ObjectShortVector
-
Writes the given vector of short integers to the given output stream as text.
- writeToFile(Object, boolean, File) - Method in class messif.objects.nio.BinarySerializator
-
Writes object
to a given file.