47 const char* shortDescription,
48 const char* description,
49 bool acceptsNonParameterParam):
51 _shortDescription(shortDescription),
52 _description(description),
53 _acceptsNonParameter(acceptsNonParameterParam),
54 _printActions(
"time",
"Display and time each subcomputation.", false) {
65 ActionFactory getActionFactory() {
66 ActionFactory factory(
"action");
68 nameFactoryRegister<HilbertAction>(factory);
69 nameFactoryRegister<EulerAction>(factory);
70 nameFactoryRegister<IrreducibleDecomAction>(factory);
71 nameFactoryRegister<PrimaryDecomAction>(factory);
72 nameFactoryRegister<AlexanderDualAction>(factory);
73 nameFactoryRegister<AssociatedPrimesAction>(factory);
74 nameFactoryRegister<MaximalStandardAction>(factory);
75 nameFactoryRegister<DimensionAction>(factory);
76 nameFactoryRegister<OptimizeAction>(factory);
78 nameFactoryRegister<TransformAction>(factory);
79 nameFactoryRegister<PolyTransformAction>(factory);
81 nameFactoryRegister<IntersectionAction>(factory);
82 nameFactoryRegister<GenerateIdealAction>(factory);
83 nameFactoryRegister<FrobeniusAction>(factory);
84 nameFactoryRegister<DynamicFrobeniusAction>(factory);
85 nameFactoryRegister<GenerateFrobeniusAction>(factory);
86 nameFactoryRegister<AnalyzeAction>(factory);
87 nameFactoryRegister<LatticeFormatAction>(factory);
88 nameFactoryRegister<LatticeAnalyzeAction>(factory);
90 nameFactoryRegister<HelpAction>(factory);
91 nameFactoryRegister<TestAction>(factory);
106 getActionFactory().getNamesWithPrefix(
"", names);
138 vector<Parameter*> tmp;
140 for (
size_t i = 0; i < tmp.size(); ++i)