org.stringtree.juicer.convert
Class StringSourceTractSource

java.lang.Object
  extended by org.stringtree.juicer.convert.StringSourceTractSource
All Implemented Interfaces:
TractSource

public class StringSourceTractSource
extends java.lang.Object
implements TractSource


Field Summary
private  StringSource source
           
 
Constructor Summary
StringSourceTractSource(StringSource source)
           
 
Method Summary
 Tract nextTract()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

source

private StringSource source
Constructor Detail

StringSourceTractSource

public StringSourceTractSource(StringSource source)
Method Detail

nextTract

public Tract nextTract()
Specified by:
nextTract in interface TractSource