MethodPiece - PendulumProject2020/PendulumProject GitHub Wiki

Version: 0.1.9+

public class MethodPiece extends Piece

This class belongs to the main package. This class belongs to the Methodological layer.

One of the two direct subclasses of the Piece class. The MethodPiece subclasses do not allow objects to be created under them. They serve to facilitate processes.

Method Summary

public static void executeProcess(String processName) Does the action specified by processName.

public static void executeProcessWithDataSet(String processName, DataSet dataSet) Does the action specified by processName, with the help of dataSet.

public static DataSet evaluateStaticInformation(String informationName) Returns the desired information as specified by informationName.

public static DataSet evaluateStaticInformationWithDataSet(String informationName, DataSet dataSet) Returns the desired information as specified by informationName, with the help of dataSet.