summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/myconfig.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/myconfig.py b/lib/myconfig.py
index bea11a3..38a3e53 100644
--- a/lib/myconfig.py
+++ b/lib/myconfig.py
@@ -56,6 +56,16 @@ class MyConfig:
def getCandidateModelName(self, index):
return self.m_candidate_model_name.format(index)
+
+ m_maximum_occurs_allowed = 20
+
+ def getMaximumOccurs(self):
+ return self.m_maximum_occurs_allowed
+
+ m_maximum_increase_rates_allowed = 3.
+
+ def getMaximumIncreaseRates(self):
+ return self.m_maximum_increase_rate_allowed
m_segment_postfix = '.segmented'