public class LTMTemplateImporter extends Object
Constructor and Description |
---|
LTMTemplateImporter() |
Modifier and Type | Method and Description |
---|---|
static Map<String,TopicIF> |
read(TopicMapIF topicmap,
String ltm,
Map<String,Object> parameters)
PUBLIC: Imports an LTM fragment with references to parameter values
specified externally.
|
public static Map<String,TopicIF> read(TopicMapIF topicmap, String ltm, Map<String,Object> parameters) throws IOException
topicmap
- The topic map to import the LTM into.ltm
- The LTM fragment.parameters
- The %foo% parameters referenced from the LTM.IOException