public class OnTheFlyCharts extends Object implements ChartAttacher
| Constructor and Description |
|---|
OnTheFlyCharts(InterpretedTreeAutomaton irtg)
Creates an instance that will provide an iterator over charts by iterating
over the instances and computing charts as they are needed.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Instance> |
attach(Iterator<Instance> source)
This method must accept an instance iterator and return another instance
iterator which only returns instances that are copies of the original with
charts attached.
|
public OnTheFlyCharts(InterpretedTreeAutomaton irtg)
irtg - public Iterator<Instance> attach(Iterator<Instance> source)
ChartAttacherattach in interface ChartAttacherCopyright © 2017. All rights reserved.