public class BayesianNetworkNodes extends PMMLObject implements HasExtensions<BayesianNetworkNodes>
| Constructor and Description |
|---|
BayesianNetworkNodes() |
BayesianNetworkNodes(List<PMMLObject> content) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
BayesianNetworkNodes |
addContent(PMMLObject... content) |
BayesianNetworkNodes |
addExtensions(Extension... extensions) |
List<PMMLObject> |
getContent() |
List<Extension> |
getExtensions() |
boolean |
hasContent() |
boolean |
hasExtensions() |
List<PMMLObject> |
requireContent() |
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic BayesianNetworkNodes()
public BayesianNetworkNodes(List<PMMLObject> content)
public boolean hasExtensions()
hasExtensions in interface HasExtensions<BayesianNetworkNodes>public List<Extension> getExtensions()
getExtensions in interface HasExtensions<BayesianNetworkNodes>public BayesianNetworkNodes addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<BayesianNetworkNodes>public boolean hasContent()
public List<PMMLObject> requireContent()
public List<PMMLObject> getContent()
public BayesianNetworkNodes addContent(PMMLObject... content)
public VisitorAction accept(Visitor visitor)
Copyright © 2024. All rights reserved.