Package org.verapdf.features
Interface FeatureExtractorConfig
-
public interface FeatureExtractorConfig
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnumSet<FeatureObjectType>getEnabledFeatures()booleanisAnyFeatureEnabled(EnumSet<FeatureObjectType> types)booleanisFeatureEnabled(FeatureObjectType type)
-
-
-
Method Detail
-
isFeatureEnabled
boolean isFeatureEnabled(FeatureObjectType type)
-
isAnyFeatureEnabled
boolean isAnyFeatureEnabled(EnumSet<FeatureObjectType> types)
-
getEnabledFeatures
EnumSet<FeatureObjectType> getEnabledFeatures()
-
-