Class DummyFrame

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class DummyFrame
    extends java.lang.Object
    implements java.lang.Cloneable

    Class comments

    A DummyFrame mimics a shared data object. It is used for testing the OptimizingSDFDirector. The shared data object holds an integer value.

    See OptimizingSDFDirector for more information.

    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Marc Geilen
    See Also:
    OptimizingSDFDirector
    Pt.AcceptedRating:
    Red ()
    Pt.ProposedRating:
    Red (mgeilen)
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int value
      Represents the value encapsulated by the shared data frame.
    • Constructor Summary

      Constructors 
      Constructor Description
      DummyFrame()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DummyFrame clone()
      Clone the DummyFrame.
      java.lang.String toString()
      Provides a string representation of the object.
      • Methods inherited from class java.lang.Object

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

      • value

        public int value
        Represents the value encapsulated by the shared data frame.
    • Constructor Detail

      • DummyFrame

        public DummyFrame()
    • Method Detail

      • toString

        public java.lang.String toString()
        Provides a string representation of the object.
        Overrides:
        toString in class java.lang.Object
        Returns:
        string representation of the object
      • clone

        public DummyFrame clone()
        Clone the DummyFrame.
        Overrides:
        clone in class java.lang.Object
        Returns:
        the cloned frame