Class ModelSwapInfo

java.lang.Object
org.intocps.maestro.framework.core.IModelSwapInfo
org.intocps.maestro.framework.fmi2.ModelSwapInfo

public class ModelSwapInfo extends IModelSwapInfo
  • Field Details

    • swapInstance

      public String swapInstance
    • swapCondition

      public org.intocps.maestro.ast.node.PExp swapCondition
    • stepCondition

      public org.intocps.maestro.ast.node.PExp stepCondition
    • swapConnections

      public Map<String,List<String>> swapConnections
    • swapRelations

      public Map<org.intocps.maestro.ast.LexIdentifier,Set<Fmi2SimulationEnvironment.Relation>> swapRelations
  • Constructor Details

    • ModelSwapInfo

      public ModelSwapInfo(String swapInstance, org.intocps.maestro.ast.node.PExp swapCondition, org.intocps.maestro.ast.node.PExp stepCondition, Map<String,List<String>> swapConnections)