Class StoreLoadExample
java.lang.Object
org.palladiosimulator.edp2.example.StoreLoadExample
Contains an example how data can be stored with EDP2.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
(Relative) name of the directory in which the data of the example will be stored. -
Constructor Summary
ConstructorDescriptionInitializes an instance of this class with the default directory as target.StoreLoadExample
(String directory) Initializes an instance of this class. -
Method Summary
-
Field Details
-
DEFAULT_DIRECTORY
(Relative) name of the directory in which the data of the example will be stored.- See Also:
-
-
Constructor Details
-
StoreLoadExample
public StoreLoadExample()Initializes an instance of this class with the default directory as target. -
StoreLoadExample
Initializes an instance of this class.- Parameters:
directory
- Directory to be used to store measurements.
-
-
Method Details
-
run
public void run()Method body which executes all necessary steps to create and store an example. -
main
Main method to run the example.- Parameters:
args
- Not used.
-