org.kuali.student.core.statement.naturallanguage
Interface Context<T>

All Known Implementing Classes:
AbstractContext, AtpContextImpl, BasicContextImpl, GpaContextImpl, LrcContextImpl, LuContextImpl, OrganizationContextImpl, PersonContextImpl

public interface Context<T>


Method Summary
 Map<String,Object> createContextMap(T context)
          Creates the template context map (template token and data) for a specific context.
 

Method Detail

createContextMap

Map<String,Object> createContextMap(T context)
                                    throws OperationFailedException
Creates the template context map (template token and data) for a specific context.

Parameters:
context - Context to create the map from
Throws:
OperationFailedException - If creating context data map fails


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.