Uses of Package
ca.cgjennings.algo
-
Packages that use ca.cgjennings.algo Package Description ca.cgjennings.algo ca.cgjennings.algo.compression ca.cgjennings.apps.arkham.plugins ca.cgjennings.apps.arkham.plugins.debugging -
Classes in ca.cgjennings.algo used by ca.cgjennings.algo Class Description DependencyRelation Represents the relation of dependency by allowing implementing classes to specify the set of objects that they directly depend upon.DiffListener A listener that receives results from theDiff
algorithm.MonitoredAlgorithm AMonitoredAlgorithm
is an algorithm that can report on its progress as it completes.ProgressListener An interface implemented by classes that wish to listen to aMonitoredAlgorithm
to be notified when progress is made.SplitJoin Simplifies running an algorithm in parallel on multiple CPUs (or CPU cores).TextIndex A searchable reverse index of the words contained in a set of documents.TextIndex.Query AQuery
represents a query expression to be matched against a text index.TextIndex.Result AResult
captures the result of a query.TextIndexer.TextMapper A text mapper maps an identifier to a source text to be indexed. -
Classes in ca.cgjennings.algo used by ca.cgjennings.algo.compression Class Description ProgressListener An interface implemented by classes that wish to listen to aMonitoredAlgorithm
to be notified when progress is made. -
Classes in ca.cgjennings.algo used by ca.cgjennings.apps.arkham.plugins Class Description ProgressListener An interface implemented by classes that wish to listen to aMonitoredAlgorithm
to be notified when progress is made. -
Classes in ca.cgjennings.algo used by ca.cgjennings.apps.arkham.plugins.debugging Class Description ProgressListener An interface implemented by classes that wish to listen to aMonitoredAlgorithm
to be notified when progress is made.