Class MathBuilderFmi2Api


  • public class MathBuilderFmi2Api
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      BooleanVariableFmi2Api checkConvergence​(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp a, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp b, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> absoluteTolerance, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> relativeTolerance)  
      DoubleVariableFmi2Api minRealFromArray​(ArrayVariableFmi2Api<java.lang.Double> array)  
      • Methods inherited from class java.lang.Object

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

      • checkConvergence

        public BooleanVariableFmi2Api checkConvergence​(org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp a,
                                                       org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp b,
                                                       org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> absoluteTolerance,
                                                       org.intocps.maestro.framework.fmi2.api.Fmi2Builder.DoubleVariable<org.intocps.maestro.ast.node.PStm> relativeTolerance)