adding teagle flavour
[sfa.git] / sfa / generic / teagle.py
diff --git a/sfa/generic/teagle.py b/sfa/generic/teagle.py
new file mode 100644 (file)
index 0000000..fa4ff24
--- /dev/null
@@ -0,0 +1,16 @@
+from sfa.generic.pl import pl
+
+import sfa.managers.aggregate_manager_teagle
+
+class teagle (pl):
+
+# the teagle flavour behaves like pl, except for 
+# the aggregate
+    def aggregate_manager_class (self) :
+        return sfa.managers.aggregate_manager_teagle.AggregateManagerTeagle
+
+# I believe the component stuff is not implemented
+    def component_manager_class (self):
+        return None
+    def component_driver_class (self):
+        return None
\ No newline at end of file