public class ComplexNode extends Node implements HasExtensions<ComplexNode>
| Constructor and Description |
|---|
ComplexNode() |
ComplexNode(Node node) |
ComplexNode(Predicate predicate) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
accept(Visitor visitor) |
ComplexNode |
addExtensions(Extension... extensions) |
ComplexNode |
addNodes(Node... nodes) |
ComplexNode |
addScoreDistributions(ScoreDistribution... scoreDistributions) |
Object |
getDefaultChild() |
EmbeddedModel |
getEmbeddedModel() |
List<Extension> |
getExtensions() |
Object |
getId() |
List<Node> |
getNodes() |
Partition |
getPartition() |
Predicate |
getPredicate() |
Number |
getRecordCount() |
Object |
getScore() |
List<ScoreDistribution> |
getScoreDistributions() |
boolean |
hasExtensions() |
boolean |
hasNodes() |
boolean |
hasScoreDistributions() |
ComplexNode |
setDefaultChild(Object defaultChild) |
ComplexNode |
setEmbeddedModel(EmbeddedModel embeddedModel) |
ComplexNode |
setId(Object id) |
ComplexNode |
setPartition(Partition partition) |
ComplexNode |
setPredicate(Predicate predicate) |
ComplexNode |
setRecordCount(Number recordCount) |
ComplexNode |
setScore(Object score) |
getLocator, setLocator, traverse, traverse, traverse, traverse, traverseMixedpublic ComplexNode()
public ComplexNode(Node node)
public ComplexNode(Predicate predicate)
public Object getId()
public ComplexNode setId(Object id)
public Object getScore()
public ComplexNode setScore(Object score)
public Number getRecordCount()
getRecordCount in class Nodepublic ComplexNode setRecordCount(Number recordCount)
setRecordCount in class Nodepublic Object getDefaultChild()
getDefaultChild in class Nodepublic ComplexNode setDefaultChild(Object 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.