edu.mit.jsemcor.element
Interface IContextID

All Known Implementing Classes:
ContextID

public interface IContextID

A context id object provides enough information to retrieve a context from a concordance or concordance set. Concordances take the information in the id and, using an internal mapping between ids and data sources, resolve the desired context object.

Since:
JSemcor 1.0.0
Version:
1.57, 22 Sep 2008
Author:
M.A. Finlayson
See Also:
IConcordance.getContext(IContextID), IConcordanceSet.getContext(IContextID)

Method Summary
 String getConcordanceName()
          Returns the concordance for this context.
 String getContextName()
          Returns the name of this context.
 

Method Detail

getContextName

String getContextName()
Returns the name of this context. Will not return null, the empty string, or all whitespace.

Since:
JSemcor 1.0.0

getConcordanceName

String getConcordanceName()
Returns the concordance for this context. Will not return null, the empty string, or all whitespace.

Since:
JSemcor 1.0.0


Copyright © 2008-2011 Massachusetts Institute of Technology. All Rights Reserved.