Class StoreLoadExample
- java.lang.Object
-
- org.palladiosimulator.edp2.example.StoreLoadExample
-
public class StoreLoadExample extends Object
Contains an example how data can be stored with EDP2.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_DIRECTORY
(Relative) name of the directory in which the data of the example will be stored.
-
Constructor Summary
Constructors Constructor Description StoreLoadExample()
Initializes an instance of this class with the default directory as target.StoreLoadExample(String directory)
Initializes an instance of this class.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main method to run the example.void
run()
Method body which executes all necessary steps to create and store an example.
-
-
-
Field Detail
-
DEFAULT_DIRECTORY
public static final String DEFAULT_DIRECTORY
(Relative) name of the directory in which the data of the example will be stored.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StoreLoadExample
public StoreLoadExample()
Initializes an instance of this class with the default directory as target.
-
StoreLoadExample
public StoreLoadExample(String directory)
Initializes an instance of this class.- Parameters:
directory
- Directory to be used to store measurements.
-
-
Method Detail
-
run
public void run()
Method body which executes all necessary steps to create and store an example.
-
main
public static void main(String[] args)
Main method to run the example.- Parameters:
args
- Not used.
-
-