public class TemplateManager extends Object
| Constructor and Description |
|---|
TemplateManager() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getBuiltinTemplateDescriptions() |
Flow |
getBuiltinTemplateFlow(String flowDescription) |
List<String> |
getPluginTemplateDescriptions() |
Flow |
getPluginTemplateFlow(String flowDescription) |
Flow |
getTemplateFlow(String flowDescription) |
int |
numBuiltinTemplates()
Get the number of builtin KF templates available
|
int |
numPluginTemplates()
Get the number of plugin KF templates available
|
int |
numTemplates()
Get the total number of KF templates available
|
public int numTemplates()
public int numBuiltinTemplates()
public int numPluginTemplates()
public Flow getTemplateFlow(String flowDescription) throws WekaException
WekaExceptionpublic Flow getBuiltinTemplateFlow(String flowDescription) throws IOException, WekaException
IOExceptionWekaExceptionpublic Flow getPluginTemplateFlow(String flowDescription) throws IOException, WekaException
IOExceptionWekaExceptionCopyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.