Package decide
Class InputReader
java.lang.Object
decide.InputReader
Class to read the input provided from a JSON file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[][]
A get-method for LCM.int
A get-method for numPoints.A get-method for parameters.A get-method for points.boolean[]
A get-method for PUV.
-
Constructor Details
-
InputReader
Constructor to the InputReader class.- Parameters:
filePath
- the path to the JSON-file
-
-
Method Details
-
getNumPoints
public int getNumPoints()A get-method for numPoints.- Returns:
- numPoints
-
getPoints
A get-method for points.- Returns:
- points
-
getParameters
A get-method for parameters.- Returns:
- parameters
-
getLogicalConnectorMatrix
A get-method for LCM.- Returns:
- LCM
-
getPreliminaryUnlockingVector
public boolean[] getPreliminaryUnlockingVector()A get-method for PUV.- Returns:
- PUV
-