protected void |
AbstractBaseListSupport.checkIsSupported(DagFeature feature) |
Checks that a feature is supported.
|
boolean |
AbstractBaseListSupport.isSupported(DagFeature feature) |
|
boolean |
BooleanEnumType.isSupported(DagFeature feature) |
|
boolean |
ListType.isSupported(DagFeature feature) |
Returns true when a feature is supported.
|
default boolean |
ListType.isUsable(DagFeature feature) |
Returns true when a feature can be used.
|
protected static <V extends AbstractForestDynamicEnum<V>> AbstractForestDynamicEnum.Support<V> |
AbstractForestDynamicEnum.support(Class<V> cls,
AbstractForestDynamicEnum.Creator<V> creator,
DagFeature... features) |
|
static <V extends ForestDynamicEnum<V>> AbstractForestDynamicEnum.Support<V> |
AbstractForestDynamicEnum.support(Class<V> cls,
Predicate<String> nameValidator,
AbstractForestDynamicEnum.Creator<V> creator,
AbstractForestDynamicEnum.Modifier<V> modifier,
DagFeature... features) |
|
protected static <V extends AbstractForestDynamicEnum<V>> AbstractForestDynamicEnum.Support<V> |
AbstractForestDynamicEnum.support(Class<V> cls,
Predicate<String> nameValidator,
AbstractForestDynamicEnum.Creator<V> creator,
DagFeature... features) |
Creates a support instance.
|
protected static <E extends AbstractListDynamicEnum<E>> AbstractListDynamicEnum.Support<E> |
AbstractListDynamicEnum.support(Class<E> cls,
AbstractListDynamicEnum.Creator<E> creator,
DagFeature... features) |
|
static <E extends ListDynamicEnum<E>> AbstractListDynamicEnum.Support<E> |
AbstractListDynamicEnum.support(Class<E> cls,
Predicate<String> nameValidator,
AbstractListDynamicEnum.Creator<E> creator,
AbstractListDynamicEnum.Modifier<E> modifier,
DagFeature... features) |
|
protected static <E extends AbstractListDynamicEnum<E>> AbstractListDynamicEnum.Support<E> |
AbstractListDynamicEnum.support(Class<E> cls,
Predicate<String> nameValidator,
AbstractListDynamicEnum.Creator<E> creator,
DagFeature... features) |
Creates a support instance.
|