|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.jagg.msd | |
---|---|
net.sf.jagg.msd | Provides the classes necessary to implement Multiset Discrimination. |
Classes in net.sf.jagg.msd used by net.sf.jagg.msd | |
---|---|
AbstractDiscriminator
An AbstractDiscriminator is an abstract
Discriminator that implements the discriminate
method that doesn't take an Extractor by calling the
discriminate method that does take an Extractor
and supplying a SelfExtractor . |
|
AbstractExtractor
An AbstractExtractor encapsulates functionality needed by all
Extractors , specifically, determining whether an Extractor is
complete, and a chained Extractor . |
|
ChainedDiscriminator
A ChainedDiscriminator relies on another
Discriminator to perform its work in a separate step, after
this discriminator's work is done. |
|
ChainedExtractor
A ChainedExtractor extracts a part of an element and returns it
as the label. |
|
CharacterDiscriminator.CharExtractor
A CharExtractor extracts integer labels by converting the
character into an integer. |
|
Discriminator
A Discriminator is able to distinguish elements of a given
List of objects of a certain type. |
|
Extractor
An Extractor takes an element (or part of an element) from an
object and returns it as a label. |
|
MsdWorkspace
This class holds the memory needed by a Discriminator . |
|
NumberDiscriminator
A NumberDiscriminator discriminates Lists of
Numbers . |
|
PortionDiscriminator
A PortionDiscriminator is an abstract class that represents
all Discriminators that need to discriminate in steps, whether
it be characters in a string, elements of an array, or bit portions of a
number. |
|
PortionExtractor
A PortionExtractor extracts a portion of an
element and returns it as the label. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |