Package org.math.R

Class 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 Detail

      • RFunctionArgumentsDTO

        public RFunctionArgumentsDTO​(int startIndex,
                                     int stopIndex,
                                     Map<String,​String> argumentsMap)
    • Method Detail

      • getStartIndex

        public int getStartIndex()
      • getStopIndex

        public int getStopIndex()