summaryrefslogtreecommitdiffstats
path: root/src/uscxml/Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/Factory.h')
-rw-r--r--src/uscxml/Factory.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/uscxml/Factory.h b/src/uscxml/Factory.h
index a0f5178..d81747f 100644
--- a/src/uscxml/Factory.h
+++ b/src/uscxml/Factory.h
@@ -59,6 +59,11 @@ public:
boost::shared_ptr<InvokerImpl> createInvoker(const std::string& type, InterpreterImpl* interpreter);
boost::shared_ptr<ExecutableContentImpl> createExecutableContent(const std::string& localName, const std::string& nameSpace, InterpreterImpl* interpreter);
+ bool hasDataModel(const std::string& type);
+ bool hasIOProcessor(const std::string& type);
+ bool hasInvoker(const std::string& type);
+ bool hasExecutableContent(const std::string& localName, const std::string& nameSpace);
+
std::map<std::string, IOProcessorImpl*> getIOProcessors();
void listComponents();