Class TopologicalPlugin


  • public class TopologicalPlugin
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Variable> findInstantiationOrder​(java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)  
      java.util.List<java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Variable>> findInstantiationOrderStrongComponents​(java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TopologicalPlugin

        public TopologicalPlugin()
    • Method Detail

      • findInstantiationOrder

        public java.util.List<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Variable> findInstantiationOrder​(java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)
                                                                                                                     throws org.intocps.maestro.plugin.ExpandException
        Throws:
        org.intocps.maestro.plugin.ExpandException
      • findInstantiationOrderStrongComponents

        public java.util.List<java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Variable>> findInstantiationOrderStrongComponents​(java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)