Package org.math.R
Class RFunctionArgumentsDTO
- java.lang.Object
-
- org.math.R.RFunctionArgumentsDTO
-
public class RFunctionArgumentsDTO extends Object
DTO containing arguments of an R function like c(..., ...) or array(data = , ...) etc Arguments are stored in a map (key, value), startIndex and stopIndex are the first and last index of the function.- Author:
- Nicolas Chabalier
-
-
Constructor Summary
Constructors Constructor Description RFunctionArgumentsDTO(int startIndex, int stopIndex, Map<String,String> argumentsMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getGroups()intgetStartIndex()intgetStopIndex()
-