Class TopologicalPlugin

java.lang.Object
org.intocps.maestro.plugin.initializer.TopologicalPlugin

public class TopologicalPlugin extends Object
  • Constructor Details

    • TopologicalPlugin

      public TopologicalPlugin()
  • Method Details

    • findInstantiationOrder

      public List<org.intocps.maestro.framework.fmi2.RelationVariable> findInstantiationOrder(Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations, Set<org.intocps.maestro.ast.LexIdentifier> filterTargets) throws ExpandException
      Throws:
      ExpandException
    • findInstantiationOrderStrongComponents

      public List<Set<org.intocps.maestro.framework.fmi2.RelationVariable>> findInstantiationOrderStrongComponents(Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations, Set<org.intocps.maestro.ast.LexIdentifier> filterTargets)