A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

M

MAGIC_NUMBER - Static variable in class messif.objects.util.UKSignaturesReader
 
main(String[]) - Static method in class messif.utility.Application
Start a MESSIF application.
main(String[]) - Static method in class messif.utility.CoreApplication
Start a MESSIF application.
main(String[]) - Static method in class messif.utility.DistanceDistributionSQFD
Main method that deals with the parameters and computes the histogram.
main(String[]) - Static method in class messif.utility.DistributedApplication
Start a MESSIF application.
main(String[]) - Static method in class messif.utility.HttpApplication
Start a MESSIF application with HTTP server.
makeLeftOpen(KeyInterval<DoubleKey>) - Method in class messif.objects.keys.DoubleKeyOperator
 
makeLeftOpen(KeyInterval<T>) - Method in class messif.objects.keys.KeyOperator
This method returns a new instance of KeyInterval which makes this interval opened from the left.
MappedFileChannelInputStream - Class in messif.objects.nio
Extending class for a ChannelInputStream that operates on a file.
MappedFileChannelInputStream(FileChannel, long, long) - Constructor for class messif.objects.nio.MappedFileChannelInputStream
Creates a new instance of FileChannelInputStream.
mark(int) - Method in class messif.utility.DirectoryInputStream
 
markMovedObject(Algorithm, LocalAbstractObject) - Method in interface messif.buckets.split.SplittableAlgorithm.SplittableAlgorithmResult
Registers a move of one object into the result.
markMovedObjects(Algorithm, Collection<? extends LocalAbstractObject>) - Method in interface messif.buckets.split.SplittableAlgorithm.SplittableAlgorithmResult
Registers a move of objects into the result.
markSupported() - Method in class messif.utility.DirectoryInputStream
 
match(LocalAbstractObject) - Method in class messif.buckets.split.impl.SplitPolicyBallPartitioning
Returns 1 for objects outside the ball partition defined by this policy and 0 for objects belonging to the partition.
match(BallRegion) - Method in class messif.buckets.split.impl.SplitPolicyBallPartitioning
Returns the group (partition) to which the whole ball region belongs.
match(LocalAbstractObject) - Method in class messif.buckets.split.impl.SplitPolicyExcludedMiddlePartitioning
Returns 1 for objects outside the ball partition defined by this policy and 0 for objects belonging to the partition.
match(BallRegion) - Method in class messif.buckets.split.impl.SplitPolicyExcludedMiddlePartitioning
Returns the group (partition) to which the whole ball region belongs.
match(LocalAbstractObject) - Method in class messif.buckets.split.impl.SplitPolicyGeneralizedHyperplane
Returns 0 for objects near the left pivot defined by this policy (or exactly in the middle) and 1 for objects near the right pivot.
match(BallRegion) - Method in class messif.buckets.split.impl.SplitPolicyGeneralizedHyperplane
Returns the group (partition) to which the whole ball region belongs.
match(LocalAbstractObject) - Method in class messif.buckets.split.impl.SplitPolicyMultiWayBallPartitioning
Returns the index of partition to which the object belongs.
match(BallRegion) - Method in class messif.buckets.split.impl.SplitPolicyMultiWayBallPartitioning
Returns the index of partition to which the whole ball region belongs.
match(LocalAbstractObject) - Method in class messif.buckets.split.impl.SplitPolicyVoronoiPartitioning
Returns the index of partition to which the object belongs.
match(BallRegion) - Method in class messif.buckets.split.impl.SplitPolicyVoronoiPartitioning
NOT IMPLEMENTED YET!!!!
match(BallRegion) - Method in class messif.buckets.split.SplitPolicy
Returns the group (partition) to which the whole ball region belongs.
match(LocalAbstractObject) - Method in class messif.buckets.split.SplitPolicy
Returns the group (partition) to which a given object belongs.
match(LocalBucket) - Method in class messif.buckets.split.SplitPolicy
Returns the group (partition) to which the whole bucket belongs.
match(T) - Method in interface messif.objects.util.ObjectMatcher
Matching method.
match(short[], short[]) - Method in class messif.utility.VotingSchema
Compare IDs of a pair of objects and return confidence how much they match.
match(String) - Method in class messif.utility.WildcardFileFilter
Returns if the specified name matches this wildcard.
matchApprox - Variable in class messif.objects.util.SequenceMatchingCost
 
matchExact - Variable in class messif.objects.util.SequenceMatchingCost
 
matchingWords(Collection<String>, Pattern) - Static method in class messif.objects.text.TextConversion
Creates a list of words that match the given regular expression.
matchMismatch - Variable in class messif.objects.util.SequenceMatchingCost
 
max(T, T) - Method in class messif.objects.keys.KeyOperator
Return the maximum of the two values passed or the first one if they are equal.
max(long) - Method in class messif.statistics.StatisticCounter
 
max - Variable in class messif.statistics.StatisticMinMaxCounter
 
max(Object, long) - Method in class messif.statistics.StatisticRefCounter
Set the passed value to the current value associated with the passed key if it is greater than current value.
max3(float, float, float) - Static method in class messif.objects.impl.ObjectFeatureSetNeedlemanWunsch
 
max4(float, float, float, float) - Static method in class messif.objects.impl.ObjectFeatureSetSmithWaterman
 
MAX_DISTANCE - Static variable in class messif.objects.LocalAbstractObject
Maximal possible distance constant
MAX_ITERATIONS - Static variable in class messif.pivotselection.KMeansPivotChooser
Maximal number of iterations to let run
MAX_UDP_LENGTH - Static variable in class messif.network.SocketThreadUDP
 
