Class PrologGenerator


  • public class PrologGenerator
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      PrologGenerator()  
    • Method Summary

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

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

      • PrologGenerator

        public PrologGenerator()
    • Method Detail

      • CreateInitOperationOrder

        public java.lang.String CreateInitOperationOrder​(java.util.List<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Variable> instantiationOrder)
      • CreateFMUs

        public java.lang.String CreateFMUs​(java.util.Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)
      • CreateConnections

        public java.lang.String CreateConnections​(java.util.List<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> relations)