public abstract class Node extends Entity<Object> implements HasPredicate<Node>, HasScore<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() |
Node |
setDefaultChild(Object defaultChild) |
Node |
setEmbeddedModel(EmbeddedModel embeddedModel) |
Node |
setId(Object id) |
Node |
setPartition(Partition partition) |
Node |
setRecordCount(Number recordCount) |
Node |
setScore(Object score) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPredicate, setPredicatepublic Object getId()
public Number getRecordCount()
public Object getDefaultChild()
public boolean hasExtensions()
public Partition getPartition()
public boolean hasScoreDistributions()
public List<ScoreDistribution> getScoreDistributions()
public Node addScoreDistributions(ScoreDistribution... scoreDistributions)
public boolean hasNodes()
public EmbeddedModel getEmbeddedModel()
public Node setEmbeddedModel(EmbeddedModel embeddedModel)
Copyright © 2019 University of Tartu. All rights reserved.