public class ComplexNode extends Node implements HasExtensions<ComplexNode>
| Constructor and Description |
|---|
ComplexNode() |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ComplexNode |
addExtensions(Extension... extensions) |
ComplexNode |
addNodes(Node... nodes) |
ComplexNode |
addScoreDistributions(ScoreDistribution... scoreDistributions) |
String |
getDefaultChild() |
EmbeddedModel |
getEmbeddedModel() |
List<Extension> |
getExtensions() |
String |
getId() |
List<Node> |
getNodes() |
Partition |
getPartition() |
Predicate |
getPredicate() |
Double |
getRecordCount() |
Object |
getScore() |
List<ScoreDistribution> |
getScoreDistributions() |
boolean |
hasExtensions() |
boolean |
hasNodes() |
boolean |
hasScoreDistributions() |
ComplexNode |
setDefaultChild(String defaultChild) |
ComplexNode |
setEmbeddedModel(EmbeddedModel embeddedModel) |
ComplexNode |
setId(String id) |
ComplexNode |
setPartition(Partition partition) |
ComplexNode |
setPredicate(Predicate predicate) |
ComplexNode |
setRecordCount(Double recordCount) |
ComplexNode |
setScore(Object score) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic String getId()
public ComplexNode setId(String id)
public ComplexNode setScore(Object score)
public Double getRecordCount()
getRecordCount in class Nodepublic ComplexNode setRecordCount(Double recordCount)
setRecordCount in class Nodepublic String getDefaultChild()
getDefaultChild in class Nodepublic ComplexNode setDefaultChild(String defaultChild)
setDefaultChild in class Nodepublic boolean hasExtensions()
hasExtensions in interface HasExtensions<ComplexNode>hasExtensions in class Nodepublic List<Extension> getExtensions()
getExtensions in interface HasExtensions<ComplexNode>getExtensions in class Nodepublic ComplexNode addExtensions(Extension... extensions)
addExtensions in interface HasExtensions<ComplexNode>addExtensions in class Nodepublic Predicate getPredicate()
getPredicate in interface HasPredicate<Node>public ComplexNode setPredicate(Predicate predicate)
setPredicate in interface HasPredicate<Node>public Partition getPartition()
getPartition in class Nodepublic ComplexNode setPartition(Partition partition)
setPartition in class Nodepublic boolean hasScoreDistributions()
hasScoreDistributions in class Nodepublic List<ScoreDistribution> getScoreDistributions()
getScoreDistributions in class Nodepublic ComplexNode addScoreDistributions(ScoreDistribution... scoreDistributions)
addScoreDistributions in class Nodepublic ComplexNode addNodes(Node... nodes)
public EmbeddedModel getEmbeddedModel()
getEmbeddedModel in class Nodepublic ComplexNode setEmbeddedModel(EmbeddedModel embeddedModel)
setEmbeddedModel in class Nodepublic VisitorAction accept(Visitor visitor)
Copyright © 2019 University of Tartu. All rights reserved.