Package ptolemy.domains.sdf.optimize.lib
Class DummyReferenceToken
- java.lang.Object
-
- ptolemy.data.Token
-
- ptolemy.domains.sdf.optimize.lib.DummyReferenceToken
-
public class DummyReferenceToken extends Token
Class comments
DummyReferenceToken is a token encapsulating a reference to a shared data object. It is used for testing the OptimizingSDFDirector.See
OptimizingSDFDirector
andDummyFrame
for more information.- Since:
- Ptolemy II 10.0
- Version:
- $Id$
- Author:
- Marc Geilen
- See Also:
OptimizingSDFDirector
,DummyFrame
- Pt.AcceptedRating:
- Red ()
- Pt.ProposedRating:
- Red (mgeilen)
-
-
Constructor Summary
Constructors Constructor Description DummyReferenceToken(java.lang.Object r)
Create an instance of a reference token.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
getReference()
Gets the reference.java.lang.String
toString()
Provide a string representation of the token.-
Methods inherited from class ptolemy.data.Token
add, addReverse, divide, divideReverse, getType, isCloseTo, isCloseTo, isEqualTo, isNil, modulo, moduloReverse, multiply, multiplyReverse, notSupportedConversionMessage, notSupportedIncomparableConversionMessage, notSupportedIncomparableMessage, notSupportedMessage, notSupportedNullNilStringMessage, one, pow, subtract, subtractReverse, zero, zeroReturnType
-
-