Class StatefulLoader
- java.lang.Object
-
- org.qdl_lang.extensions.examples.stateful.StatefulLoader
-
- All Implemented Interfaces:
Serializable
,QDLLoader
public class StatefulLoader extends Object implements QDLLoader
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StatefulLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Module>
load()
This will do all the work for creating modules and will return a list of them.
-