it.unitn.disi.smatch.loaders
Interface ILoader

All Known Implementing Classes:
CTXMLLoader, TABLoader

public interface ILoader

Interface allowing to load contexts from various representations such as files, DBs, etc

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

Method Summary
 IContext loadContext(java.lang.String fileName)
          Loads the context
 

Method Detail

loadContext

IContext loadContext(java.lang.String fileName)
                     throws SMatchException
Loads the context

Parameters:
fileName - file to load (or DB connection string)
Returns:
interface to context datastructure
Throws:
SMatchException


© 2010 Knowdive @ DISI