|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractExtractor | |
---|---|
net.sf.jagg.msd | Provides the classes necessary to implement Multiset Discrimination. |
Uses of AbstractExtractor in net.sf.jagg.msd |
---|
Subclasses of AbstractExtractor in net.sf.jagg.msd | |
---|---|
protected class |
ArrayDiscriminator.ArrayChainedExtractor<E,B>
An ArrayChainedExtractor extracts members of an array as
labels. |
protected class |
CalendarDiscriminator.CalendarChainedExtractor<E>
A CalendarChainedExtractor extracts the milliseconds value
of the Calendar . |
class |
ChainedExtractor<E,L,T>
A ChainedExtractor extracts a part of an element and returns it
as the label. |
protected class |
CharacterDiscriminator.CharExtractor<E>
A CharExtractor extracts integer labels by converting the
character into an integer. |
protected class |
CharSequenceDiscriminator.CharPortionExtractor<E>
A CharPortionExtractor is a PortionExtractor
that extracts portions of CharSequences for their labels. |
protected class |
ClassDiscriminator.ClassChainedExtractor<E,B>
A ClassChainedExtractor extracts the class name. |
protected class |
CollectionDiscriminator.CollectionChainedExtractor<E,B>
A CollectionChainedExtractor turns Collections
into RandomAccess Lists . |
protected class |
DateDiscriminator.DateChainedExtractor<E>
A DateChainedExtractor extracts the milliseconds value of
the Date . |
protected class |
EnumDiscriminator.EnumChainedExtractor<E>
An EnumChainedExtractor extracts the enum ordinal. |
class |
PortionExtractor<E,T>
A PortionExtractor extracts a portion of an
element and returns it as the label. |
protected class |
PropertiesDiscriminator.MethodCallChainedExtractor<E,L,B>
An MethodCallChainedExtractor extracts results of a method
call as labels. |
protected class |
RandomAccessListDiscriminator.ListChainedExtractor<E,B>
A ListChainedExtractor extracts members of a random access
list as labels. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |