it.unitn.disi.smatch.loaders
Class TABLoader

java.lang.Object
  extended by it.unitn.disi.smatch.loaders.TABLoader
All Implemented Interfaces:
ILoader

public class TABLoader
extends java.lang.Object
implements ILoader

Loads context from a tab-separated file.

Author:
Mikalai Yatskevich mikalai.yatskevich@comlab.ox.ac.uk, Aliaksandr Autayeu avtaev@gmail.com

Constructor Summary
TABLoader()
           
 
Method Summary
 IContext loadContext(java.lang.String fileName)
          Loads the context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TABLoader

public TABLoader()
Method Detail

loadContext

public IContext loadContext(java.lang.String fileName)
Description copied from interface: ILoader
Loads the context

Specified by:
loadContext in interface ILoader
Parameters:
fileName - file to load (or DB connection string)
Returns:
interface to context datastructure


© 2010 Knowdive @ DISI