| Package | Description |
|---|---|
| org.verapdf.features |
| Modifier and Type | Method and Description |
|---|---|
FeatureObjectType |
AbstractFeaturesExtractor.getType() |
FeatureObjectType |
IFeaturesObject.getType() |
static FeatureObjectType |
FeatureObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureObjectType[] |
FeatureObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumSet<FeatureObjectType> |
FeatureExtractorConfig.getEnabledFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureExtractionResult.addNewError(FeatureObjectType type,
String errorID)
Add new error to feature type
|
void |
FeatureExtractionResult.addNewFeatureTree(FeatureObjectType type,
FeatureTreeNode root)
Add new feature tree for a type
|
List<String> |
FeatureExtractionResult.getErrorsForType(FeatureObjectType type)
Gets list of feature trees for the type
|
List<FeatureTreeNode> |
FeatureExtractionResult.getFeatureTreesForType(FeatureObjectType type)
Gets list of feature trees for the type
|
boolean |
FeatureExtractorConfig.isFeatureEnabled(FeatureObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureExtractorConfig |
FeatureFactory.configFromValues(EnumSet<FeatureObjectType> enabledFeatures) |
boolean |
FeatureExtractorConfig.isAnyFeatureEnabled(EnumSet<FeatureObjectType> types) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.