public abstract class Node extends Entity<Object> implements HasPredicate<Node>, HasRecordCount<Node>, HasScoreDistributions<Node>
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
Node |
addExtensions(Extension... extensions) |
Node |
addNodes(Node... nodes) |
Node |
addNodes(Node first) |
Node |
addNodes(Node first,
Node second) |
Node |
addScoreDistributions(ScoreDistribution... scoreDistributions) |
Object |
getDefaultChild() |
EmbeddedModel |
getEmbeddedModel() |
List<Extension> |
getExtensions() |
Object |
getId() |
List<Node> |
getNodes() |
Partition |
getPartition() |
Number |
getRecordCount() |
Object |
getScore() |
List<ScoreDistribution> |
getScoreDistributions() |
boolean |
hasExtensions() |
boolean |
hasNodes() |
boolean |
hasScoreDistributions() |
Object |
requireDefaultChild() |
Node |
setDefaultChild(Object defaultChild) |
Node |
setEmbeddedModel(EmbeddedModel embeddedModel) |
Node |
setId(Object id) |
Node |
setPartition(Partition partition) |
Node |
setRecordCount(Number recordCount) |
Node |
setScore(Object score) |
ComplexNode |
toComplexNode() |
getLocator, hasLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPredicate, requirePredicate, setPredicaterequireScorepublic ComplexNode toComplexNode()
public Object getId()
public Number getRecordCount()
getRecordCount in interface HasRecordCount<Node>public Node setRecordCount(Number recordCount)
setRecordCount in interface HasRecordCount<Node>public Object requireDefaultChild()
public Object getDefaultChild()
public boolean hasExtensions()
public Partition getPartition()
public boolean hasScoreDistributions()
hasScoreDistributions in interface HasScoreDistributions<Node>public List<ScoreDistribution> getScoreDistributions()
getScoreDistributions in interface HasScoreDistributions<Node>public Node addScoreDistributions(ScoreDistribution... scoreDistributions)
addScoreDistributions in interface HasScoreDistributions<Node>public boolean hasNodes()
public EmbeddedModel getEmbeddedModel()
public Node setEmbeddedModel(EmbeddedModel embeddedModel)
Copyright © 2022. All rights reserved.