Package fi.tut.mei.matchmaking.data.temp
Class MockDataProvider
- java.lang.Object
-
- fi.tut.mei.matchmaking.data.temp.MockDataProvider
-
public class MockDataProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description MockDataProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<fi.tuni.ens.atme.mei.prdquerylib.model.ProcessStep>getMockedProcessSteps()This method is to throw away after testing the front end.static List<ProductDescription>getMockedProductList()This method is to get mocked PRDs liststatic List<ResourcePool>getmockedResourcePools()static List<SystemLayout>getMockedSystemLayouts()This method returns mocked System Layout data
-
-
-
Method Detail
-
getMockedProductList
public static List<ProductDescription> getMockedProductList()
This method is to get mocked PRDs list- Returns:
- PRDList
-
getMockedProcessSteps
public static List<fi.tuni.ens.atme.mei.prdquerylib.model.ProcessStep> getMockedProcessSteps()
This method is to throw away after testing the front end. Process steps should be taken from the PRD file.- Returns:
-
getMockedSystemLayouts
public static List<SystemLayout> getMockedSystemLayouts()
This method returns mocked System Layout data- Returns:
-
getmockedResourcePools
public static List<ResourcePool> getmockedResourcePools()
-
-