Class DynapResultImpl

  • All Implemented Interfaces:
    Result, DynapResult

    public class DynapResultImpl
    extends java.lang.Object
    implements DynapResult
    Standard implementation of DynapResult
    • Constructor Summary

      Constructors 
      Constructor Description
      DynapResultImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(MadxDynapVariable var, java.lang.Double value)
      store a value associated to the variable
      void clear()
      clear the result
      java.util.List<java.lang.Double> get​(MadxDynapVariable variable)
      retrieve data associated to the variable.
      ResultType getResultType()  
      • Methods inherited from class java.lang.Object

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

      • DynapResultImpl

        public DynapResultImpl()