jar

org.siani.javafmi : fmu-framework

Maven & Gradle

Aug 11, 2020

fmu-framework · javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

Table Of Contents

Latest Version

Download org.siani.javafmi : fmu-framework JAR file - Latest Versions:

All Versions

Download org.siani.javafmi : fmu-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
2.6.x
2.5.x
2.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window fmu-framework-2.6.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.javafmi.framework

├─ org.javafmi.framework.FmiContainer.class - [JAR]

├─ org.javafmi.framework.FmiSimulation.class - [JAR]

├─ org.javafmi.framework.Logger.class - [JAR]

├─ org.javafmi.framework.ModelDescription.class - [JAR]

├─ org.javafmi.framework.State.class - [JAR]

├─ org.javafmi.framework.Variable.class - [JAR]

org.javafmi.skeleton.actions

├─ org.javafmi.skeleton.actions.CancelStep.class - [JAR]

├─ org.javafmi.skeleton.actions.DoStep.class - [JAR]

├─ org.javafmi.skeleton.actions.EnterInitializationMode.class - [JAR]

├─ org.javafmi.skeleton.actions.ExitInitializationMode.class - [JAR]

├─ org.javafmi.skeleton.actions.FreeState.class - [JAR]

├─ org.javafmi.skeleton.actions.GetBoolean.class - [JAR]

├─ org.javafmi.skeleton.actions.GetInteger.class - [JAR]

├─ org.javafmi.skeleton.actions.GetReal.class - [JAR]

├─ org.javafmi.skeleton.actions.GetRealOutputDerivatives.class - [JAR]

├─ org.javafmi.skeleton.actions.GetState.class - [JAR]

├─ org.javafmi.skeleton.actions.GetString.class - [JAR]

├─ org.javafmi.skeleton.actions.Reset.class - [JAR]

├─ org.javafmi.skeleton.actions.SetBoolean.class - [JAR]

├─ org.javafmi.skeleton.actions.SetInteger.class - [JAR]

├─ org.javafmi.skeleton.actions.SetReal.class - [JAR]

├─ org.javafmi.skeleton.actions.SetRealInputDerivatives.class - [JAR]

├─ org.javafmi.skeleton.actions.SetState.class - [JAR]

├─ org.javafmi.skeleton.actions.SetString.class - [JAR]

├─ org.javafmi.skeleton.actions.SetupExperiment.class - [JAR]

├─ org.javafmi.skeleton.actions.Terminate.class - [JAR]

org.javafmi.skeleton

├─ org.javafmi.skeleton.Action.class - [JAR]

├─ org.javafmi.skeleton.ActionFactory.class - [JAR]

├─ org.javafmi.skeleton.SimulationSkeleton.class - [JAR]