Uses of Class
org.intocps.maestro.framework.fmi2.RelationVariable
-
-
Uses of RelationVariable in org.intocps.maestro.framework.fmi2
Methods in org.intocps.maestro.framework.fmi2 that return RelationVariable Modifier and Type Method Description RelationVariableFmi2SimulationEnvironment.Relation. getSource()Methods in org.intocps.maestro.framework.fmi2 that return types with arguments of type RelationVariable Modifier and Type Method Description List<RelationVariable>Fmi2SimulationEnvironment. getConnectedOutputs()Map<org.intocps.maestro.ast.LexIdentifier,RelationVariable>Fmi2SimulationEnvironment.Relation. getTargets()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 RelationBuilder(RelationVariable source, Map<org.intocps.maestro.ast.LexIdentifier,RelationVariable> targets)Constructor parameters in org.intocps.maestro.framework.fmi2 with type arguments of type RelationVariable Constructor Description RelationBuilder(RelationVariable source, Map<org.intocps.maestro.ast.LexIdentifier,RelationVariable> targets)
-