maxClusterRadius - Variable in class messif.pivotselection.ClusterPivotChooser
Threshold on the maximum distance within a single cluster.
maximalConcurrentOperations - Static variable in class messif.algorithms.Algorithm
Maximal number of currently executed operations
maxx - Variable in class messif.objects.impl.ObjectRectangle2D
Orintation of the gravity vector
maxy - Variable in class messif.objects.impl.ObjectRectangle2D
Scale of the gravity vector
measure(String, String, float[][]) - Static method in class messif.objects.impl.ObjectStringSmithWaterman
Compares two sequences using Smith-Waterman algorithm.
MemoryStorage<T> - Class in messif.buckets.storage.impl
Memory based storage.
MemoryStorage(Class<? extends T>, int) - Constructor for class messif.buckets.storage.impl.MemoryStorage
Constructs an empty memory storage with the specified initial capacity.
MemoryStorage(Class<? extends T>) - Constructor for class messif.buckets.storage.impl.MemoryStorage
Constructs an empty memory storage.
MemoryStorageBucket - Class in messif.buckets.impl
A volatile implementation of LocalBucket.
MemoryStorageBucket(long, long, long, boolean) - Constructor for class messif.buckets.impl.MemoryStorageBucket
Constructs a new MemoryStorageBucket instance.
MemoryStorageLocatorBucket - Class in messif.buckets.impl
A volatile implementation of LocalBucket.
MemoryStorageLocatorBucket(long, long, long, boolean) - Constructor for class messif.buckets.impl.MemoryStorageLocatorBucket
Constructs a new instance of MemoryStorageLocatorBucket.
MemoryStorageNoDupsBucket - Class in messif.buckets.impl
A volatile implementation of LocalBucket.
MemoryStorageNoDupsBucket(long, long, long, boolean) - Constructor for class messif.buckets.impl.MemoryStorageNoDupsBucket
Constructs a new instance of MemoryStorageNoDupsBucket.
MemoryStorageObjectKeyBucket - Class in messif.buckets.impl
A volatile implementation of LocalBucket.
MemoryStorageObjectKeyBucket(long, long, long, boolean) - Constructor for class messif.buckets.impl.MemoryStorageObjectKeyBucket
Constructs a new instance of MemoryStorageObjectKeyBucket.
memoryUsage(PrintStream, String...) - Method in class messif.utility.CoreApplication
Displays the memory usage of this virtual machine.
mergeOperationsFromReplies(AbstractOperation, Collection<? extends DistAlgReplyMessage>) - Static method in class messif.algorithms.DistributedAlgorithm
Update supplied operation answer with partial answers from reply messages
mergeSort(T[], int, int, T[], int, int, Comparator<T>, T[], int, int) - Static method in class messif.utility.SortedArrayData
Merges two sorted arrays into the destination array using the specified comparator.
mergeStatisticsFromReplies(OperationStatistics, Collection<? extends ReplyMessage>) - Method in class messif.algorithms.DistributedAlgorithm
Update supplied statistics with partial statistics from reply messages
mergeStatisticsFromReplies(OperationStatistics, Collection<? extends ReplyMessage>, OperationStatistics) - Method in class messif.algorithms.DistributedAlgorithm
Update supplied statistics with partial statistics from reply messages
mergeWithCluster(ClusterPivotChooser.Cluster, ClusterPivotChooser.PrecomputedDistances) - Method in class messif.pivotselection.ClusterPivotChooser.Cluster
Merge this cluster with the passed cluster and set the new cluster's radius.
meridionalArc(double) - Method in class messif.objects.impl.ObjectGPSCoordinate.ReferenceEllipsoid
Returns the meridional arc, the true meridional distance on the ellipsoid from the equator to the specified latitude, in meters.
meridionalRadiusOfCurvature(double) - Method in class messif.objects.impl.ObjectGPSCoordinate.ReferenceEllipsoid
Returns the radius of curvature in the meridian for this reference ellipsoid at the specified latitude.
Message - Class in messif.network
The ancestor of all messages sent using a MessageDispatcher for communication with other network nodes.
Message() - Constructor for class messif.network.Message
Creates a new instance of Message.
MessageActivate - Class in messif.netcreator
 
MessageActivate(Set<NetworkNode>) - Constructor for class messif.netcreator.MessageActivate
Creates a new instance of MessageInitUse from supplied data
MessageActivateResponse - Class in messif.netcreator
 
MessageActivateResponse(byte, MessageActivate) - Constructor for class messif.netcreator.MessageActivateResponse
Creates a new instance of MessageActivateResponse from supplied data
MessageActivateResponse(NetworkNode, MessageActivate) - Constructor for class messif.netcreator.MessageActivateResponse
Creates a new instance of MessageActivateResponse from supplied data
messageDisp - Variable in class messif.algorithms.DistributedAlgorithm
Message dispatcher for this distributed algorithm
messageDisp - Variable in class messif.netcreator.NetworkNodeDispatcher
Internal variables
MessageDispatcher - Class in messif.network
The component responsible for sending and receiving messages.
MessageDispatcher() - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with automatically assigned port (decided by OS).
MessageDispatcher(int) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP port.
MessageDispatcher(int, int) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP and broadcast ports.
MessageDispatcher(String, int) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP port.
MessageDispatcher(String, int, int) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP and broadcast ports.
MessageDispatcher(NetworkNode) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP port.
MessageDispatcher(NetworkNode, int) - Constructor for class messif.network.MessageDispatcher
Creates a new instance of MessageDispatcher with specified TCP/UDP and broadcast ports.
MessageDispatcher(MessageDispatcher, int) - Constructor for class messif.network.MessageDispatcher
Creates a new server instance of MessageDispatcher connected to a higher level dispatcher.
messageDispatcher - Variable in class messif.network.SocketThreadTCP
 
messageDispatcher - Variable in class messif.network.SocketThreadUDP
 
messageDispMappingTable - Static variable in class messif.network.NetworkNode
Mapping table for translating parent message dispatchers - key is port and value is a top-level dispatcher for that port
messageID - Variable in class messif.network.Message
The message ID
MessageImHere - Class in messif.netcreator
 
MessageImHere() - Constructor for class messif.netcreator.MessageImHere
Creates a new instance of MessageImHere
MessageImUsed - Class in messif.netcreator
 
MessageImUsed() - Constructor for class messif.netcreator.MessageImUsed
Creates a new instance of MessageImHere
messif.algorithms - package messif.algorithms
Search algorithms base classes.
messif.algorithms.impl - package messif.algorithms.impl
Implementation of basic search algorithms.
messif.buckets - package messif.buckets
Storage classes capable of holding objects.
messif.buckets.impl - package messif.buckets.impl
Bucket implementations.
messif.buckets.index - package messif.buckets.index
Bucket indexes for improved access.
messif.buckets.index.impl - package messif.buckets.index.impl
Implementation of bucket indexes.
messif.buckets.split - package messif.buckets.split
Bucket splitting support.
messif.buckets.split.impl - package messif.buckets.split.impl
Implementation of various bucket splitting policies.
messif.buckets.storage - package messif.buckets.storage
Bucket physical storage support.
messif.buckets.storage.impl - package messif.buckets.storage.impl
Implementations of physical bucket storage.
messif.executor - package messif.executor
Support for automatic execution by reflection.
messif.netbucket - package messif.netbucket
Networked objects and buckets.
messif.netbucket.replication - package messif.netbucket.replication
Replication support for remote buckets.
messif.netcreator - package messif.netcreator
Utilization of resources using on-demand requirements of distributed structures.
messif.network - package messif.network
Message-based networking support.
messif.objects - package messif.objects
Metric data objects.
messif.objects.classification - package messif.objects.classification
Support for object classification.
messif.objects.classification.impl - package messif.objects.classification.impl
Provides implementations for common classification tasks.
messif.objects.classification.text - package messif.objects.classification.text
 
