Uses of Class
kieker.tools.util.InvalidREvaluationResultException

Packages that use InvalidREvaluationResultException 
Package Description
kieker.tools.util
Copyright 2022 Kieker Project (http://kieker-monitoring.net) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
  • Uses of InvalidREvaluationResultException in kieker.tools.util

    Methods in kieker.tools.util that throw InvalidREvaluationResultException 
    Modifier and Type Method Description
    void RBridgeControl.assign​(java.lang.String variable, double[] values)
    Deprecated.
     
    void RBridgeControl.assign​(java.lang.String variable, java.lang.Double[] values)
    Deprecated.
     
    void RBridgeControl.assign​(java.lang.String variable, java.lang.Long[] values)
    Deprecated.
     
    java.lang.Object RBridgeControl.evalWithR​(java.lang.String input)
    Deprecated.
    Wraps the execution of an arbitrary R expression.
    void RBridgeControl.toTS​(java.lang.String variable)
    Deprecated.
     
    void RBridgeControl.toTS​(java.lang.String variable, long frequency)
    Deprecated.