edu.uchsc.ccp.knowtator.textsource.filelines
Class FileLineTextSource

java.lang.Object
  extended by edu.uchsc.ccp.knowtator.textsource.DefaultTextSource
      extended by edu.uchsc.ccp.knowtator.textsource.filelines.FileLineTextSource
All Implemented Interfaces:
TextSource
Direct Known Subclasses:
GeneRIFTextSource

public class FileLineTextSource
extends DefaultTextSource


Field Summary
static String CLS_NAME
           
 
Fields inherited from class edu.uchsc.ccp.knowtator.textsource.DefaultTextSource
name, protegeClsName, text
 
Constructor Summary
FileLineTextSource()
           
FileLineTextSource(String name, String text)
           
 
Method Summary
 
Methods inherited from class edu.uchsc.ccp.knowtator.textsource.DefaultTextSource
createTextSourceInstance, equals, getName, getProtegeClsName, getText, getText, getText, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

CLS_NAME

public static final String CLS_NAME
See Also:
Constant Field Values
Constructor Detail

FileLineTextSource

public FileLineTextSource()

FileLineTextSource

public FileLineTextSource(String name,
                          String text)