Class ParameterArgument
- java.lang.Object
-
- de.rwth.swc.coffee4j.algorithmic.report.ParameterArgument
-
public final class ParameterArgument extends Object
Used to encapsulate a int as a parameter. This is used to distinguish normal ints and parameters for eventual argument conversion using anArgumentConverter. Therefore, all parameters should be reported in aReportusing this class.
-
-
Constructor Summary
Constructors Constructor Description ParameterArgument(int parameter)Creates a new argument with the given parameter.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)intgetParameter()inthashCode()static ParameterArgumentparameter(int parameter)StringtoString()
-
-
-
Method Detail
-
parameter
public static ParameterArgument parameter(int parameter)
-
getParameter
public int getParameter()
-
-