| Package | Description |
|---|---|
| org.carrot2.util.attribute |
| Modifier and Type | Field and Description |
|---|---|
Map<String,AttributeDescriptor> |
BindableDescriptor.attributeDescriptors
Descriptors without any group assignment.
|
Map<Object,Map<String,AttributeDescriptor>> |
BindableDescriptor.attributeGroups
Grouped descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
LevelsPredicate.apply(AttributeDescriptor descriptor) |
String |
AttributeDescriptor.AttributeDescriptorToKey.apply(AttributeDescriptor d) |
boolean |
AnnotationsPredicate.apply(AttributeDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
BindableDescriptor |
BindableDescriptor.only(com.google.common.base.Predicate<AttributeDescriptor> predicate)
Preserves attribute descriptors for which the provided
predicate returns
true. |
Copyright © 2013 Carrot2.org. All Rights Reserved.