public static class Scorable.ChildScorable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
Scorable |
child
Child Scorer.
|
java.lang.String |
relationship
An arbitrary string relating this scorer to the parent.
|
Constructor and Description |
---|
ChildScorable(Scorable child,
java.lang.String relationship)
Creates a new ChildScorer node with the specified relationship.
|
public final Scorable child
public final java.lang.String relationship
public ChildScorable(Scorable child, java.lang.String relationship)
The relationship can be any be any string that makes sense to the parent Scorer.