Uses of Class
org.intocps.maestro.framework.fmi2.RelationVariable
-
-
Uses of RelationVariable in org.intocps.maestro.framework.fmi2
Fields in org.intocps.maestro.framework.fmi2 declared as RelationVariable Modifier and Type Field Description RelationVariableFmi2SimulationEnvironment.Variable. scalarVariableMethods in org.intocps.maestro.framework.fmi2 that return RelationVariable Modifier and Type Method Description RelationVariableFmi2SimulationEnvironment.Variable. getScalarVariable()Methods in org.intocps.maestro.framework.fmi2 that return types with arguments of type RelationVariable Modifier and Type Method Description List<RelationVariable>Fmi2SimulationEnvironment. getConnectedOutputs()List<RelationVariable>Fmi2SimulationEnvironment. getVariablesToLog(String instanceName)Retrieves all variables that should be logged for the given instance.Constructors in org.intocps.maestro.framework.fmi2 with parameters of type RelationVariable Constructor Description Variable(RelationVariable scalarVariable)
-