public interface HasExtensions<E extends PMMLObject & HasExtensions<E>>
A marker interface for PMML elements that specify Extension child elements.
| Modifier and Type | Method and Description |
|---|---|
E |
addExtensions(Extension... extensions) |
List<Extension> |
getExtensions() |
boolean |
hasExtensions() |
Copyright © 2022. All rights reserved.