Class LoadExample

java.lang.Object
org.palladiosimulator.edp2.example.LoadExample

public class LoadExample extends Object
Contains an example how data can be loaded with EDP2.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static String
    (Relative) name of the directory in which the data of the example will be stored.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Initializes an instance of the class with the default directory.
    LoadExample(String directory)
    Initializes an instance of this class.
  • Method Summary

    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_DIRECTORY

      public static String DEFAULT_DIRECTORY
      (Relative) name of the directory in which the data of the example will be stored.
  • Constructor Details

    • LoadExample

      public LoadExample()
      Initializes an instance of the class with the default directory.
    • LoadExample

      public LoadExample(String directory)
      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

      public static void main(String[] args)
      Main method to run the example.
      Parameters:
      args - Not used.