Class RScriptOutput


  • public class RScriptOutput
    extends java.lang.Object
    Used to group all of the arguments/values retrieved from the script.
    Author:
    jwhite
    • Constructor Summary

      Constructors 
      Constructor Description
      RScriptOutput​(com.google.common.collect.ImmutableTable<java.lang.Long,​java.lang.String,​java.lang.Double> table)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.common.collect.ImmutableTable<java.lang.Long,​java.lang.String,​java.lang.Double> getTable()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RScriptOutput

        public RScriptOutput​(com.google.common.collect.ImmutableTable<java.lang.Long,​java.lang.String,​java.lang.Double> table)
    • Method Detail

      • getTable

        public com.google.common.collect.ImmutableTable<java.lang.Long,​java.lang.String,​java.lang.Double> getTable()