Uses of Class
org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation
-
-
Uses of Fmi2SimulationEnvironment.Relation in org.intocps.maestro.framework.fmi2
Methods in org.intocps.maestro.framework.fmi2 that return Fmi2SimulationEnvironment.Relation Modifier and Type Method Description Fmi2SimulationEnvironment.RelationFmi2SimulationEnvironment.Relation.RelationBuilder. build()Methods in org.intocps.maestro.framework.fmi2 that return types with arguments of type Fmi2SimulationEnvironment.Relation Modifier and Type Method Description java.util.Set<Fmi2SimulationEnvironment.Relation>Fmi2SimulationEnvironment. getRelations(java.lang.String... identifiers)java.util.Set<Fmi2SimulationEnvironment.Relation>Fmi2SimulationEnvironment. getRelations(java.util.List<org.intocps.maestro.ast.LexIdentifier> identifiers)Finds all the relations for the given FMU Component LexIdentifiersjava.util.Set<Fmi2SimulationEnvironment.Relation>Fmi2SimulationEnvironment. getRelations(org.intocps.maestro.ast.LexIdentifier... identifiers)Finds all the relations for the given FMU Component LexIdentifiers
-