Class ModelTranslator.EvalBlockResult

  • Enclosing class:
    ModelTranslator

    private class ModelTranslator.EvalBlockResult
    extends java.lang.Object
    Temporary result of evalu block processing.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private net.ssehub.easy.varModel.model.PartialEvaluationBlock block  
      private net.ssehub.easy.varModel.model.StructuredComment comment  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private EvalBlockResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • block

        private net.ssehub.easy.varModel.model.PartialEvaluationBlock block
      • comment

        private net.ssehub.easy.varModel.model.StructuredComment comment
    • Constructor Detail

      • EvalBlockResult

        private EvalBlockResult()