public class DummyFrame
extends java.lang.Object
implements java.lang.Cloneable
See OptimizingSDFDirector for more information.
OptimizingSDFDirector| Red () |
| Red (mgeilen) |
| Modifier and Type | Field and Description |
|---|---|
int |
value
Represents the value encapsulated by the shared data frame.
|
| Constructor and Description |
|---|
DummyFrame() |
| Modifier and Type | Method and Description |
|---|---|
DummyFrame |
clone()
Clone the DummyFrame.
|
java.lang.String |
toString()
Provides a string representation of the object.
|
public java.lang.String toString()
toString in class java.lang.Objectpublic DummyFrame clone()
clone in class java.lang.Object