messif.objects.extraction - package messif.objects.extraction
Support for object extraction.
messif.objects.impl - package messif.objects.impl
Implementation of basic data objects.
messif.objects.keys - package messif.objects.keys
Data object keys.
messif.objects.nio - package messif.objects.nio
Support for extended binary serialization of objects.
messif.objects.text - package messif.objects.text
Support for text data.
messif.objects.util - package messif.objects.util
Various utilities for working with collections of objects.
messif.objects.util.impl - package messif.objects.util.impl
Implementation of simple function evaluator.
messif.operations - package messif.operations
Generic classes for data manipulatioin and querying operations.
messif.operations.data - package messif.operations.data
Implementation of data-manipulation operations.
messif.operations.query - package messif.operations.query
Implementation of data querying operations.
messif.pivotselection - package messif.pivotselection
Support for selection of representative objects (pivots).
messif.statistics - package messif.statistics
Statistic gathering support.
messif.transactions - package messif.transactions
Implementation of transaction-aware data structures.
messif.utility - package messif.utility
Various utilities that does not fit anywhere else including a main class for executing batch files.
messif.utility.reflection - package messif.utility.reflection
Utilities to create objects from strings using reflection.
MetaObject - Class in messif.objects
Represents a collection of LocalAbstractObjects encapsulated as one object.
MetaObject() - Constructor for class messif.objects.MetaObject
Creates a new instance of MetaObject.
MetaObject(AbstractObjectKey) - Constructor for class messif.objects.MetaObject
Creates a new instance of MetaObject.
MetaObject(String) - Constructor for class messif.objects.MetaObject
Creates a new instance of MetaObject.
MetaObject(BinaryInput, BinarySerializator) - Constructor for class messif.objects.MetaObject
Creates a new instance of MetaObject loaded from binary input.
MetaObjectArray - Class in messif.objects.impl
Implementation of the MetaObject that stores a fixed array of encapsulated objects.
MetaObjectArray(LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray.
MetaObjectArray(AbstractObjectKey, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray.
MetaObjectArray(String, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray.
MetaObjectArray(String, Collection<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray that takes the objects from the given collection.
MetaObjectArray(String, MetaObject, String...) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray that takes the objects from the given MetaObject.
MetaObjectArray(String, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray that takes the objects from the given map.
MetaObjectArray(BufferedReader, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectArray(BufferedReader, boolean, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectArray(BufferedReader, int, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectArray(BufferedReader, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream with array header.
MetaObjectArray(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream with array header.
MetaObjectArray(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectArray from the given text stream with header.
MetaObjectArray(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectArray
Creates a new instance of MetaObjectFixed loaded from binary input.
MetaObjectArrayWeightedSum - Class in messif.objects.impl
Extension of the MetaObjectArray that implements the distance as a weighted sum of the encapsulated objects.
MetaObjectArrayWeightedSum(LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum.
MetaObjectArrayWeightedSum(AbstractObjectKey, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum.
MetaObjectArrayWeightedSum(String, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum.
MetaObjectArrayWeightedSum(String, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum that takes the objects from the given map.
MetaObjectArrayWeightedSum(BufferedReader, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum from the given text stream.
MetaObjectArrayWeightedSum(BufferedReader, int, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum from the given text stream.
MetaObjectArrayWeightedSum(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectArrayWeightedSum
Creates a new instance of MetaObjectArrayWeightedSum loaded from binary input.
MetaObjectColor - Class in messif.objects.impl
This class represents a meta object that encapsulates MPEG7 descriptors for colors.
MetaObjectColor(String, ObjectColorLayout, ObjectShortVectorL1, ObjectIntVectorL1) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor.
MetaObjectColor(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor from the given map of objects.
MetaObjectColor(String, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor from the given map of objects.
MetaObjectColor(MetaObject) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor by taking objects from another MetaObject.
MetaObjectColor(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor from a text stream.
MetaObjectColor(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor from a text stream.
MetaObjectColor(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor from a text stream.
MetaObjectColor(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectColor
Creates a new instance of MetaObjectColor loaded from binary input buffer.
MetaObjectCophirKeywords - Class in messif.objects.impl
Implementation of the object that encapsulates CoPhIR data including keywords.
MetaObjectCophirKeywords(String, ObjectGPSCoordinate, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectHomogeneousTexture, ObjectIntVectorL1, ObjectIntMultiVectorCosine, String[]) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords with the given encapsulated objects.
MetaObjectCophirKeywords(String, Map<String, ? extends LocalAbstractObject>, String[]) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords with the given encapsulated objects.
MetaObjectCophirKeywords(String, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords with the given encapsulated objects.
MetaObjectCophirKeywords(MetaObject) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords from another MetaObject.
MetaObjectCophirKeywords(BufferedReader, int, int) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords from a stream.
MetaObjectCophirKeywords(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords from a stream.
MetaObjectCophirKeywords(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords
Creates a new instance of MetaObjectCophirKeywords loaded from binary input.
MetaObjectCophirKeywords.CophirWeightedCosineDistanceFunction - Class in messif.objects.impl
Class for distance functions that compute distances on keyword vectors of two MetaObjectCophirKeywords}s using weighted Cosine distance.
MetaObjectCophirKeywords.CophirWeightedCosineDistanceFunction(ObjectIntMultiVector.WeightProvider, ObjectIntMultiVector.WeightProvider) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.CophirWeightedCosineDistanceFunction
Creates a new instance of weighted Cosine distance function.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine - Class in messif.objects.impl
Object that holds only keywords and measures the distance as the weighted Cosine distance with weights based on tf-idf algorithm.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine(MetaObjectCophirKeywords, Float, ObjectIntMultiVector.WeightProvider) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsDistCosine
Creates a new instance of MetaObjectCophirKeywordsDistCosine from the given MetaObjectCophirKeywords.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings - Class in messif.objects.impl
Extension of the MetaObjectCophirKeywords that preserves also the keyword strings in both binary and Java serialization.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(MetaObjectCophirKeywords) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings from the given MetaObjectCophirKeywords.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(String, Map<String, ? extends LocalAbstractObject>, String[]) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings with the given encapsulated objects.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings from a stream.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(BufferedReader, int, int) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings from a stream.
MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectCophirKeywords.MetaObjectCophirKeywordsWithTKStrings
Creates a new instance of MetaObjectCophirKeywordsWithTKStrings loaded from binary input buffer.
MetaObjectFixed - Class in messif.objects.impl
Abstract implementation of the MetaObject that stores a fixed list of encapsulated objects.
MetaObjectFixed() - Constructor for class messif.objects.impl.MetaObjectFixed
Creates a new instance of MetaObjectFixed.
MetaObjectFixed(AbstractObjectKey) - Constructor for class messif.objects.impl.MetaObjectFixed
Creates a new instance of MetaObjectFixed.
MetaObjectFixed(String) - Constructor for class messif.objects.impl.MetaObjectFixed
Creates a new instance of MetaObjectFixed.
MetaObjectFixed(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectFixed
Creates a new instance of MetaObjectFixed loaded from binary input.
MetaObjectFixedMap - Class in messif.objects.impl
This is an implementation of the MetaObject which stores data in fixed ArrayMap.
MetaObjectFixedMap(Map<String, LocalAbstractObject>, AbstractObjectKey, DistanceFunction<MetaObject>) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by (shallow) copying of data in given map.
MetaObjectFixedMap(ArrayMap<String, LocalAbstractObject>, String, DistanceFunction<MetaObject>) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by directly using given map.
MetaObjectFixedMap(Map<String, LocalAbstractObject>, AbstractObjectKey) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by (shallow) copying of data in given map.
MetaObjectFixedMap(Map<String, LocalAbstractObject>, String) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by (shallow) copying of data in given map.
MetaObjectFixedMap(String[], LocalAbstractObject[], String) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by (shallow) copying of data in given arrays.
MetaObjectFixedMap(String, LocalAbstractObject, String) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object from one key and value.
MetaObjectFixedMap(String, LocalAbstractObject, String, DistanceFunction<MetaObject>) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object from one key and value and distance.
MetaObjectFixedMap(ArrayMap<String, LocalAbstractObject>, String) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Create this meta object by directly using given map.
MetaObjectFixedMap(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectFixedMap(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectFixedMap(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectFixedMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectFixedWeightedSum - Class in messif.objects.impl
Abstract extension of the MetaObjectFixed that implements the distance as a weighted sum of the encapsulated objects.
MetaObjectFixedWeightedSum() - Constructor for class messif.objects.impl.MetaObjectFixedWeightedSum
Creates a new instance of MetaObjectFixedWeightedSum.
MetaObjectFixedWeightedSum(AbstractObjectKey) - Constructor for class messif.objects.impl.MetaObjectFixedWeightedSum
Creates a new instance of MetaObjectFixedWeightedSum.
MetaObjectFixedWeightedSum(String) - Constructor for class messif.objects.impl.MetaObjectFixedWeightedSum
Creates a new instance of MetaObjectFixedWeightedSum.
MetaObjectFixedWeightedSum(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectFixedWeightedSum
Creates a new instance of MetaObjectFixedWeightedSum loaded from binary input.
MetaObjectMap - Class in messif.objects.impl
Implementation of MetaObject that stores encapsulated objects in a hash table.
MetaObjectMap(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a collection of named objects.
MetaObjectMap(AbstractObjectKey, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a collection of named objects.
MetaObjectMap(String, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a collection of named objects.
MetaObjectMap(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectMap(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectMap(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObjectMap from a text stream.
MetaObjectMap(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectMap
Creates a new instance of MetaObject loaded from binary input buffer.
MetaObjectParametric - Class in messif.objects
Extension of the standard MetaObject that allows to store (in addition to encapsulated LocalAbstractObjects) additional named parameters too.
MetaObjectParametric(Map<String, ? extends Serializable>) - Constructor for class messif.objects.MetaObjectParametric
Creates a new instance of MetaObjectParametric.
MetaObjectParametric(AbstractObjectKey, Map<String, ? extends Serializable>) - Constructor for class messif.objects.MetaObjectParametric
Creates a new instance of MetaObjectParametric.
MetaObjectParametric(String, Map<String, ? extends Serializable>) - Constructor for class messif.objects.MetaObjectParametric
Creates a new instance of MetaObjectParametric.
MetaObjectParametric(BinaryInput, BinarySerializator) - Constructor for class messif.objects.MetaObjectParametric
Creates a new instance of MetaObjectParametric loaded from binary input.
MetaObjectParametricArray - Class in messif.objects.impl
Implementation of the MetaObject that stores a fixed array of encapsulated objects with additional parameters.
MetaObjectParametricArray(Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray.
MetaObjectParametricArray(AbstractObjectKey, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray.
MetaObjectParametricArray(String, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray.
MetaObjectParametricArray(String, Map<String, ? extends Serializable>, Collection<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray that takes the objects from the given collection.
MetaObjectParametricArray(String, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray that takes the objects from the given map.
MetaObjectParametricArray(AbstractObjectKey, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray that takes the objects from the given map.
MetaObjectParametricArray(BufferedReader, Map<String, ? extends Serializable>, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectParametricArray(BufferedReader, Map<String, ? extends Serializable>, boolean, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectParametricArray(BufferedReader, Map<String, ? extends Serializable>, int, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectParametricArray(BufferedReader, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray from the given text stream.
MetaObjectParametricArray(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectArray from the given text stream with header.
MetaObjectParametricArray(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricArray
Creates a new instance of MetaObjectFixed loaded from binary input.
MetaObjectParametricArrayTotalMin - Class in messif.objects.impl
Extension of the MetaObjectArray that implements the distance as minimum of the distances between all pairs (from this object and the other MetaObjectArray object).
MetaObjectParametricArrayTotalMin(Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin.
MetaObjectParametricArrayTotalMin(AbstractObjectKey, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin.
MetaObjectParametricArrayTotalMin(String, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin.
MetaObjectParametricArrayTotalMin(String, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin that takes the objects from the given map.
MetaObjectParametricArrayTotalMin(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin from the given text stream with header.
MetaObjectParametricArrayTotalMin(BufferedReader, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin from the given text stream.
MetaObjectParametricArrayTotalMin(BufferedReader, Map<String, ? extends Serializable>, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin from the given text stream.
MetaObjectParametricArrayTotalMin(BufferedReader, Map<String, ? extends Serializable>, int, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin from the given text stream.
MetaObjectParametricArrayTotalMin(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricArrayTotalMin
Creates a new instance of MetaObjectParametricArrayTotalMin loaded from binary input.
MetaObjectParametricArrayWeightedSum - Class in messif.objects.impl
Extension of the MetaObjectParametricArray that implements the distance as a weighted sum of the encapsulated objects.
MetaObjectParametricArrayWeightedSum(Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum.
MetaObjectParametricArrayWeightedSum(AbstractObjectKey, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum.
MetaObjectParametricArrayWeightedSum(String, Map<String, ? extends Serializable>, LocalAbstractObject...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum.
MetaObjectParametricArrayWeightedSum(String, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum that takes the objects from the given map.
MetaObjectParametricArrayWeightedSum(AbstractObjectKey, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>, String...) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum that takes the objects from the given map.
MetaObjectParametricArrayWeightedSum(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum from the given text stream with header.
MetaObjectParametricArrayWeightedSum(BufferedReader, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum from the given text stream.
MetaObjectParametricArrayWeightedSum(BufferedReader, Map<String, ? extends Serializable>, Class<? extends LocalAbstractObject>[]) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum from the given text stream.
MetaObjectParametricArrayWeightedSum(BufferedReader, Map<String, ? extends Serializable>, int, Class<? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum from the given text stream.
MetaObjectParametricArrayWeightedSum(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricArrayWeightedSum
Creates a new instance of MetaObjectParametricArrayWeightedSum loaded from binary input.
MetaObjectParametricMap - Class in messif.objects.impl
Extension of the standard MetaObjectParametric that stores encapsulated LocalAbstractObjects in a map under their symbolic names (strings).
MetaObjectParametricMap(Map<String, ? extends Serializable>, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a collection of named objects.
MetaObjectParametricMap(String, Map<String, ? extends Serializable>, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a collection of named objects.
MetaObjectParametricMap(String, Map<String, ? extends Serializable>, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a collection of named objects.
MetaObjectParametricMap(BufferedReader, Set<String>, Map<String, ? extends Serializable>) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a text stream.
MetaObjectParametricMap(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a text stream.
MetaObjectParametricMap(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a text stream.
MetaObjectParametricMap(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObjectParametricMap from a text stream.
MetaObjectParametricMap(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricMap
Creates a new instance of MetaObject loaded from binary input buffer.
MetaObjectParametricRemovalConvertor - Class in messif.utility
Simple convertor that removes the parameters from a MetaObjectParametricShapeColorAndText object.
MetaObjectParametricRemovalConvertor() - Constructor for class messif.utility.MetaObjectParametricRemovalConvertor
 
MetaObjectParametricShapeAndColor - Class in messif.objects.impl
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color with optional data stored via the Parametric interface.
MetaObjectParametricShapeAndColor(String, Map<String, ? extends Serializable>, ObjectColorLayout, ObjectShortVectorL1, ObjectIntVectorL1, ObjectVectorEdgecomp, ObjectXMRegionShape) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor with the given encapsulated objects.
MetaObjectParametricShapeAndColor(String, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor with the given encapsulated objects.
MetaObjectParametricShapeAndColor(MetaObjectParametric) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor from another MetaObjectParametric.
MetaObjectParametricShapeAndColor(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor from a stream.
MetaObjectParametricShapeAndColor(BufferedReader, Map<String, ? extends Serializable>) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor from a stream.
MetaObjectParametricShapeAndColor(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricShapeAndColor
Creates a new instance of MetaObjectParametricShapeAndColor loaded from binary input.
MetaObjectParametricShapeColorAndText - Class in messif.objects.impl
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
MetaObjectParametricShapeColorAndText(String, Map<String, ? extends Serializable>, ObjectColorLayout, ObjectShortVectorL1, ObjectIntVectorL1, ObjectVectorEdgecomp, ObjectXMRegionShape, ObjectIntMultiVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText.
MetaObjectParametricShapeColorAndText(String, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText.
MetaObjectParametricShapeColorAndText(AbstractObjectKey, Map<String, ? extends Serializable>, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText.
MetaObjectParametricShapeColorAndText(MetaObjectParametric) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText from another MetaObjectParametric.
MetaObjectParametricShapeColorAndText(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText from the given text stream.
MetaObjectParametricShapeColorAndText(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText
Creates a new instance of MetaObjectParametricShapeColorAndText loaded from binary input.
MetaObjectParametricShapeColorAndText.TextDistanceFunction - Class in messif.objects.impl
Distance function for MetaObjectParametricShapeColorAndText that uses only the distance of the textual descriptor.
MetaObjectParametricShapeColorAndText.TextDistanceFunction(float[]) - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText.TextDistanceFunction
Creates the distance function that calculates distances between the textual descriptors using the provided weights (e.g. for "title", keywords", "searched terms")
MetaObjectParametricShapeColorAndText.TextDistanceFunction() - Constructor for class messif.objects.impl.MetaObjectParametricShapeColorAndText.TextDistanceFunction
Creates the distance function that calculates distances between the textual descriptors (with no weights).
MetaObjectPixMacSCT - Class in messif.objects.impl
Special meta object that stores only the objects required for the PixMac search.
MetaObjectPixMacSCT(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectIntVectorL1, ObjectXMRegionShape, ObjectIntMultiVectorJaccard, short, byte) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacSCT from the given key and encapsulated objects.
MetaObjectPixMacSCT(String, Map<String, LocalAbstractObject>, boolean, short, byte) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacSCT from the given key and encapsulated objects.
MetaObjectPixMacSCT(String, Map<String, ? extends LocalAbstractObject>, short, byte) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacSCT from the given key and encapsulated objects.
MetaObjectPixMacSCT(MetaObjectPixMacSCT) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacSCT from the given MetaObject.
MetaObjectPixMacSCT(MetaObjectPixMacSCT, IntStorageIndexed<String>, String[], String[], String[]) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor from the given MetaObject and given set of keywords.
MetaObjectPixMacSCT(MetaObjectPixMacSCT, IntStorageIndexed<String>, String[], String[]) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor from the given MetaObject and given set of keywords.
MetaObjectPixMacSCT(MetaObjectPixMacSCT, IntStorageIndexed<String>, String[], String[], String) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor from the given MetaObject and given set of keywords.
MetaObjectPixMacSCT(BufferedReader, boolean, boolean, boolean) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor from the given text stream.
MetaObjectPixMacSCT(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor.
MetaObjectPixMacSCT(BufferedReader, IntStorageIndexed<String>, boolean) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor.
MetaObjectPixMacSCT(BufferedReader, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor.
MetaObjectPixMacSCT(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT
Creates a new instance of MetaObjectPixMacShapeAndColor loaded from binary input buffer.
MetaObjectPixMacSCT.MultiWeightIgnoreProviderPixMac - Class in messif.objects.impl
Implementation of ObjectIntMultiVector.WeightProvider that has a single weight for every data array of the ObjectIntMultiVector and it ignores a specified list of integers (created from a given list of keywords).
MetaObjectPixMacSCT.MultiWeightIgnoreProviderPixMac(float[], float, String[], IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectPixMacSCT.MultiWeightIgnoreProviderPixMac
Creates a new instance of MultiWeightProvider with the the given array of weights.
MetaObjectPixMacShapeAndColor - Class in messif.objects.impl
Special meta object that stores only the objects required for the PixMac search.
MetaObjectPixMacShapeAndColor(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectIntVectorL1, ObjectRegionShape, ObjectIntSortedVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given key and encapsulated objects.
MetaObjectPixMacShapeAndColor(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given key and encapsulated objects.
MetaObjectPixMacShapeAndColor(String, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given key and encapsulated objects.
MetaObjectPixMacShapeAndColor(MetaObject) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given MetaObject.
MetaObjectPixMacShapeAndColor(MetaObject, IntStorageIndexed<String>, String...) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given MetaObject and given set of keywords.
MetaObjectPixMacShapeAndColor(BufferedReader, boolean, boolean) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor from the given text stream.
MetaObjectPixMacShapeAndColor(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor.
MetaObjectPixMacShapeAndColor(BufferedReader, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor.
MetaObjectPixMacShapeAndColor(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectPixMacShapeAndColor
Creates a new instance of MetaObjectPixMacShapeAndColor loaded from binary input buffer.
MetaObjectProfiSCT - Class in messif.objects.impl
Special meta object that stores only the objects required for the Profi search.
MetaObjectProfiSCT(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectIntVectorL1, ObjectXMRegionShape, ObjectIntMultiVectorJaccard, MetaObjectProfiSCT.Rights, EnumSet<MetaObjectProfiSCT.Territory>, int, int, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given key and encapsulated objects.
MetaObjectProfiSCT(String, Map<String, ? extends LocalAbstractObject>, MetaObjectProfiSCT.Rights, EnumSet<MetaObjectProfiSCT.Territory>, int, int, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given key and encapsulated objects.
MetaObjectProfiSCT(MetaObjectProfiSCT, String, String, ObjectIntMultiVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT.
MetaObjectProfiSCT(MetaObjectProfiSCT) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT.
MetaObjectProfiSCT(MetaObjectProfiSCT, String, String, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT and given set of keywords.
MetaObjectProfiSCT(MetaObjectProfiSCT, String[], String[], String[], WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT and given title words, key words, and search words.
MetaObjectProfiSCT(MetaObjectProfiSCT, String, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT and given set of keywords.
MetaObjectProfiSCT(MetaObjectProfiSCT, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT.
MetaObjectProfiSCT(MetaObjectProfiSCT, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given MetaObjectProfiSCT and given set of keywords.
MetaObjectProfiSCT(BufferedReader, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given text stream.
MetaObjectProfiSCT(BufferedReader, boolean, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT from the given text stream.
MetaObjectProfiSCT(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT.
MetaObjectProfiSCT(BufferedReader, Stemmer, IntStorageIndexed<String>, String) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT.
MetaObjectProfiSCT(BufferedReader, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT.
MetaObjectProfiSCT(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectProfiSCT
Creates a new instance of MetaObjectProfiSCT loaded from binary input buffer.
MetaObjectProfiSCT.DatabaseKeywordClassifier - Class in messif.objects.impl
Provides a Classifier that processes list of ranked abstract objects and provides keyword classification with words belonging to the object locator URI with the respective confidence based on the ranking distance.
MetaObjectProfiSCT.DatabaseKeywordClassifier(String, Properties, String, String, String, String) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseKeywordClassifier
Creates a database word conversion classifier.
MetaObjectProfiSCT.DatabaseSupport - Class in messif.objects.impl
Utility class that allows to read/store the necessary data of the Profi objects in a database.
MetaObjectProfiSCT.DatabaseSupport(String, Properties, String, String, String, String, String, String[], Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Creates a new instance of DatabaseSupport.
MetaObjectProfiSCT.DatabaseSupport(String, Properties, String, String, String, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Creates a new instance of DatabaseSupport.
MetaObjectProfiSCT.DatabaseSupport(String, Properties, String, String, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport
Creates a new instance of DatabaseSupport.
MetaObjectProfiSCT.DatabaseSupport.KeywordWeightProvider - Class in messif.objects.impl
Implements a database provider for keyword weights.
MetaObjectProfiSCT.DatabaseSupport.KeywordWeightProvider(Map<Integer, Float>, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport.KeywordWeightProvider
Creates a new weight provider with the given map of keyword weights.
MetaObjectProfiSCT.DatabaseSupport.Stopword - Class in messif.objects.impl
Encapsulation of database stopword
MetaObjectProfiSCT.DatabaseSupport.Stopword(int, String, String, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.DatabaseSupport.Stopword
Creates a new stopword instance with the given attributes.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine - Class in messif.objects.impl
Object that holds only keywords and measures the distance as the weighted Cosine distance with weights based on tf-idf algorithm.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine(MetaObjectProfiSCT, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine
Creates a new instance of MetaObjectProfiSCTKwDistCosine from the given MetaObjectProfiSCT.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine(BufferedReader, Stemmer, IntStorageIndexed<String>, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine
Creates a new instance of MetaObjectProfiSCTKwDistCosine.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine(BufferedReader, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine
Creates a new instance of MetaObjectProfiSCTKwDistCosine from the given text stream.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistCosine
Creates a new instance of MetaObjectProfiSCTKwDistCosine from the given text stream.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard - Class in messif.objects.impl
Object that holds only keywords and measures the distance as the weighted Jaccard with weights based on tf-idf algorithm.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard(MetaObjectProfiSCT, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard
Creates a new instance of MetaObjectProfiSCTKwDistJaccard from the given MetaObjectProfiSCT.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard(BufferedReader, Stemmer, IntStorageIndexed<String>, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard
Creates a new instance of MetaObjectProfiSCTKwDistJaccard.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard(BufferedReader, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard
Creates a new instance of MetaObjectProfiSCTKwDistJaccard from the given text stream.
MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTKwDistJaccard
Creates a new instance of MetaObjectProfiSCTKwDistJaccard from the given text stream.
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings - Class in messif.objects.impl
Extension of the MetaObjectProfiSCT that preserves also the title and keywords strings in both binary and Java serialization.
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings(MetaObjectProfiSCT) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings
Creates a new instance of MetaObjectProfiSCTWithTKStrings from the given MetaObjectProfiSCT.
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings(MetaObjectProfiSCT, String, String, ObjectIntMultiVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings
Creates a new instance of MetaObjectProfiSCTWithTKStrings from the given MetaObjectProfiSCT.
MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MetaObjectProfiSCTWithTKStrings
Creates a new instance of MetaObjectProfiSCTWithTKStrings loaded from binary input buffer.
MetaObjectProfiSCT.MultiWeightIgnoreProviderProfi - Class in messif.objects.impl
Implementation of ObjectIntMultiVector.WeightProvider that has a single weight for every data array of the ObjectIntMultiVector and it ignores a specified list of integers (created from a given list of keywords).
MetaObjectProfiSCT.MultiWeightIgnoreProviderProfi(float[], float, String[], Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.MultiWeightIgnoreProviderProfi
Creates a new instance of MultiWeightProvider with the the given array of weights.
MetaObjectProfiSCT.ProfiSCTWeightedCosineDistanceFunction - Class in messif.objects.impl
Class for distance functions that compute distances on keyword vectors of two MetaObjectProfiSCT}s using weighted Cosine distance.
MetaObjectProfiSCT.ProfiSCTWeightedCosineDistanceFunction(ObjectIntMultiVector.WeightProvider, ObjectIntMultiVector.WeightProvider) - Constructor for class messif.objects.impl.MetaObjectProfiSCT.ProfiSCTWeightedCosineDistanceFunction
Creates a new instance of weighted Cosine distance function.
MetaObjectProfiSCT.Rights - Enum in messif.objects.impl
List of rights
MetaObjectProfiSCT.Territory - Enum in messif.objects.impl
List of territories
MetaObjectProfiSCTiDIM - Class in messif.objects.impl
Special meta object that stores only the objects required for the Profi search.
MetaObjectProfiSCTiDIM(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectIntVectorL1, ObjectXMRegionShape, ObjectIntMultiVectorJaccard, MetaObjectProfiSCT.Rights, EnumSet<MetaObjectProfiSCT.Territory>, int, int, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(String, Map<String, ? extends LocalAbstractObject>, MetaObjectProfiSCT.Rights, EnumSet<MetaObjectProfiSCT.Territory>, int, int, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT, String, String, ObjectIntMultiVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT, String, String, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT, String, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT, int[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(MetaObjectProfiSCT, String, WordExpander, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BufferedReader, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BufferedReader, boolean, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BufferedReader, Stemmer, IntStorageIndexed<String>, String) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BufferedReader, Stemmer, IntStorageIndexed<String>) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM
 
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine - Class in messif.objects.impl
Object that holds only keywords and measures the distance as the weighted Cosine distance with weights based on tf-idf algorithm.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine(MetaObjectProfiSCT, Float, ObjectIntMultiVector.WeightProvider) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine
Creates a new instance of MetaObjectProfiSCTiDIMKwDistCosine from the given MetaObjectProfiSCT.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine(BufferedReader, Stemmer, IntStorageIndexed<String>, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine
Creates a new instance of MetaObjectProfiSCTiDIMKwDistCosine.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine(BufferedReader, Float, float[]) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine
Creates a new instance of MetaObjectProfiSCTiDIMKwDistCosine from the given text stream.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMKwDistCosine
Creates a new instance of MetaObjectProfiSCTiDIMKwDistCosine from the given text stream.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings - Class in messif.objects.impl
Extension of the MetaObjectProfiSCT that preserves also the title and keywords strings in both binary and Java serialization.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings(MetaObjectProfiSCT) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
Creates a new instance of MetaObjectProfiSCTiDIMWithTKStrings from the given MetaObjectProfiSCT.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings(MetaObjectProfiSCT, boolean) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
 
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings(MetaObjectProfiSCT, String, String, ObjectIntMultiVectorJaccard) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
Creates a new instance of MetaObjectProfiSCTiDIMWithTKStrings from the given MetaObjectProfiSCT.
MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectProfiSCTiDIM.MetaObjectProfiSCTiDIMWithTKStrings
Creates a new instance of MetaObjectProfiSCTiDIMWithTKStrings loaded from binary input buffer.
MetaObjectSAPIR - Class in messif.objects.impl
 
MetaObjectSAPIR(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectHomogeneousTexture, ObjectIntVectorL1, ObjectGPSCoordinate) - Constructor for class messif.objects.impl.MetaObjectSAPIR
Creates a new instance of MetaObjectSAPIR
MetaObjectSAPIR(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectSAPIR
 
MetaObjectSAPIR(String, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectSAPIR
 
MetaObjectSAPIR(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectSAPIR
Creates a new instance of MetaObjectSAPIR
MetaObjectSAPIR(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectSAPIR
Creates a new instance of MetaObjectSAPIR
MetaObjectSAPIR(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectSAPIR
Creates a new instance of MetaObjectSAPIR
MetaObjectSAPIR(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectSAPIR
Creates a new instance of MetaObjectSAPIR loaded from binary input buffer.
MetaObjectSAPIR.XMLHandlerSAPIR - Class in messif.objects.impl
Internal class that parses SAPIR XML
MetaObjectSAPIR.XMLHandlerSAPIR() - Constructor for class messif.objects.impl.MetaObjectSAPIR.XMLHandlerSAPIR
Creates new instance of XMLHandlerSAPIR
MetaObjectSAPIRWeightedDist - Class in messif.objects.impl
 
MetaObjectSAPIRWeightedDist(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectHomogeneousTexture, ObjectIntVectorL1, ObjectGPSCoordinate) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist
 
MetaObjectSAPIRWeightedDist(String, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist
 
MetaObjectSAPIRWeightedDist(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist
Creates a new instance of MetaObjectSAPIRWeightedDist loaded from binary input buffer.
MetaObjectSAPIRWeightedDist2 - Class in messif.objects.impl
 
MetaObjectSAPIRWeightedDist2(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectHomogeneousTexture, ObjectIntVectorL1, ObjectGPSCoordinate) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist2
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist2(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist2
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist2(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist2
 
MetaObjectSAPIRWeightedDist2(String, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist2
 
MetaObjectSAPIRWeightedDist2(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist2
Creates a new instance of MetaObjectSAPIRWeightedDist2 loaded from binary input buffer.
MetaObjectSAPIRWeightedDist3 - Class in messif.objects.impl
 
MetaObjectSAPIRWeightedDist3(String, ObjectColorLayout, ObjectShortVectorL1, ObjectVectorEdgecomp, ObjectHomogeneousTexture, ObjectIntVectorL1, ObjectGPSCoordinate) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist3
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist3(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist3
Creates a new instance of MetaObjectSAPIRWeightedDist
MetaObjectSAPIRWeightedDist3(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist3
 
MetaObjectSAPIRWeightedDist3(String, Map<String, LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist3
 
MetaObjectSAPIRWeightedDist3(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectSAPIRWeightedDist3
Creates a new instance of MetaObjectSAPIRWeightedDist2 loaded from binary input buffer.
MetaObjectShape - Class in messif.objects.impl
This class represents a meta object that encapsulates MPEG7 descriptors for shape.
MetaObjectShape(String, ObjectVectorEdgecomp, ObjectXMRegionShape) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape with the given locator and encapsulated objects.
MetaObjectShape(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape with the given locator and encapsulated objects.
MetaObjectShape(String, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape from the given map of objects.
MetaObjectShape(MetaObject) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape by taking objects from another MetaObject.
MetaObjectShape(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape from a text stream.
MetaObjectShape(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape from a text stream.
MetaObjectShape(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape from a text stream.
MetaObjectShape(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectShape
Creates a new instance of MetaObjectShape loaded from binary input buffer.
MetaObjectShapeAndColor - Class in messif.objects.impl
This class represents a meta object that encapsulates MPEG7 descriptors for shape and color.
MetaObjectShapeAndColor(String, ObjectColorLayout, ObjectShortVectorL1, ObjectIntVectorL1, ObjectVectorEdgecomp, ObjectXMRegionShape) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor.
MetaObjectShapeAndColor(String, Map<String, LocalAbstractObject>, boolean) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor from the given map of objects.
MetaObjectShapeAndColor(String, Map<String, ? extends LocalAbstractObject>) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor from the given map of objects.
MetaObjectShapeAndColor(MetaObject) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor by taking objects from another MetaObject.
MetaObjectShapeAndColor(BufferedReader, Set<String>) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor from a text stream.
MetaObjectShapeAndColor(BufferedReader, String[]) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor from a text stream.
MetaObjectShapeAndColor(BufferedReader) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor from a text stream.
MetaObjectShapeAndColor(BinaryInput, BinarySerializator) - Constructor for class messif.objects.impl.MetaObjectShapeAndColor
Creates a new instance of MetaObjectShapeAndColor loaded from binary input buffer.
metaobjectToTextProvider(MetaObject) - Static method in class messif.objects.text.TextConversion
Converts the given MetaObject to a StringFieldDataProvider using the encapsulated objects that implement the StringDataProvider.
method - Variable in class messif.executor.SingleMethodExecutor
Method to call before/after execution
MethodClassExecutor - Class in messif.executor
This class allows to execute a methods on a specified object.
MethodClassExecutor(Object, int, String, int, Class<?>, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodClassExecutor and search for operation methods
MethodClassExecutor(Object, int, String, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodClassExecutor and search for operation methods Public methods from the whole object's hierarchy are executed.
MethodClassExecutor(Object, Class<?>, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodExecutor and search for operation methods.
MethodClassExecutor(Object, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodExecutor and search for operation methods.
MethodClassExecutor(Object, int, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodExecutor and search for operation methods.
MethodClassExecutor(Object, String, Class<?>...) - Constructor for class messif.executor.MethodClassExecutor
Create new instance of MethodExecutor and search for operation methods.
methodExecute(String, Object[]) - Method in class messif.algorithms.Algorithm
Executes a given method on this algorithm and returns the result.
methodExecute(String, int, Object...) - Method in class messif.algorithms.RMIAlgorithm
Executes a given method on the remote algorithm and returns result.
methodExecute(String, int, Object...) - Method in class messif.algorithms.RMIMethodExecutor
Executes a given method on the remote algorithm and returns result.
methodExecute(PrintStream, String...) - Method in class messif.utility.CoreApplication
Directly execute a method of the running algorithm.
methodExecuteOnAlgorithm(PrintStream, String...) - Method in class messif.utility.CoreApplication
Directly execute a method of specified running algorithm.
MethodExecutor - Class in messif.executor
This class is a generic framework for executing methods on a specified object.
MethodExecutor(Object) - Constructor for class messif.executor.MethodExecutor
Create new instance of MethodExecutor
methodExecutor - Variable in class messif.executor.MethodThreadList
MethodExecutor object that is bound to this
MethodExecutor.ExecutableMethod - Annotation Type in messif.executor
Annotation for methods that provide usage description.
methodFinishedList - Variable in class messif.executor.MethodThreadList
List of MethodThreads executed on background and now finished
MethodInstantiator<T> - Class in messif.utility.reflection
This class allows to create instances of a given class.
MethodInstantiator(Class<? extends T>, Method, Object) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass via the given method.
MethodInstantiator(Class<? extends T>, Class<?>, String, Class<?>...) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a factory method with the specified name and prototype.
MethodInstantiator(Class<? extends T>, Object, String, Class<?>...) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a method with the specified name and prototype on the given callInstance.
MethodInstantiator(Class<? extends T>, Class<?>, String, boolean, Map<String, ?>, Object[]) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a method with the specified name and the number of parameters on the given callInstance.
MethodInstantiator(Class<? extends T>, Object, String, boolean, Map<String, ?>, Object[]) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a method with the specified name and the number of parameters on the given callInstance.
MethodInstantiator(Class<? extends T>, Class<?>, String, int) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a factory method with the specified name and the number of parameters.
MethodInstantiator(Class<? extends T>, Object, String, int) - Constructor for class messif.utility.reflection.MethodInstantiator
Creates a new instance of MethodInstantiator for creating instances of objectClass by calling a method with the specified name and the number of parameters on the given callInstance.
MethodNameExecutor - Class in messif.executor
This class allows to execute a methods on a specified object.
MethodNameExecutor(Object, int, Class<?>...) - Constructor for class messif.executor.MethodNameExecutor
Create new instance of MethodNameExecutor and search for operation methods.
MethodNameExecutor(Object, Class<?>...) - Constructor for class messif.executor.MethodNameExecutor
Create new instance of MethodNameExecutor and search for operation methods.
methodStartedList - Variable in class messif.executor.MethodThreadList
List of MethodThreads currently executed on background
MethodThread - Class in messif.executor
This class allows the background method execution (i.e. in a new thread) using the MethodExecutor interface.
MethodThread(Method, Object, Object[]) - Constructor for class messif.executor.MethodThread
Create new instance of MethodThread The constructor can't be called directly, use backgroundExecute "factory" member of MethodExecutor
MethodThread(Method, Object, Object[], List<Executable>, List<Executable>) - Constructor for class messif.executor.MethodThread
Create new instance of MethodThread The constructor can't be called directly, use backgroundExecute "factory" member of MethodExecutor
MethodThread(Method, Object, Object[], Executable, Executable) - Constructor for class messif.executor.MethodThread
Create new instance of MethodThread The constructor can't be called directly, use backgroundExecute "factory" member of MethodExecutor
MethodThreadList - Class in messif.executor
This is a wrapper for the MethodExecutor object, which automatically remembers all the method threads that were executed on background.
MethodThreadList(MethodExecutor) - Constructor for class messif.executor.MethodThreadList
Create a new instance of MethodThreadList.
min(T, T) - Method in class messif.objects.keys.KeyOperator
Return the minimum of the two values passed or the first one if they are equal.
min(long) - Method in class messif.statistics.StatisticCounter
 
min - Variable in class messif.statistics.StatisticMinMaxCounter
Counter operation
min(Object, long) - Method in class messif.statistics.StatisticRefCounter
Set the passed value to the current value associated with the passed key if it is smaller than current value.
MIN_DISTANCE - Static variable in class messif.objects.LocalAbstractObject
Minimal possible distance constant
MINIMAL_BUFFER_SIZE - Static variable in class messif.objects.nio.BufferOutputStream
Minimal buffer size in bytes
minNN - Variable in class messif.operations.query.IncrementalNNQueryOperation
Minimum number of objects returned by this query.
minx - Variable in class messif.objects.impl.ObjectRectangle2D
x component of spatial coordinates
miny - Variable in class messif.objects.impl.ObjectRectangle2D
y component of spatial coordinates
ModifiableIndex<T> - Interface in messif.buckets.index
Defines a modifiable index interface on objects.
ModifiableOrderedIndex<C,T> - Interface in messif.buckets.index
Defines a modifiable ordered index interface on objects.
ModifiableParametric - Interface in messif.utility
Extension of the Parametric interface that support modifications.
ModifiableParametricBase - Class in messif.utility
Basic implementation of the ModifiableParametric interface on encapsulated Map.
ModifiableParametricBase(Map<String, ? extends Object>) - Constructor for class messif.utility.ModifiableParametricBase
Creates a new instance of ModifiableParametricBase backed-up by the given map with parameters.
ModifiableSearch<T> - Interface in messif.buckets.index
Represents a modifiable search.
moveBucket(int, BucketDispatcher) - Method in class messif.buckets.BucketDispatcher
Move the bucket with the specified ID to another dispatcher.
mu - Variable in class messif.operations.query.JoinQueryOperation
Distance threshold
MultiClassSerializator<T> - Class in messif.objects.nio
This implements a full-featured BinarySerializator which works on all classes.
MultiClassSerializator(Class<? extends T>) - Constructor for class messif.objects.nio.MultiClassSerializator
Creates a new instance of MultiClassSerializator.
MultiExtractor<T extends LocalAbstractObject> - Interface in messif.objects.extraction
Interface for extractors that can create multiple objects from a single binary data source.
MultipleOverlaysAlgorithm - Class in messif.algorithms.impl
Indexing algorithm that processes operation by passing them to encapsulated collection of algorithms.
MultipleOverlaysAlgorithm(String, Collection<? extends Algorithm>, boolean) - Constructor for class messif.algorithms.impl.MultipleOverlaysAlgorithm
Creates a new multi-algorithm overlay for the given collection of algorithms.
MultipleOverlaysAlgorithm(Collection<? extends Algorithm>, boolean) - Constructor for class messif.algorithms.impl.MultipleOverlaysAlgorithm
Creates a new multi-algorithm overlay for the given collection of algorithms.
MultipleOverlaysAlgorithm(Algorithm[], boolean) - Constructor for class messif.algorithms.impl.MultipleOverlaysAlgorithm
Creates a new multi-algorithm overlay for the given collection of algorithms.
MultiQueryWrapperAlgorithm - Class in messif.algorithms.impl
Wrapper algorithm that processes RankingMultiQueryOperations by executing multiple single-object queries and add them to the result.
MultiQueryWrapperAlgorithm(Algorithm, Class<? extends QueryOperation<?>>, String...) - Constructor for class messif.algorithms.impl.MultiQueryWrapperAlgorithm
Creates a new multi-object query wrapper algorithm.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z