Class DataWriterHandler

java.lang.Object
org.intocps.maestro.plugin.DataWriterHandler
All Implemented Interfaces:
GeneratorComponent

public class DataWriterHandler extends Object implements GeneratorComponent
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.intocps.maestro.ast.node.PStm>
    allocate(Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> inputRelations, Map<org.intocps.maestro.ast.LexIdentifier,Map<org.intocps.maestro.fmi.Fmi2ModelDescription.Types,List<org.intocps.maestro.fmi.Fmi2ModelDescription.ScalarVariable>>> outputs, org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env)
     
    List<org.intocps.maestro.ast.node.PStm>
     
    List<org.intocps.maestro.ast.node.PStm>
     

    Methods inherited from class java.lang.Object

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

    • DataWriterHandler

      public DataWriterHandler()
  • Method Details

    • allocate

      public List<org.intocps.maestro.ast.node.PStm> allocate(Set<org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment.Relation> inputRelations, Map<org.intocps.maestro.ast.LexIdentifier,Map<org.intocps.maestro.fmi.Fmi2ModelDescription.Types,List<org.intocps.maestro.fmi.Fmi2ModelDescription.ScalarVariable>>> outputs, org.intocps.maestro.framework.fmi2.Fmi2SimulationEnvironment env)
    • write

      public List<org.intocps.maestro.ast.node.PStm> write()
    • deallocate

      public List<org.intocps.maestro.ast.node.PStm> deallocate()
      Specified by:
      deallocate in interface GeneratorComponent